Skip to content

Commit

Permalink
Editorial: use more terms from the Infra Standard
Browse files Browse the repository at this point in the history
In particular:

* ASCII whitespace
* ASCII digit
* ASCII hex digit (and lower/upper)
* ASCII alpha (and lower/upper)
* ASCII alphanumeric
* strip newlines
* strip leading and trailing ASCII whitespace
* strip and collapse ASCII whitespace
* collect a sequence of code points
* skip ASCII whitespace
* strictly split a string (not actually used in HTML)
* split a string on ASCII whitespace
* split a string on commas
  • Loading branch information
annevk committed Feb 8, 2017
1 parent 67536b2 commit 104bd78
Showing 1 changed file with 529 additions and 650 deletions.

0 comments on commit 104bd78

Please sign in to comment.