Skip to content

Commit

Permalink
[e] (0) validation error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4184 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 636b8fa commit 4eb0e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -12839,7 +12839,7 @@ <h5 id=restrictions-for-contents-of-script-elements><span class=secno>4.3.1.2 </
character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p>

<pre>script = data1 *( escape [ script-start data3 ] "--&gt;" data1 ) [ escape ]
escape = "&amp;lt!--" data2 *( script-start data3 script-end data2 )
escape = "&lt;!--" data2 *( script-start data3 script-end data2 )

data1 = &lt;any string that doesn't contain a substring that matches not-data1&gt;
not-data1 = script-end / "&lt;!--"
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -12668,7 +12668,7 @@ o............A....e
character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p>

<pre>script = data1 *( escape [ script-start data3 ] "--&gt;" data1 ) [ escape ]
escape = "&amp;lt!--" data2 *( script-start data3 script-end data2 )
escape = "&lt;!--" data2 *( script-start data3 script-end data2 )

data1 = &lt;any string that doesn't contain a substring that matches not-data1&gt;
not-data1 = script-end / "&lt;!--"
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -13447,7 +13447,7 @@ o............A....e
href="#refsABNF">[ABNF]</a></p>

<pre>script = data1 *( escape [ script-start data3 ] "-->" data1 ) [ escape ]
escape = "&lt!--" data2 *( script-start data3 script-end data2 )
escape = "&lt;!--" data2 *( script-start data3 script-end data2 )

data1 = &lt;any string that doesn't contain a substring that matches not-data1>
not-data1 = script-end / "&lt;!--"
Expand Down

0 comments on commit 4eb0e2a

Please sign in to comment.