|
69 | 69 | <div class="head"> |
70 | 70 | <p data-fill-with="logo"><a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-dom.svg"> </a> </p> |
71 | 71 | <h1 class="p-name no-ref allcaps" id="title">DOM</h1> |
72 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2015-09-16">16 September 2015</time></span></h2> |
| 72 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2015-09-22">22 September 2015</time></span></h2> |
73 | 73 | <div data-fill-with="spec-metadata"> |
74 | 74 | <dl> |
75 | 75 | <dt>Participate: |
@@ -2435,9 +2435,9 @@ <h3 class="heading settled" data-level="4.5" id="interface-document"><span class |
2435 | 2435 | <p>The <dfn class="idl-code" data-dfn-for="Document" data-dfn-type="method" data-export="" id="dom-document-createattribute">createAttribute(<var>localName</var>)<a class="self-link" href="#dom-document-createattribute"></a></dfn> method, when invoked, must run these steps:</p> |
2436 | 2436 | <ol> |
2437 | 2437 | <li>If <var>localName</var> does not match the <code><a class="css" data-link-type="type" href="http://www.w3.org/TR/xml/#NT-Name">Name</a></code> production in XML, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-throw">throw</a> an <code class="idl"><a data-link-type="idl" href="https://heycam.github.io/webidl/#invalidcharactererror">InvalidCharacterError</a></code> exception. |
| 2438 | + <li>If the <a data-link-type="dfn" href="#context-object">context object</a> is an <a data-link-type="dfn" href="#html-document">HTML document</a>, let <var>localName</var> be <a data-link-type="dfn" href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>. |
2438 | 2439 | <li>Return a new <a data-link-type="dfn" href="#concept-attribute">attribute</a> whose <a data-link-type="dfn" href="#concept-attribute-local-name">local name</a> is <var>localName</var>. |
2439 | 2440 | </ol> |
2440 | | - <p class="note no-backref" role="note">This method does not have its input <a data-link-type="dfn" href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>. </p> |
2441 | 2441 | <p>The <dfn class="idl-code" data-dfn-for="Document" data-dfn-type="method" data-export="" id="dom-document-createattributens">createAttributeNS(<var>namespace</var>, <var>name</var>)<a class="self-link" href="#dom-document-createattributens"></a></dfn> method, when invoked, must run these steps:</p> |
2442 | 2442 | <ol> |
2443 | 2443 | <li>Let <var>namespace</var>, <var>prefix</var>, <var>localName</var>, and <var>name</var> be the result of passing <var>namespace</var> and <var>name</var> to <a data-link-type="dfn" href="#validate-and-extract">validate and extract</a>. Rethrow any exceptions. |
@@ -3130,7 +3130,7 @@ <h3 class="heading settled" data-level="5.1" id="introduction-to-dom-ranges"><sp |
3130 | 3130 | <code class="idl"><a data-link-type="idl" href="#element">Element</a></code>: <code>p</code> |
3131 | 3131 | <ul> |
3132 | 3132 | <li class="t1"><code class="idl"><a data-link-type="idl" href="#element">Element</a></code>: <code class="lang-markup highlight"><span class="nt"><img</span> <span class="na">src=</span><span class="s">"insanity-wolf"</span> <span class="na">alt=</span><span class="s">"Little-ending BOM; decode as big-endian!"</span><span class="nt">></span></code> |
3133 | | - <li class="t3"><code class="idl"><a data-link-type="idl" href="#text">Text</a></code>: <span> CSS 2.1 syndata is </span> |
| 3133 | + <li class="t3"><code class="idl"><a data-link-type="idl" href="#text">Text</a></code>: <span> CSS 2.1 syndata is </span> |
3134 | 3134 | <li class="t1"> |
3135 | 3135 | <code class="idl"><a data-link-type="idl" href="#element">Element</a></code>: <code class="lang-markup highlight"><span class="nt"><em></span></code> |
3136 | 3136 | <ul> |
|
0 commit comments