/[pub]/test/html-webhacc/error-description-source.xml
Suika

Diff of /test/html-webhacc/error-description-source.xml

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

revision 1.44 by wakaba, Thu Sep 11 09:13:57 2008 UTC revision 1.46 by wakaba, Mon Sep 15 07:20:40 2008 UTC
# Line 300  Line 300 
300  </d:item>  </d:item>
301    
302  <d:item name="control char"  <d:item name="control char"
303      modules="HTML::Parser">      modules="Charset::UnicodeChecker">
304    <!-- HTML5 Parse Error -->    <!-- HTML5 Parse Error -->
305    <d:message xml:lang="en">Code point <code><var>{text}</var></code> is    <d:message xml:lang="en">Code point <code><var>{text}</var></code> is
306    not allowed.</d:message>    not allowed.</d:message>
# Line 321  Line 321 
321    </d:desc>    </d:desc>
322  </d:item>  </d:item>
323    
324    <d:item name="non unicode"
325        modules="Charset::UnicodeChecker">
326      <d:message xml:lang="en">Character <code><var>{text}</var></code> is not
327      a Unicode character.</d:message>
328    </d:item>
329    
330  <d:item name="unicode deprecated"  <d:item name="unicode deprecated"
331      modules="Charset::UnicodeChecker">      modules="Charset::UnicodeChecker">
332    <d:message xml:lang="en">Use of character <code><var>{text}</var></code>    <d:message xml:lang="en">Use of character <code><var>{text}</var></code>
# Line 1319  p { Line 1325  p {
1325      is used.</p>      is used.</p>
1326    
1327      <p>The <code>DOCTYPE</code> legacy string should not be used for documents      <p>The <code>DOCTYPE</code> legacy string should not be used for documents
1328      generated from XSLT transformation process.  It is allowed only to enable      <em>not</em> generated from XSLT transformation process.  It is allowed
1329      to use XSLT style sheets with the HTML output mode, which does not      only to enable to use XSLT style sheets with the HTML output mode, which
1330      support generation of the <code>DOCTYPE</code> with no <code>PUBLIC</code>      does not support generation of the <code>DOCTYPE</code> with no
1331        <code>PUBLIC</code>
1332      identifier.  For other purposes, the <code>DOCTYPE</code> legacy      identifier.  For other purposes, the <code>DOCTYPE</code> legacy
1333      string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>,      string, i.e. <code class="html bad example">PUBLIC "XSLT-compat"</code>,
1334      is useless and should not be used.</p>      is useless and should not be used.</p>

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.46

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24