| 03:31 | <Sacha Greif> | hi all! we're gearing up for this year's State of CSS survey, so I wanted to share this thread where you can add your feedback and suggest new questions: https://github.com/Devographics/surveys/issues/249 |
| 11:31 | <gingeh> | The popover enumerated attribute is only defined on HTMLElement, but "nearest inclusive open popover" checks the state of a Node's popover attribute. What's supposed to happen when Node isn't a HTMLElement? |
| 12:21 | <zcorpan> | gingeh: then the popover attribute is not in the auto state. But maybe it should check if currentNode is an HTMLElement first |
| 13:17 | <annevk> | Yeah it should. Can't just check attributes on arbitrary nodes. Please file an issue. |