DescriptionRemove outdated list style types
Blink supports the list of list style types from the old draft:
http://www.w3.org/TR/2002/WD-css3-lists-20021107/
However a lot of these are removed in the latest version:
http://dev.w3.org/csswg/css-counter-styles-3/
So remove those types that are no longer in the latest spec. I verified
for these types that Firefox does not support them (anymore) either.
Note that the following styles are kept for compatibility with Firefox
which prefixes them with -moz:
hangul
hangul-consonant
ethiopic-halehame
ethiopic-halehame-am
ethiopic-halehame-ti-er
ethiopic-halehame-ti-et
urdu
Adopt tests to test only the list style types mentioned in the latest spec.
BUG=413631
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196756
Patch Set 1 #Patch Set 2 : Adjust test expectations after removal #Patch Set 3 : Add more #Patch Set 4 : Fix more tests #Patch Set 5 : Add one more test and fix spec references #
Total comments: 1
Patch Set 6 : Fix sorting #Messages
Total messages: 14 (4 generated)
|