diff options
-rw-r--r-- | spec.txt | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -1615,20 +1615,6 @@ bar baz --> . -Not comments: - -. -<!--> foo --> - -<!-- foo--bar --> - -<!-- foo---> -. -<p><!--> foo --></p> -<p><!-- foo--bar --></p> -<p><!-- foo---></p> -. - A processing instruction: . @@ -6893,6 +6879,17 @@ foo <!-- not a comment -- two hyphens --> <p>foo <!-- not a comment -- two hyphens --></p> . +Not comments: + +. +foo <!--> foo --> + +foo <!-- foo---> +. +<p>foo <!--> foo --></p> +<p>foo <!-- foo---></p> +. + Processing instructions: . |