/[suikacvs]/test/html-webhacc/error-description.en.html.u8
Suika

Diff of /test/html-webhacc/error-description.en.html.u8

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by wakaba, Fri Aug 29 13:35:14 2008 UTC revision 1.34 by wakaba, Fri Aug 29 13:46:58 2008 UTC
# Line 173  Line 173 
173  <section id="html5-tokenize-error">  <section id="html5-tokenize-error">
174  <h2>HTML5 Parse Errors in Tokenization Stage</h2>  <h2>HTML5 Parse Errors in Tokenization Stage</h2>
175    
 <div class="section" id="after-html"><h3>Tag <code>&lt;<var>$0</var>&gt;</code>  
   is not allowed after the end tag <code>&lt;/html&gt;</code>.</h3>  
     <p>The start or end tag of an element appears after the  
     <code>html</code> element has been closed.  The document is  
     non-conforming.</p>  
   
     <p>Any content of the document other than comments  
     must be put into the <code>html</code> element.</p>  
   </div>  
   
 <div class="section" id="after-body"><h3>Tag <code>&lt;<var>$0</var>&gt;</code>  
   is not allowed after the end tag <code>&lt;/body&gt;</code>.</h3>  
     <p>The start or end tag of an element appears after the  
     <code>body</code> element has been closed.  The document is  
     non-conforming.</p>  
   
     <p>Any content of the document other than <code>head</code>  
     contents and comments must be put into the <code>body</code>  
     element.</p>  
   </div>  
   
176  <div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters  <div class="section" id="bad-attribute-name"><h3>Attribute name cannot contain characters
177    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>
178    
# Line 590  p { Line 569  p {
569    </div>    </div>
570    
571  <div class="section" id="after-html"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is  <div class="section" id="after-html"><h3>Start tag <code>&lt;<var>{text}</var>&gt;</code> is
572    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
573        <p>The start tag of an element appears after the
574        <code>body</code> element has been closed.  The document is
575        non-conforming.</p>
576    
577        <p>Any content of the document other than <code>head</code>
578        contents and comments must be put into the <code>body</code>
579        element.</p>
580      </div>
581    
582  <div class="section" id="after-html:/"><h3>End tag <code>&lt;/<var>{text}</var>&gt;</code> is  <div class="section" id="after-html:/"><h3>End tag <code>&lt;/<var>{text}</var>&gt;</code> is
583    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
584        <p>The end tag of an element appears after the
585        <code>body</code> element has been closed.  The document is
586        non-conforming.</p>
587    
588        <p>Any content of the document other than <code>head</code>
589        contents and comments must be put into the <code>body</code>
590        element.</p>
591      </div>
592    
593  <div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed  <div class="section" id="after-html:#text"><h3>Non‐white‐space characters are not allowed
594    after the <code>html</code> is closed.</h3></div>    after the <code>html</code> is closed.</h3></div>

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24