Re: [svgwg] Add support for the `hidden`-attribute

@simevidas 

Because that HTML user-agent stylesheet is restricted to HTML-namespaced elements using a [CSS namespace rule](https://drafts.csswg.org/css-namespaces-3/#declaration):

```css
@namespace url(http://www.w3.org/1999/xhtml);

[hidden], area, base, basefont, datalist, head, link, meta, noembed,
noframes, param, rp, script, source, style, template, track, title {
  display: none;
}
```

One outcome of this issue would be to add a matching rule for SVG-namespaced elements, along with the global attribute and IDL property.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/508#issuecomment-410366519 using your GitHub account

Received on Friday, 3 August 2018 20:23:38 UTC