Skip to content

Commit

Permalink
[ct] (0) Make <code> into a formatting element affected by the AAA. (…
Browse files Browse the repository at this point in the history
…credit: pt)

git-svn-id: http://svn.whatwg.org/webapps@2509 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent 95c2df8 commit d917021
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -45932,10 +45932,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<dt><dfn id=formatting>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
<a href=#list-of-active-formatting-elements>list of active formatting elements</a>: <code><a href=#the-a-element>a</a></code>,
<code><a href=#the-b-element>b</a></code>, <code>big</code>, <code><a href=#the-em-element>em</a></code>,
<code>font</code>, <code><a href=#the-i-element>i</a></code>, <code>nobr</code>,
<code>s</code>, <code><a href=#the-small-element>small</a></code>, <code>strike</code>,
<code><a href=#the-strong-element>strong</a></code>, <code>tt</code>, and <code>u</code>.</dd>
<code><a href=#the-b-element>b</a></code>, <code>big</code>, <code><a href=#the-code-element>code</a></code>,
<code><a href=#the-em-element>em</a></code>, <code>font</code>, <code><a href=#the-i-element>i</a></code>,
<code>nobr</code>, <code>s</code>, <code><a href=#the-small-element>small</a></code>,
<code>strike</code>, <code><a href=#the-strong-element>strong</a></code>, <code>tt</code>, and
<code>u</code>.</dd>

<dt><dfn id=phrasing>Phrasing</dfn></dt>
<dd><p>All other elements found while parsing an HTML
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -52417,10 +52417,11 @@ interface <dfn>MessageChannel</dfn> {
<dt><dfn>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
<span>list of active formatting elements</span>: <code>a</code>,
<code>b</code>, <code>big</code>, <code>em</code>,
<code>font</code>, <code>i</code>, <code>nobr</code>,
<code>s</code>, <code>small</code>, <code>strike</code>,
<code>strong</code>, <code>tt</code>, and <code>u</code>.</p></dd>
<code>b</code>, <code>big</code>, <code>code</code>,
<code>em</code>, <code>font</code>, <code>i</code>,
<code>nobr</code>, <code>s</code>, <code>small</code>,
<code>strike</code>, <code>strong</code>, <code>tt</code>, and
<code>u</code>.</p></dd>

<dt><dfn>Phrasing</dfn></dt>
<dd><p>All other elements found while parsing an HTML
Expand Down

0 comments on commit d917021

Please sign in to comment.