Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update build scripts and data | Mathias Bynens | 2016-04-04 | 1 | -7/+10 |
| | | | | The spec changed the order of some listings here and there. | ||||
* | Update spec URLs | Mathias Bynens | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Minor cleanup | Mathias Bynens | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Split scripts into separate files per exported value | Mathias Bynens | 2014-05-24 | 1 | -1/+8 |
| | |||||
* | Scrape the spec for more data | Mathias Bynens | 2014-05-23 | 1 | -34/+59 |
| | | | | | | Let’s also scrape the spec for the list of code points for symbols that cause parse errors when they occur in raw HTML source. Note: `invalid-character-reference-code-points.json` is identical to `invalid-raw-code-points.json` except U+000D (CR) is not included in the latter, because lone CR are converted to LF before tokenization. http://whatwg.org/html/parsing.html#preprocessing-the-input-stream | ||||
* | Fix logic error in `scrape-spec.js` | Mathias Bynens | 2013-08-04 | 1 | -7/+12 |
| | |||||
* | data/decode-map-overrides: Filter keys mapping to themselves | Mathias Bynens | 2013-08-02 | 1 | -16/+22 |
| | | | | | | @fb55 pointed out that `decode-map-overrides.json` can be simplified: any code points that map to their respective symbols can be removed if they are included in `invalid-code-points.json`. Good catch! Closes #13. | ||||
* | Tweak script that scrapes the spec | Mathias Bynens | 2013-08-02 | 1 | -7/+6 |
| | |||||
* | Update dependencies | Mathias Bynens | 2013-07-27 | 1 | -1/+1 |
| | |||||
* | Make sure code points are stored as numbers | Mathias Bynens | 2013-07-01 | 1 | -9/+14 |
| | |||||
* | Generate an array of all code points that trigger a parse error | Mathias Bynens | 2013-07-01 | 1 | -0/+99 |
Ref. #9. |