- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Jul 2008 11:53:49 +0900 (JST)
- To: public-html-diffs@w3.org
minor fixes for <bb> (whatwg r1900) (changed by: Ian Hickson)
Diffs for this change per section:
4.12 Data Templates
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1089.html#datatemplate
4.11.6.6. Using the bb element to define a command
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1089.html#using4
make application
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1089.html#make-application
Current content per affected section:
http://dev.w3.org/html5/spec/Overview.html#datatemplate
http://dev.w3.org/html5/spec/Overview.html#using4
http://dev.w3.org/html5/spec/Overview.html#make-application
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#datatemplate
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#using4
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#make-application
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1088&r2=1.1089&f=h
http://html5.org/tools/web-apps-tracker?from=1899&to=1900
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -u -d -r1.1088 -r1.1089
--- Overview.html 22 Jul 2008 02:39:35 -0000 1.1088
+++ Overview.html 22 Jul 2008 02:50:58 -0000 1.1089
@@ -28299,7 +28299,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>
@@ -29262,8 +29262,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>
Received on Tuesday, 22 July 2008 02:54:27 UTC