- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 11:27:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv28358 Modified Files: Overview.html acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html history.html iana-considerations.html index.html infrastructure.html interactive-elements.html introduction.html microdata.html named-character-references.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html video.html Log Message: Microdata: Rename .content to .itemValue and make it more useful. (whatwg r4140) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- infrastructure.html 14 Oct 2009 10:57:28 -0000 1.346 +++ infrastructure.html 14 Oct 2009 11:27:35 -0000 1.347 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1076,7 +1076,7 @@ typedef sequence<any> <dfn id="propertyvaluearray">PropertyValueArray</dfn>; interface <dfn id="propertynodelist">PropertyNodeList</dfn> : <span>NodeList</span> { - readonly attribute <a href="#propertyvaluearray">PropertyValueArray</a> <a href="#dom-propertynodelist-contents" title="dom-PropertyNodeList-contents">contents</a>; + readonly attribute <a href="#propertyvaluearray">PropertyValueArray</a> <a href="#dom-propertynodelist-values" title="dom-PropertyNodeList-values">values</a>; };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLPropertyCollection-length"><a href="#dom-htmlpropertycollection-length">length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -1102,7 +1102,7 @@ <p>Returns a <code><a href="#propertynodelist">PropertyNodeList</a></code> object containing any elements that add a property named <var title="">name</var>.</p> </dd> - <dt><var title="">propertyNodeList</var> . <code title="dom-PropertyNodeList-contents"><a href="#dom-propertynodelist-contents">contents</a></code></dt> + <dt><var title="">propertyNodeList</var> . <code title="dom-PropertyNodeList-values"><a href="#dom-propertynodelist-values">values</a></code></dt> <dd> <p>Returns an array of the various values that the relevant elements have.</p> </dd> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.344 retrieving revision 1.345 diff -u -d -r1.344 -r1.345 --- text-level-semantics.html 14 Oct 2009 10:57:29 -0000 1.344 +++ text-level-semantics.html 14 Oct 2009 11:27:36 -0000 1.345 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- history.html 14 Oct 2009 10:57:28 -0000 1.346 +++ history.html 14 Oct 2009 11:27:35 -0000 1.347 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="offline.html">← 6.7 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- tabular-data.html 14 Oct 2009 10:57:29 -0000 1.345 +++ tabular-data.html 14 Oct 2009 11:27:36 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec-author-view/microdata.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- microdata.html 14 Oct 2009 10:57:28 -0000 1.345 +++ microdata.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -562,10 +562,8 @@ be enumerated to go through each element that adds one or more properties to the item. It can also be indexed by name, which will return an object with a list of the elements that add properties - with that name.</p><p>Each element that adds a property also has a <code title="dom-content"><a href="#dom-content">content</a></code> IDL attribute that returns its - value. - - </p><div class="example"> + with that name.</p><p>Each element that adds a property also has a <code title="dom-itemValue"><a href="#dom-itemvalue">itemValue</a></code> IDL attribute that returns + its value.</p><div class="example"> <p>This sample gets the first item of type "net.example.user" and then pops up an alert using the "name" property from @@ -578,15 +576,15 @@ name in this way, actually returns a <code><a href="infrastructure.html#propertynodelist">PropertyNodeList</a></code> object with all the matching properties. The <code><a href="infrastructure.html#propertynodelist">PropertyNodeList</a></code> object can be used to obtained all the - values at once using <em>its</em> <code title="dom-PropertyNodeList-contents"><a href="#dom-propertynodelist-contents">contents</a></code> attribute, - which returns an array of all the values.</p><div class="example"> + values at once using <em>its</em> <code title="dom-PropertyNodeList-values"><a href="#dom-propertynodelist-values">values</a></code> attribute, which + returns an array of all the values.</p><div class="example"> <p>In an earlier example, a "org.example.animals.cat" item had two "com.example.color" values. This script looks up the first such item and then lists all its values.</p> <pre>var cat = document.getItems('org.example.animals.cat')[0]; -var colors = cat.properties['com.example.color'].contents; +var colors = cat.properties['com.example.color'].values; var result; if (colors.length == 0) { result = 'Color unknown.'; @@ -923,13 +921,16 @@ </dd> - <dt><var title="">element</var> . <code title="dom-content"><a href="#dom-content">content</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">element</var> . <code title="dom-itemValue"><a href="#dom-itemvalue">itemValue</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the element's <a href="#concept-property-value" title="concept-property-value">value</a>.</p> - <p>Can be set, to change the element's <a href="#concept-property-value" title="concept-property-value">value</a>.</p> + <p>Can be set, to change the element's <a href="#concept-property-value" title="concept-property-value">value</a>. Setting the <a href="#concept-property-value" title="concept-property-value">value</a> when the element has + no <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute or when + the element's value is an <a href="#concept-item" title="concept-item">item</a> + throws an <code><a href="infrastructure.html#invalid_access_err">INVALID_ACCESS_ERR</a></code> exception.</p> </dd> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- Overview.html 14 Oct 2009 10:57:28 -0000 1.347 +++ Overview.html 14 Oct 2009 11:27:35 -0000 1.348 @@ -241,7 +241,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3288. +This is revision 1.3289. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- embedded-content-0.html 14 Oct 2009 10:57:28 -0000 1.345 +++ embedded-content-0.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.348 retrieving revision 1.349 diff -u -d -r1.348 -r1.349 --- dom.html 14 Oct 2009 10:57:28 -0000 1.348 +++ dom.html 14 Oct 2009 11:27:35 -0000 1.349 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -673,7 +673,7 @@ attribute DOMString <a href="#dom-itemid" title="dom-itemId">itemId</a>; [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="infrastructure.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-itemprop" title="dom-itemProp">itemProp</a>; readonly attribute <a href="infrastructure.html#htmlpropertycollection">HTMLPropertyCollection</a> <a href="#dom-properties" title="dom-properties">properties</a>; - attribute DOMString <a href="#dom-content" title="dom-content">content</a>; + attribute any <a href="#dom-itemvalue" title="dom-itemValue">itemValue</a>; // <a href="editing.html#editing">user interaction</a> attribute boolean <a href="#dom-hidden" title="dom-hidden">hidden</a>; Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- acknowledgements.html 14 Oct 2009 10:57:28 -0000 1.345 +++ acknowledgements.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -218,7 +218,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- the-canvas-element.html 14 Oct 2009 10:57:29 -0000 1.347 +++ the-canvas-element.html 14 Oct 2009 11:27:36 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="video.html">← 4.8.7 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: iana-considerations.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- iana-considerations.html 14 Oct 2009 10:57:28 -0000 1.345 +++ iana-considerations.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="obsolete.html">← 11 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- forms.html 14 Oct 2009 10:57:28 -0000 1.347 +++ forms.html 14 Oct 2009 11:27:35 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- interactive-elements.html 14 Oct 2009 10:57:28 -0000 1.345 +++ interactive-elements.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="forms.html">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- editing.html 14 Oct 2009 10:57:28 -0000 1.347 +++ editing.html 14 Oct 2009 11:27:35 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="history.html">← 6.8 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- video.html 14 Oct 2009 10:57:29 -0000 1.347 +++ video.html 14 Oct 2009 11:27:36 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.348 retrieving revision 1.349 diff -u -d -r1.348 -r1.349 --- browsers.html 14 Oct 2009 10:57:28 -0000 1.348 +++ browsers.html 14 Oct 2009 11:27:35 -0000 1.349 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="microdata.html">← 5 Microdata</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.344 retrieving revision 1.345 diff -u -d -r1.344 -r1.345 --- the-xhtml-syntax.html 14 Oct 2009 10:57:29 -0000 1.344 +++ the-xhtml-syntax.html 14 Oct 2009 11:27:36 -0000 1.345 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="named-character-references.html">← 9.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- offline.html 14 Oct 2009 10:57:28 -0000 1.345 +++ offline.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="browsers.html">← 6 Web browsers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.348 retrieving revision 1.349 diff -u -d -r1.348 -r1.349 --- syntax.html 14 Oct 2009 10:57:29 -0000 1.348 +++ syntax.html 14 Oct 2009 11:27:36 -0000 1.349 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="comms.html">← 8 Communication</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- obsolete.html 14 Oct 2009 10:57:28 -0000 1.346 +++ obsolete.html 14 Oct 2009 11:27:35 -0000 1.347 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- named-character-references.html 14 Oct 2009 10:57:28 -0000 1.346 +++ named-character-references.html 14 Oct 2009 11:27:35 -0000 1.347 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="syntax.html">← 9 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- references.html 14 Oct 2009 10:57:28 -0000 1.345 +++ references.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="index.html">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- semantics.html 14 Oct 2009 10:57:28 -0000 1.347 +++ semantics.html 14 Oct 2009 11:27:35 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -551,6 +551,7 @@ <pre class="idl">interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> { attribute DOMString <a href="#dom-meta-name" title="dom-meta-name">name</a>; attribute DOMString <a href="#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </dd> </dl><p>The <code><a href="#meta">meta</a></code> element <a href="#represents">represents</a> various Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- index.html 14 Oct 2009 10:57:28 -0000 1.345 +++ index.html 14 Oct 2009 11:27:35 -0000 1.346 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="iana-considerations.html">← IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – Index: comms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/comms.html,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- comms.html 14 Oct 2009 10:57:28 -0000 1.347 +++ comms.html 14 Oct 2009 11:27:35 -0000 1.348 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="editing.html">← 7 User Interaction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.348 retrieving revision 1.349 diff -u -d -r1.348 -r1.349 --- spec.html 14 Oct 2009 10:57:28 -0000 1.348 +++ spec.html 14 Oct 2009 11:27:35 -0000 1.349 @@ -239,7 +239,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3288. +This is revision 1.3289. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -2113,7 +2113,7 @@ typedef sequence<any> <dfn id=propertyvaluearray>PropertyValueArray</dfn>; interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span> { - readonly attribute <a href=#propertyvaluearray>PropertyValueArray</a> <a href=#dom-propertynodelist-contents title=dom-PropertyNodeList-contents>contents</a>; + readonly attribute <a href=#propertyvaluearray>PropertyValueArray</a> <a href=#dom-propertynodelist-values title=dom-PropertyNodeList-values>values</a>; };</pre><dl class=domintro><dt><var title="">collection</var> . <code title=dom-HTMLPropertyCollection-length><a href=#dom-htmlpropertycollection-length>length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -2139,7 +2139,7 @@ <p>Returns a <code><a href=#propertynodelist>PropertyNodeList</a></code> object containing any elements that add a property named <var title="">name</var>.</p> </dd> - <dt><var title="">propertyNodeList</var> . <code title=dom-PropertyNodeList-contents><a href=#dom-propertynodelist-contents>contents</a></code></dt> + <dt><var title="">propertyNodeList</var> . <code title=dom-PropertyNodeList-values><a href=#dom-propertynodelist-values>values</a></code></dt> <dd> <p>Returns an array of the various values that the relevant elements have.</p> </dd> @@ -2717,7 +2717,7 @@ attribute DOMString <a href=#dom-itemid title=dom-itemId>itemId</a>; [PutForwards=<a href=#dom-domsettabletokenlist-value title=dom-DOMSettableTokenList-value>value</a>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-itemprop title=dom-itemProp>itemProp</a>; readonly attribute <a href=#htmlpropertycollection>HTMLPropertyCollection</a> <a href=#dom-properties title=dom-properties>properties</a>; - attribute DOMString <a href=#dom-content title=dom-content>content</a>; + attribute any <a href=#dom-itemvalue title=dom-itemValue>itemValue</a>; // <a href=#editing>user interaction</a> attribute boolean <a href=#dom-hidden title=dom-hidden>hidden</a>; @@ -4411,6 +4411,7 @@ <pre class=idl>interface <dfn id=htmlmetaelement>HTMLMetaElement</dfn> : <a href=#htmlelement>HTMLElement</a> { attribute DOMString <a href=#dom-meta-name title=dom-meta-name>name</a>; attribute DOMString <a href=#dom-meta-httpequiv title=dom-meta-httpEquiv>httpEquiv</a>; + attribute DOMString <a href=#dom-meta-content title=dom-meta-content>content</a>; };</pre> </dd> </dl><p>The <code><a href=#meta>meta</a></code> element <a href=#represents>represents</a> various @@ -21557,10 +21558,8 @@ be enumerated to go through each element that adds one or more properties to the item. It can also be indexed by name, which will return an object with a list of the elements that add properties - with that name.</p><p>Each element that adds a property also has a <code title=dom-content><a href=#dom-content>content</a></code> IDL attribute that returns its - value. - - </p><div class=example> + with that name.</p><p>Each element that adds a property also has a <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> IDL attribute that returns + its value.</p><div class=example> <p>This sample gets the first item of type "net.example.user" and then pops up an alert using the "name" property from @@ -21573,15 +21572,15 @@ name in this way, actually returns a <code><a href=#propertynodelist>PropertyNodeList</a></code> object with all the matching properties. The <code><a href=#propertynodelist>PropertyNodeList</a></code> object can be used to obtained all the - values at once using <em>its</em> <code title=dom-PropertyNodeList-contents><a href=#dom-propertynodelist-contents>contents</a></code> attribute, - which returns an array of all the values.</p><div class=example> + values at once using <em>its</em> <code title=dom-PropertyNodeList-values><a href=#dom-propertynodelist-values>values</a></code> attribute, which + returns an array of all the values.</p><div class=example> <p>In an earlier example, a "org.example.animals.cat" item had two "com.example.color" values. This script looks up the first such item and then lists all its values.</p> <pre>var cat = document.getItems('org.example.animals.cat')[0]; -var colors = cat.properties['com.example.color'].contents; +var colors = cat.properties['com.example.color'].values; var result; if (colors.length == 0) { result = 'Color unknown.'; @@ -21918,13 +21917,16 @@ </dd> - <dt><var title="">element</var> . <code title=dom-content><a href=#dom-content>content</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">element</var> . <code title=dom-itemValue><a href=#dom-itemvalue>itemValue</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the element's <a href=#concept-property-value title=concept-property-value>value</a>.</p> - <p>Can be set, to change the element's <a href=#concept-property-value title=concept-property-value>value</a>.</p> + <p>Can be set, to change the element's <a href=#concept-property-value title=concept-property-value>value</a>. Setting the <a href=#concept-property-value title=concept-property-value>value</a> when the element has + no <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute or when + the element's value is an <a href=#concept-item title=concept-item>item</a> + throws an <code><a href=#invalid_access_err>INVALID_ACCESS_ERR</a></code> exception.</p> </dd> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- introduction.html 14 Oct 2009 10:57:28 -0000 1.346 +++ introduction.html 14 Oct 2009 11:27:35 -0000 1.347 @@ -218,7 +218,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3288.</p> +<p>This is revision 1.3289.</p> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a>
Received on Wednesday, 14 October 2009 11:27:41 UTC