|
@@ -9452,7 +9452,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0 |
|
|
<dd><code title="attr-meta-name">name</code></dd> |
|
|
<dd><code title="attr-meta-http-equiv">http-equiv</code></dd> |
|
|
<dd><code title="attr-meta-content">content</code></dd> |
|
|
<dd><code title="attr-meta-charset">charset</code> (<span title="HTML documents">HTML</span> only)</dd> |
|
|
<dd><code title="attr-meta-charset">charset</code></dd> |
|
|
<dt>DOM interface:</dt> |
|
|
<dd> |
|
|
<pre class="idl">interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> { |
|
@@ -9490,13 +9490,13 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0 |
|
|
<p>The <dfn title="attr-meta-charset"><code>charset</code></dfn> |
|
|
attribute specifies the character encoding used by the |
|
|
document. This is called a <span>character encoding |
|
|
declaration</span>.</p> |
|
|
|
|
|
<p>The <code title="attr-meta-charset">charset</code> attribute may |
|
|
be specified in <span title="HTML5">HTML documents</span> only, it |
|
|
must not be used in <span title="XHTML">XML documents</span>. There |
|
|
must not be more than one element with a <code |
|
|
title="attr-meta-charset">charset</code> attribute per document.</p> |
|
|
declaration</span>. There must not be more than one element with a |
|
|
<code title="attr-meta-charset">charset</code> attribute per |
|
|
document. If the attribute is present in an <span title="XHTML">XML |
|
|
document</span>, its value must be an <span>ASCII |
|
|
case-insensitive</span> match for the string "<code |
|
|
title="">UTF-8</code>", and the resource must be encoded using the |
|
|
UTF-8 character encoding.</p> |
|
|
|
|
|
<p>The <dfn title="attr-meta-content"><code>content</code></dfn> |
|
|
attribute gives the value of the document metadata or pragma |
|
|