diff options
author | Anthony Fok <foka@debian.org> | 2019-12-04 18:29:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-04 17:29:15 -0800 |
commit | 613a9afbb96b7868c56cf9bf9cf94d357baf9630 (patch) | |
tree | 4000e13090c45221d6339a9adae9fba37116dc2e | |
parent | d39b0941f070c420c1315b74b192f0f3ec312729 (diff) |
Change "a HTML block" to "an HTML block" (#623)
for consistency with the rest of the spec.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2424,7 +2424,7 @@ block** that might otherwise be recognised as a start condition will be ignored by the parser and passed through as-is, without changing the parser's state. -For instance, `<pre>` within a HTML block started by `<table>` will not affect +For instance, `<pre>` within an HTML block started by `<table>` will not affect the parser state; as the HTML block was started in by start condition 6, it will end at any blank line. This can be surprising: |