- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Jul 2008 02:51:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30871 Modified Files: Overview.html Log Message: minor fixes for <bb> (whatwg r1900) Index: Overview.html =================================================================== 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:51:36 UTC