RESOLVED DUPLICATE of bug 178057 163752
Update <ol>.start getter to default to 1
https://bugs.webkit.org/show_bug.cgi?id=163752
Summary Update <ol>.start getter to default to 1
Domenic Denicola
Reported 2016-10-20 12:55:19 PDT
Currently in Edge and Gecko, <ol>.start defaults to 1. In Blink and WebKit, it defaults to something that depends on how many children are rendered. In https://github.com/whatwg/html/pull/1916 we updated the spec to follow the simpler Firefox/Edge behavior, with cdumez's cautious support. Tests are available at http://w3c-test.org/html/semantics/grouping-content/the-ol-element/grouping-ol.html
Attachments
Maxime Plante
Comment 1 2016-10-20 20:29:38 PDT
Hi! I'm a newcomer here. It seems pretty simple to solve. I am working on it.
Chris Dumez
Comment 2 2016-10-20 20:30:45 PDT
(In reply to comment #1) > Hi! I'm a newcomer here. > > It seems pretty simple to solve. I am working on it. I discourage you from starting with this. This is a risky change as Blink is currently adding a UserCounter to determine how risky it is.
Chris Dumez
Comment 3 2016-10-20 20:32:00 PDT
(In reply to comment #2) > (In reply to comment #1) > > Hi! I'm a newcomer here. > > > > It seems pretty simple to solve. I am working on it. > > I discourage you from starting with this. This is a risky change as Blink is > currently adding a UserCounter to determine how risky it is. In English: I discourage you from starting with this. This is a risky change and Blink is currently adding a UseCounter to determine how risky it is. I don't think we should make this change until Blink usage has shown it seems acceptable.
Chris Dumez
Comment 4 2016-10-20 20:33:03 PDT
(In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Hi! I'm a newcomer here. > > > > > > It seems pretty simple to solve. I am working on it. > > > > I discourage you from starting with this. This is a risky change as Blink is > > currently adding a UserCounter to determine how risky it is. > > In English: > I discourage you from starting with this. This is a risky change and Blink is > currently adding a UseCounter to determine how risky it is. I don't think we > should make this change until Blink usage has shown it seems acceptable. See Blink bug at https://bugs.chromium.org/p/chromium/issues/detail?id=657972#c1.
Maxime Plante
Comment 5 2016-10-20 20:46:24 PDT
Wait and see then. Thanks for the help!
Chris Dumez
Comment 6 2017-10-07 19:03:35 PDT
*** This bug has been marked as a duplicate of bug 178057 ***
Note You need to log in before you can comment on or make changes to this bug.