Skip to content

Commit

Permalink
[e] (0) minor fixes for <bb>
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1900 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 22, 2008
1 parent d4f0a2e commit a400849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -28228,7 +28228,7 @@ XXX selection ranges -->
line of text with vertical bars separating the options, with the "make
app" option disappearing when it's not supported or relevant:</p>

<pre>menu li { display: none}
<pre>menu li { display: none; }
menu li:enabled { display: inline; }
menu li:not(:first-child)::before { content: ' | '; }</pre>

Expand Down Expand Up @@ -29191,8 +29191,9 @@ menu li:not(:first-child)::before { content: ' | '; }</pre>
State</a> of the command is always false. (The command is never checked.)

<p>The <a href="#action" title=command-facet-Action>Action</a> of the
command is to <a href="#firing" title="fire a click event">fire a <code
title="">click</code> event</a> at the element.
command is to perform the <i>action</i> of the <code><a
href="#bb">bb</a></code> element's <code title=attr-bb-type><a
href="#type15">type</a></code> attribute's state.

<h3 id=datatemplate><span class=secno>4.12 </span>Data Templates</h3>

Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -25707,7 +25707,7 @@ XXX selection ranges -->
the "make app" option disappearing when it's not supported or
relevant:</p>

<pre>menu li { display: none}
<pre>menu li { display: none; }
menu li:enabled { display: inline; }
menu li:not(:first-child)::before { content: ' | '; }</pre>

Expand Down Expand Up @@ -26653,8 +26653,9 @@ menu li:not(:first-child)::before { content: ' | '; }</pre>
of the command is always false. (The command is never checked.)</p>

<p>The <span title="command-facet-Action">Action</span> of the
command is to <span title="fire a click event">fire a <code
title="">click</code> event</span> at the element.</p>
command is to perform the <i>action</i> of the <code>bb</code>
element's <code title="attr-bb-type">type</code> attribute's
state.</p>



Expand Down

0 comments on commit a400849

Please sign in to comment.