Re: [csswg-drafts] [css-lists] Should option/optgroup be able to set counters? (#4004)

Based on testing with <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/7019>, it looks like:

* Chrome & Safari allow counters to increment on SVG internals, but never on `select` internals.
* Firefox & old-Edge allow counters to increment on SVG internals, and on *displayed* `option` elements, but *not* on `display:none` `option`s.

I think my preference right now is to say that SVG boxes can manipulate counters (those exist per spec, I'm pretty sure), but that other replaced-element internals cannot (unless otherwise defined).

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4004#issuecomment-504213367 using your GitHub account

Received on Thursday, 20 June 2019 21:52:31 UTC