Re: [whatwg/dom] Declarative Shadow DOM (#510)

Thanks. Regarding 1, I checked the usage of `<shadowroot>` via [httparchive](http://httparchive.org/).
The usage is zero, as of now.

The query is:
```
 SELECT page, count(*)
 FROM [httparchive:har.2017_09_01_chrome_requests_bodies]
 WHERE REGEXP_MATCH(body, r'<shadowroot>')
 GROUP BY page
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/510#issuecomment-330486945

Received on Tuesday, 19 September 2017 09:43:30 UTC