diff options
-rw-r--r-- | spec.txt | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1615,6 +1615,20 @@ bar baz --> . +Not comments: + +. +<!--> foo --> + +<!-- foo--bar --> + +<!-- foo---> +. +<p><!--> foo --></p> +<p><!-- foo--bar --></p> +<p><!-- foo---></p> +. + A processing instruction: . |