- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Feb 2010 10:17:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv7302/src Modified Files: attributes.html Log Message: checkpointing Index: attributes.html =================================================================== RCS file: /sources/public/html5/markup/src/attributes.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attributes.html 8 Feb 2010 06:49:36 -0000 1.11 +++ attributes.html 8 Feb 2010 10:17:27 -0000 1.12 @@ -21,20 +21,20 @@ <dd>Advisory information associated with the element.</dd> </dl> <dl> - <dt id="common.attrs.accesskey">accesskey</dt> + <dt id="common.attrs.accesskey" class="changed">accesskey</dt> <dd>A key label or list of key labels with which to associate the element; each key label represents a keyboard shortcut which UAs can use to activate the element or give focus to the element.</dd> </dl> <dl> - <dt id="common.attrs.contenteditable">contenteditable</dt> + <dt id="common.attrs.contenteditable" class="new">contenteditable</dt> <dd>Specifies whether the <a href="#contents">contents</a> of the element are editable.</dd> </dl> <dl> - <dt id="common.attrs.contextmenu">contextmenu</dt> + <dt id="common.attrs.contextmenu" class="new">contextmenu</dt> <dd>Identifies a <a href="#menu" class="element">menu</a> with which to associate the element as a @@ -48,11 +48,11 @@ <dd>Specifies the element’s text directionality.</dd> </dl> <dl> - <dt id="common.attrs.draggable">draggable</dt> + <dt id="common.attrs.draggable" class="new">draggable</dt> <dd>Specifies whether the element is draggable.</dd> </dl> <dl> - <dt id="common.attrs.hidden">hidden</dt> + <dt id="common.attrs.hidden" class="new">hidden</dt> <dd>Specifies that the element represents an element that is not yet, or is no longer, relevant.</dd> </dl> @@ -64,7 +64,7 @@ that contain text.</dd> </dl> <dl> - <dt id="common.attrs.spellcheck">spellcheck</dt> + <dt id="common.attrs.spellcheck" class="new">spellcheck</dt> <dd>Specifies whether the element represents an element whose <a href="#contents">contents</a>
Received on Monday, 8 February 2010 10:17:30 UTC