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

@MatsPalmgren Here's the layout tree in Chrome:

```
LayoutNGBlockFlow {HTML} at (0,0) size 800x600
    LayoutNGBlockFlow {BODY} at (8,8) size 784x584
      LayoutGrid {OPTION} at (0,0) size 784x20.19
        LayoutNGBlockFlow (anonymous) at (2,0) size 100x19.19
          LayoutText {#text} at (0,0) size 15x18
            text run at (0,0) width 15: "aa"
```

It looks like Chrome ignores any elements inside of the option element. I saw the same behaviour with divs, for example.

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

Received on Friday, 21 June 2019 03:10:34 UTC