/[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.28 by wakaba, Fri Aug 15 16:03:46 2008 UTC revision 1.29 by wakaba, Sat Aug 16 07:42:20 2008 UTC
# Line 1658  p { Line 1658  p {
1658    
1659  <div class="section " id="URL:empty-port"><h3>The port component of the URL is empty.</h3></div>  <div class="section " id="URL:empty-port"><h3>The port component of the URL is empty.</h3></div>
1660    
1661    <div class="section " id="URL-fragment-not-allowed"><h3>The fragment component of the URL is not
1662      allowed.</h3></div>
1663    
1664  <div class="section " id="URL:long-host"><h3>The host component of the URL  <div class="section " id="URL:long-host"><h3>The host component of the URL
1665    is too long.</h3></div>    is too long.</h3></div>
1666    
# Line 1705  p { Line 1708  p {
1708    
1709  </section>  </section>
1710    
1711    <section id="mq-errors">
1712    <h2>Media Query Errors</h2>
1713    
1714    <div class="section " id="mq-syntax-error"><h3>The specified value has a syntax error as a
1715      media query.</h3></div>
1716    
1717    <div class="section " id="unknown-media-type"><h3>Media type <code><var>{value}</var></code> is
1718      not supported by the conformance checker.</h3></div>
1719    
1720    </section>
1721    
1722    <section id="selectors-errors">
1723    <h2>Selectors Errors</h2>
1724    
1725    <div class="section " id="an+b-not-closed"><h3>Argument list of the pseudo-class is
1726      not closed by a <code>)</code> character.</h3></div>
1727    
1728    <div class="section " id="ab+b-not-integer"><h3>Numbers in the argument
1729      <code><var>a</var>n+<var>b</var></code> have to be integers.</h3></div>
1730    
1731    <div class="section " id="an+b-syntax-error"><h3>Argument <code><var>a</var>n+<var>b</var></code> is
1732      syntactically incorrect.</h3></div>
1733    
1734    <div class="section " id="attr-selector-not-closed"><h3>Attribute selector is not closed by
1735      a <code>]</code> character.</h3></div>
1736    
1737    <div class="section " id="lang-selector-not-closed"><h3>Argument list of the <code>:lang</code>
1738      selector is not closed by a <code>)</code> character.</h3></div>
1739    
1740    <div class="section " id="namespace-prefix:not-declared"><h3>Namespace prefix <code><var>{value}</var></code>
1741      is not declared.</h3></div>
1742    
1743    <div class="section " id="no-attr-local-name"><h3>Attribute local name is missing.</h3></div>
1744    
1745    <div class="section " id="no-attr-match"><h3>Attribute matching operator (e.g.
1746      <code>=</code>) is missing.</h3></div>
1747    
1748    <div class="section " id="no-attr-name"><h3>Attribute name is missing.</h3></div>
1749    
1750    <div class="section " id="no-attr-namespace-separator"><h3>Attribute namespace wildcard <code>*</code>
1751      is not followed by a <code>|</code> character.</h3></div>
1752    
1753    <div class="section " id="no-attr-value"><h3>Attribute value is missing.</h3></div>
1754    
1755    <div class="section " id="no-class-name-selector"><h3>Class name is missing.</h3></div>
1756    
1757    <div class="section " id="no-combinator"><h3>Combinator is missing.</h3></div>
1758    
1759    <div class="section " id="no-contains-string"><h3>No string is specified in the argument
1760      list of the <code>:-manakai-contains</code> pseudo-class
1761      selector.</h3></div>
1762    
1763    <div class="section " id="no-lang-tag"><h3>Language tag argument is missing.</h3></div>
1764    
1765    <div class="section " id="no-local-name-selector"><h3>Local name part of the type selector (or
1766      <code>*</code> for the universal selector) is missing.</h3></div>
1767    
1768    <div class="section " id="no-pseudo-class-name"><h3>Pseudo-class name is missing.</h3></div>
1769    
1770    <div class="section " id="no-pseudo-element-name"><h3>Pseudo-element name is missing.</h3></div>
1771    
1772    <div class="section " id="no-sss"><h3>Sequence of simple selectors is
1773      expected.</h3></div>
1774    
1775    <div class="section " id="not-not-closed"><h3>Argument list of the <code>:not</code> selector
1776      is not closed by a <code>)</code> character.</h3></div>
1777    
1778    <div class="section " id="ss-after-pseudo-element"><h3>Simple selector is not allowed after a
1779      pseudo element.</h3></div>
1780    
1781    <div class="section " id="unknown-pseudo-class"><h3>Pseudo-class <code>:<var>{value}</var></code>
1782      is not supported by the conformance checker.</h3></div>
1783    
1784    <div class="section " id="unknown-pseudo-element"><h3>Pseudo-element <code>::<var>{value}</var></code>
1785      is not supported by the conformance checker.</h3></div>
1786    
1787    </section>
1788    
1789    <section id="css-errors">
1790    <h2>CSS Errors</h2>
1791    
1792    <div class="section " id="at-rule-not-allowed"><h3>An <code>@<var>{text}</var></code> rule is not
1793      allowed here.</h3></div>
1794    
1795    <div class="section " id="at-rule-syntax-error"><h3>The <code>@<var>{text}</var></code> rule is
1796      syntactically incorrect.</h3></div>
1797    
1798    <div class="section " id="block-not-closed"><h3>Block is not closed before the end of
1799      file.</h3></div>
1800    
1801    <div class="section " id="CSS-duplication"><h3>Component <code>&lt;<var>{text}</var>&gt;</code> is
1802      already specified.</h3></div>
1803    
1804    <div class="section " id="CSS-syntax-error"><h3>Specified value is syntactically not a correct
1805      <code>&lt;<var>{text}</var>&gt;</code>.</h3></div>
1806    
1807    <div class="section " id="no-declaration-block"><h3>No declaration block is found after a group of
1808      selectors.</h3></div>
1809    
1810    <div class="section " id="no-property-colon"><h3>A <code>:</code> character is missing after
1811      a property name.</h3></div>
1812    
1813    <div class="section " id="no-property-name"><h3>Property name is expected.</h3></div>
1814    
1815    <div class="section " id="no-property-semicolon"><h3>A <code>;</code> character is missing at the
1816      end of the property.</h3></div>
1817    
1818    <div class="section " id="priority-syntax-error"><h3>Priority part of the declaration is syntactically
1819      incorrect.</h3></div>
1820    
1821    <div class="section " id="unknown-at-rule"><h3>The <code>@<var>{value}</var></code> rule is
1822      not supported by the conformance checker.</h3></div>
1823    
1824    <div class="section " id="unknown-property"><h3>Property <code><var>{value}</var></code> is
1825      not supported by the conformance checker.</h3></div>
1826    
1827    </section>
1828    
1829  <section id="cache-manifest-errors">  <section id="cache-manifest-errors">
1830  <h2>Cache Manifest Errors</h2>  <h2>Cache Manifest Errors</h2>
1831    
1832  <div class="section must" id="m:not-manifest"><h3>This document is not a cache manifest.</h3>  <div class="section " id="both-in-entries-and-whitelist"><h3>This URL is found both in the explicit or
1833      fallback entries and in the online whitelist.</h3></div>
1834    
1835    <div class="section " id="different-origin-from-manifest"><h3>The specified URL has different origin from
1836      the manifest.</h3></div>
1837    
1838    <div class="section " id="different-scheme-from-manifest"><h3>The scheme component of the URL is
1839      different from that of the manifest URL.  The URL is ignored.</h3></div>
1840    
1841    <div class="section " id="duplicate-oc-namespace"><h3>This oppotunistic caching namespace is already
1842      specified.</h3></div>
1843    
1844    <div class="section " id="no-fallback-entry-URL"><h3>Fallback entry URL is missing.</h3></div>
1845    
1846    <div class="section " id="not-manifest"><h3>This document is not a cache manifest.</h3>
1847      <p>The specified document is <em>not</em> a cache manifest.      <p>The specified document is <em>not</em> a cache manifest.
1848      The document is non-conforming.</p>      The document is non-conforming.</p>
1849    
# Line 1720  p { Line 1855  p {
1855      (exactly one space character between      (exactly one space character between
1856      <code>CACHE</code> and <code>MANIFEST</code>).</p>      <code>CACHE</code> and <code>MANIFEST</code>).</p>
1857    </div>    </div>
1858    
1859    <div class="section " id="same-as-manifest-URL"><h3>This URL is same as the manifest URL.</h3></div>
1860    
1861  </section>  </section>
1862    
1863  <section id="information">  <section id="information">
# Line 1950  p { Line 2088  p {
2088    
2089    
2090    
2091    
2092    
2093    
2094    
2095    
2096    
2097    
2098    
2099    
2100    
2101    
2102    
2103    
2104    
2105    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24