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

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

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

revision 1.3 by wakaba, Fri Aug 29 13:35:14 2008 UTC revision 1.4 by wakaba, Fri Aug 29 13:46:58 2008 UTC
# Line 174  Line 174 
174  <section id="html5-tokenize-error">  <section id="html5-tokenize-error">
175  <h2>HTML5 Parse Errors in Tokenization Stage</h2>  <h2>HTML5 Parse Errors in Tokenization Stage</h2>
176    
 <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>  
   
177  <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
178    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>    <code>"</code>, <code>'</code>, and <code>=</code>.</h3></div>
179    
# Line 591  p { Line 570  p {
570    </div>    </div>
571    
572  <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
573    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
574        <p>The start tag of an element appears after the
575        <code>body</code> element has been closed.  The document is
576        non-conforming.</p>
577    
578        <p>Any content of the document other than <code>head</code>
579        contents and comments must be put into the <code>body</code>
580        element.</p>
581      </div>
582    
583  <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
584    not allowed after the <code>html</code> is closed.</h3></div>    not allowed after the <code>html</code> is closed.</h3>
585        <p>The end tag of an element appears after the
586        <code>body</code> element has been closed.  The document is
587        non-conforming.</p>
588    
589        <p>Any content of the document other than <code>head</code>
590        contents and comments must be put into the <code>body</code>
591        element.</p>
592      </div>
593    
594  <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
595    after the <code>html</code> is closed.</h3></div>    after the <code>html</code> is closed.</h3></div>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24