Re: [csswg-drafts] [css-ui][selectors] :read-only and :read-write

```
SELECT * FROM (
SELECT page, url, REGEXP_EXTRACT(LOWER(body), 
r'((?:.){50}:read-(?:only|write)\s*\{(?:.){50})') AS match
FROM [httparchive:har.2016_05_15_chrome_requests_bodies]
) WHERE match != "null"
```

326 resources match (out of 496,446 pages).

[results-20160610-100007.csv.zip](https://github.com/w3c/csswg-drafts/files/308778/results-20160610-100007.csv.zip)

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

Received on Friday, 10 June 2016 10:01:27 UTC