DescriptionStricter parsing for rowSpan/ColSpan on th/td element
According to the latest spec "The td and th elements may have a
colspan content attribute specified, whose value must be a valid
non-negative integer greater than zero."
With this patch parsing is more strict and above rules are honored.
This was showing as failures here, fixed with this patch:
http://w3c-test.org/html/dom/reflection-tabular.html
Behavior matches Firefox.
Spec reference:
https://html.spec.whatwg.org/#attributes-common-to-td-and-th-elements
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188625
Patch Set 1 #Patch Set 2 : Add a test #Patch Set 3 : Also add test for colspan #
Messages
Total messages: 6 (2 generated)
|