[html5] r1900 - [e] (0) minor fixes for <bb>
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 21 19:50:55 PDT 2008
Author: ianh
Date: 2008-07-21 19:50:55 -0700 (Mon, 21 Jul 2008)
New Revision: 1900
Modified:
index
source
Log:
[e] (0) minor fixes for <bb>
Modified: index
===================================================================
--- index 2008-07-22 02:39:31 UTC (rev 1899)
+++ index 2008-07-22 02:50:55 UTC (rev 1900)
@@ -28228,7 +28228,7 @@
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>
@@ -29191,8 +29191,9 @@
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>
Modified: source
===================================================================
--- source 2008-07-22 02:39:31 UTC (rev 1899)
+++ source 2008-07-22 02:50:55 UTC (rev 1900)
@@ -25707,7 +25707,7 @@
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>
@@ -26653,8 +26653,9 @@
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>
More information about the Commit-Watchers
mailing list