wiki.techinc.nl/includes/tidy
C. Scott Ananian 4ae30c9516 Balancer: remove unnecessary extra argument
The full HTML5 spec clones element attributes when they are added to
the ActiveFormattingElements list, so that when an element on that
list is later cloned and reinserted the attributes are the *original*
attributes, not reflecting any changes which embedded JavaScript
in an inline <script> block may have made to them since the element
was pushed.

However, the PHP implementation doesn't run any JavaScript so there's
no way the attributes could change during balancing and there is
thus no reason to keep extra copies of the attributes around.

Change-Id: I89647aeb90c64701d77e862ea9e3d22b19bbdedc
2016-10-12 16:56:51 -07:00
..
Balancer.php Balancer: remove unnecessary extra argument 2016-10-12 16:56:51 -07:00
Html5Depurate.php
Html5Internal.php Hook up Balancer as a Tidy implementation. 2016-07-12 14:18:04 +10:00
RaggettBase.php
RaggettExternal.php
RaggettInternalHHVM.php Fix undefined classes 2016-06-30 15:08:35 -07:00
RaggettInternalPHP.php
RaggettWrapper.php Hide marked empty elements by default (stage 1) 2016-07-14 14:24:27 -07:00
tidy.conf
TidyDriverBase.php Fix undefined classes 2016-06-30 15:08:35 -07:00