Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 8, 2016
1 parent 5666670 commit 1c2017f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5420,10 +5420,9 @@ steps:
<li><p>Let <var>qualifiedName</var> be <a>context object</a>'s <a for=Element>qualified name</a>.

<li><p>If the <a>context object</a> is in the <a>HTML namespace</a> and its <a>node document</a> is
an <a>HTML document</a>, let <var>qualified name</var> be
<span>converted to ASCII uppercase</span>.
an <a>HTML document</a>, let <var>qualifiedName</var> be <span>converted to ASCII uppercase</span>.

<li>Return <var>qualified name</var>.
<li>Return <var>qualifiedName</var>.
</ol>

<hr>
Expand Down
6 changes: 3 additions & 3 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="head">
<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>
<h1 class="p-name no-ref allcaps" id="title">DOM</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-02-05">5 February 2016</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-02-08">8 February 2016</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>Participate:
Expand Down Expand Up @@ -2938,8 +2938,8 @@ <h3 class="heading settled" data-level="4.8" id="interface-element"><span class=
<p>Let <var>qualifiedName</var> be <a data-link-type="dfn" href="#context-object">context object</a>’s <a data-link-type="dfn" href="#concept-element-qualified-name">qualified name</a>. </p>
<li>
<p>If the <a data-link-type="dfn" href="#context-object">context object</a> is in the <a data-link-type="dfn" href="#html-namespace">HTML namespace</a> and its <a data-link-type="dfn" href="#concept-node-document">node document</a> is
an <a data-link-type="dfn" href="#html-document">HTML document</a>, let <var>qualified name</var> be <span>converted to ASCII uppercase</span>. </p>
<li>Return <var>qualified name</var>.
an <a data-link-type="dfn" href="#html-document">HTML document</a>, let <var>qualifiedName</var> be <span>converted to ASCII uppercase</span>. </p>
<li>Return <var>qualifiedName</var>.
</ol>
<hr>
<p>Some IDL attributes are defined to <dfn data-dfn-for="Attr" data-dfn-type="dfn" data-export="" id="concept-reflect">reflect<a class="self-link" href="#concept-reflect"></a></dfn> a content <a data-link-type="dfn" href="#concept-attribute">attribute</a> of a given <var>name</var>. This
Expand Down

0 comments on commit 1c2017f

Please sign in to comment.