Short URL: http://html5.org/r/4184
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4184 | validation error | 2009-10-20 01:19 |
Index: source =================================================================== --- source (revision 4183) +++ source (revision 4184) @@ -13447,7 +13447,7 @@ href="#refsABNF">[ABNF]</a></p> <pre>script = data1 *( escape [ script-start data3 ] "-->" data1 ) [ escape ] -escape = "<!--" data2 *( script-start data3 script-end data2 ) +escape = "<!--" data2 *( script-start data3 script-end data2 ) data1 = <any string that doesn't contain a substring that matches not-data1> not-data1 = script-end / "<!--"