- From: poot <cvsmail@w3.org>
- Date: Sat, 18 Jun 2011 06:01:16 -0400
- To: public-html-diffs@w3.org
mike: document dirname and iframe@srcdoc http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.330&r2=1.331&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.497 retrieving revision 1.498 diff -u -d -r1.497 -r1.498 --- Overview.html 17 Jun 2011 08:48:55 -0000 1.497 +++ Overview.html 18 Jun 2011 10:00:57 -0000 1.498 @@ -15,7 +15,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference</h3> -<h2>Unofficial Editor’s Draft <em>17 June 2011</em> +<h2>Unofficial Editor’s Draft <em>18 June 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -70,7 +70,7 @@ <h2>Status of this Document </h2> <p> - This document is the 17 June 2011 Editor’s Draft of + This document is the 18 June 2011 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- iframe.html 17 Jun 2011 08:48:57 -0000 1.113 +++ iframe.html 18 Jun 2011 10:00:58 -0000 1.114 @@ -68,14 +68,14 @@ </span> <a class="hash" href="iframe.html#iframe.attrs.src">#</a> </dt> - <dd>The address of a page that the nested <a href="terminology.html#context" id="context_xref7">browsing context</a> is to contain.</dd> + <dd>The address of a document for the nested <a href="terminology.html#context" id="context_xref7">browsing context</a> to contain.</dd> <dt id="iframe.attrs.srcdoc" title="iframe.attrs.srcdoc"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-srcdoc">ⓘ</a> <span class="attribute-name">srcdoc</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref20">string</a></span> <a class="hash" href="iframe.html#iframe.attrs.srcdoc">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The content of a document for the nested <a href="terminology.html#context" id="context_xref8">browsing context</a> to contain.</dd> <dt id="iframe.attrs.name" title="iframe.attrs.name"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-name">ⓘ</a> @@ -84,7 +84,7 @@ </span> <a class="hash" href="iframe.html#iframe.attrs.name">#</a> </dt> - <dd>A valid <a href="terminology.html#context" id="context_xref8">browsing context</a> + <dd>A valid <a href="terminology.html#context" id="context_xref9">browsing context</a> name.</dd> <dd><div class="datatype-desc">Any @@ -158,7 +158,7 @@ </li> <li> <b>links to other - <a href="terminology.html#context" id="context_xref9">browsing contexts</a></b> + <a href="terminology.html#context" id="context_xref10">browsing contexts</a></b> are disallowed/disabled within the <span class="element">iframe</span> </li> @@ -214,7 +214,7 @@ <dd>Instructs the UA that the <span class="element">iframe</span> element’s - <a href="terminology.html#context" id="context_xref10">browsing context</a> + <a href="terminology.html#context" id="context_xref11">browsing context</a> is to be rendered in a manner that makes it appear to be part of the containing document (seamlessly included in the parent Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- textarea.html 17 Jun 2011 08:49:01 -0000 1.108 +++ textarea.html 18 Jun 2011 10:01:00 -0000 1.109 @@ -162,7 +162,9 @@ </span> <a class="hash" href="textarea.html#textarea.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> <dt id="textarea.attrs.rows" title="textarea.attrs.rows"> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- input.text.html 17 Jun 2011 08:48:59 -0000 1.105 +++ input.text.html 18 Jun 2011 10:00:59 -0000 1.106 @@ -240,7 +240,9 @@ </span> <a class="hash" href="input.text.html#input.text.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> </dl> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- object.html 17 Jun 2011 08:49:00 -0000 1.111 +++ object.html 18 Jun 2011 10:00:59 -0000 1.112 @@ -131,7 +131,7 @@ </span> <a class="hash" href="object.html#object.attrs.name">#</a> </dt> - <dd>A <a href="terminology.html#context" id="context_xref13">valid browsing context name</a>.</dd> + <dd>A <a href="terminology.html#context" id="context_xref14">valid browsing context name</a>.</dd> <dd><div class="datatype-desc">Any <a href="datatypes.html#data-string" id="data-string_xref58">string</a>, Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- input.image.html 17 Jun 2011 08:48:59 -0000 1.111 +++ input.image.html 18 Jun 2011 10:00:59 -0000 1.112 @@ -186,7 +186,7 @@ <a class="hash" href="input.image.html#input.image.attrs.formtarget">#</a> </dt> <dd>A - <a href="terminology.html#context" id="context_xref12">browsing context</a> + <a href="terminology.html#context" id="context_xref13">browsing context</a> name or keyword that represents the target of the control.</dd> Index: index-of-terms.xhtml =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- index-of-terms.xhtml 17 Jun 2011 08:48:58 -0000 1.34 +++ index-of-terms.xhtml 18 Jun 2011 10:00:59 -0000 1.35 @@ -119,12 +119,13 @@ <li><a href="base.html#context_xref5"><span class="element">base</span> element: <span class="attribute-name">target</span> attribute</a></li> <li><a href="button.submit.html#context_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> <li><a href="iframe.html#context_xref7"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li> -<li><a href="iframe.html#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> -<li><a href="iframe.html#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> -<li><a href="iframe.html#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> -<li><a href="input.submit.html#context_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="input.image.html#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="object.html#context_xref13"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="iframe.html#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">srcdoc</span> attribute</a></li> +<li><a href="iframe.html#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="iframe.html#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> +<li><a href="iframe.html#context_xref11"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> +<li><a href="input.submit.html#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="input.image.html#context_xref13"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="object.html#context_xref14"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> </ul> </div> <div class="index-entry" id="common.data.browsing-context-name_index"> Index: patch-schema =================================================================== RCS file: /sources/public/html5/markup/patch-schema,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- patch-schema 22 May 2011 14:21:43 -0000 1.107 +++ patch-schema 18 Jun 2011 10:00:59 -0000 1.108 @@ -1,6 +1,6 @@ -diff -r f5141323d3ee relaxng/applications.rnc ---- a/relaxng/applications.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/applications.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/applications.rnc +--- a/relaxng/applications.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/applications.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -4,19 +4,6 @@ ## RELAX NG Schema for HTML 5: Web Application Features # # ##################################################################### @@ -150,9 +150,9 @@ common.elem.phrasing |= command.elem ## Menu: <menu> -diff -r f5141323d3ee relaxng/block.rnc ---- a/relaxng/block.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/block.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/block.rnc +--- a/relaxng/block.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/block.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -114,12 +114,12 @@ element li { oli.inner & oli.attrs } oli.attrs = @@ -168,9 +168,9 @@ attribute value { common.data.integer } -diff -r f5141323d3ee relaxng/common.rnc ---- a/relaxng/common.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/common.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/common.rnc +--- a/relaxng/common.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/common.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -38,16 +38,16 @@ common.attr.anything = attribute * { text }* @@ -333,9 +333,9 @@ common.attrs.aria = ( notAllowed ) common.attrs.aria.implicit.button = ( notAllowed ) common.attrs.aria.implicit.input = ( notAllowed ) -diff -r f5141323d3ee relaxng/core-scripting.rnc ---- a/relaxng/core-scripting.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/core-scripting.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/core-scripting.rnc +--- a/relaxng/core-scripting.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/core-scripting.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -52,9 +52,9 @@ string } @@ -370,9 +370,9 @@ scripting.attr.onabort = attribute onabort { common.data.functionbody } -diff -r f5141323d3ee relaxng/embed.rnc ---- a/relaxng/embed.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/embed.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/embed.rnc +--- a/relaxng/embed.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/embed.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -248,7 +248,7 @@ } object.attrs.name = @@ -382,7 +382,7 @@ } object.inner.flow = ( param.elem* -@@ -304,7 +304,7 @@ +@@ -309,7 +309,7 @@ } iframe.attrs.name = attribute name { @@ -391,7 +391,7 @@ } iframe.attrs.height = attribute height { -@@ -319,8 +319,11 @@ +@@ -324,8 +324,11 @@ w:string "seamless" | w:string "" } & v5only iframe.attrs.sandbox = @@ -405,7 +405,7 @@ { ( w:string "allow-top-navigation" )? , ( w:string "allow-same-origin" )? , ( w:string "allow-forms" )? -@@ -464,7 +467,7 @@ +@@ -469,7 +472,7 @@ , ( w:string "allow-same-origin" )? , ( w:string "allow-top-navigation" )? } @@ -414,7 +414,7 @@ iframe.inner = ( text ) -@@ -502,20 +505,44 @@ +@@ -507,20 +510,44 @@ area.attrs = ( common.attrs & ( area.attrs.alt @@ -466,7 +466,7 @@ area.attrs.shape = ( ( area.attrs.shape.rect? & area.attrs.coords.rect ) | ( area.attrs.shape.circle & area.attrs.coords.circle ) -@@ -528,7 +555,7 @@ +@@ -533,7 +560,7 @@ } area.attrs.coords.rect = attribute coords { @@ -475,7 +475,7 @@ # xsd:token { # pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+" # } -@@ -539,7 +566,7 @@ +@@ -544,7 +571,7 @@ } area.attrs.coords.circle = attribute coords { @@ -484,7 +484,7 @@ # xsd:token { # pattern = "-?[0-9]+,-?[0-9]+,[0-9]+" # } -@@ -550,7 +577,7 @@ +@@ -555,7 +582,7 @@ } area.attrs.coords.poly = attribute coords { @@ -493,9 +493,9 @@ # xsd:token { # pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+(,-?[0-9]+,-?[0-9]+)*" # } -diff -r f5141323d3ee relaxng/media.rnc ---- a/relaxng/media.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/media.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/media.rnc +--- a/relaxng/media.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/media.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -4,37 +4,6 @@ ## RELAX NG Schema for HTML 5: Advanced Embedded Content # # ##################################################################### @@ -666,9 +666,9 @@ , track.elem* , common.inner.phrasing ) -diff -r f5141323d3ee relaxng/meta.rnc ---- a/relaxng/meta.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/meta.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/meta.rnc +--- a/relaxng/meta.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/meta.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -53,7 +53,11 @@ & body.attrs.onafterprint? & body.attrs.onbeforeprint? @@ -839,9 +839,9 @@ - common.elem.metadata |= ( meta.charset.elem | meta.http-equiv.content-type.elem ) + common.elem.metadata |= meta.charset.elem + common.elem.metadata |= meta.http-equiv.content-type.elem -diff -r f5141323d3ee relaxng/phrase.rnc ---- a/relaxng/phrase.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/phrase.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/phrase.rnc +--- a/relaxng/phrase.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/phrase.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -13,13 +13,12 @@ a.attrs = ( common.attrs @@ -932,9 +932,9 @@ ## Emphatic Stress: <em> em.elem = -diff -r f5141323d3ee relaxng/revision.rnc ---- a/relaxng/revision.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/revision.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/revision.rnc +--- a/relaxng/revision.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/revision.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -2,17 +2,6 @@ ## RELAX NG Schema for HTML 5: Revision Annotations # # ##################################################################### @@ -993,9 +993,9 @@ del.inner.flow = ( common.inner.flow ) del.inner.phrasing = -diff -r f5141323d3ee relaxng/tables.rnc ---- a/relaxng/tables.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/tables.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/tables.rnc +--- a/relaxng/tables.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/tables.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -157,38 +157,6 @@ tr.inner = ( ( td.elem | th.elem )* ) @@ -1098,9 +1098,9 @@ + } th.inner = ( common.inner.phrasing ) -diff -r f5141323d3ee relaxng/web-forms.rnc ---- a/relaxng/web-forms.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/web-forms.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/web-forms.rnc +--- a/relaxng/web-forms.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/web-forms.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -9,6 +9,7 @@ common-form.attrs = ( common-form.attrs.name? @@ -1205,9 +1205,9 @@ button.elem |= button.button.elem -diff -r f5141323d3ee relaxng/web-forms2.rnc ---- a/relaxng/web-forms2.rnc Sun May 22 23:08:59 2011 +0900 -+++ b/relaxng/web-forms2.rnc Sun May 22 23:13:15 2011 +0900 +diff -r faf3698e1913 relaxng/web-forms2.rnc +--- a/relaxng/web-forms2.rnc Thu Jun 16 17:50:20 2011 +0900 ++++ b/relaxng/web-forms2.rnc Sat Jun 18 18:54:40 2011 +0900 @@ -6,9 +6,6 @@ ## Shared attributes for form controls @@ -1227,7 +1227,7 @@ } shared-form.attrs.formnovalidate = -@@ -552,7 +549,7 @@ +@@ -558,7 +555,7 @@ } input.url.attrs.value = attribute value { @@ -1236,7 +1236,7 @@ } input.elem |= input.url.elem -@@ -666,10 +663,6 @@ +@@ -673,10 +670,6 @@ ## Text Area: <textarea>, extensions @@ -1247,7 +1247,7 @@ textarea.attrs &= ( shared-form.attrs.maxlength? & shared-form.attrs.autofocus? -@@ -739,7 +732,7 @@ +@@ -747,7 +740,7 @@ } form.attrs.target = attribute target { Index: index.html =================================================================== RCS file: /sources/public/html5/markup/index.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- index.html 17 Jun 2011 08:48:58 -0000 1.43 +++ index.html 18 Jun 2011 10:00:59 -0000 1.44 @@ -15,7 +15,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference</h3> -<h2>Unofficial Editor’s Draft <em>17 June 2011</em> +<h2>Unofficial Editor’s Draft <em>18 June 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -70,7 +70,7 @@ <h2>Status of this Document </h2> <p> - This document is the 17 June 2011 Editor’s Draft of + This document is the 18 June 2011 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.109 retrieving revision 1.110 diff -u -d -r1.109 -r1.110 --- input.search.html 17 Jun 2011 08:48:59 -0000 1.109 +++ input.search.html 18 Jun 2011 10:00:59 -0000 1.110 @@ -226,7 +226,9 @@ </span> <a class="hash" href="input.search.html#input.search.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> <dt id="input.search.attrs.value" title="input.search.attrs.value"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.330 retrieving revision 1.331 diff -u -d -r1.330 -r1.331 --- spec.html 17 Jun 2011 08:49:00 -0000 1.330 +++ spec.html 18 Jun 2011 10:00:59 -0000 1.331 @@ -12,7 +12,7 @@ <div><img src="HTML5_Badge_128.png" alt="5"></div> <h1>HTML: The Markup Language</h1> <h3 id="subtitle">An HTML language reference</h3> -<h2>Unofficial Editor’s Draft <em>17 June 2011</em> +<h2>Unofficial Editor’s Draft <em>18 June 2011</em> </h2> <dl> <dt>Editors:</dt> @@ -67,7 +67,7 @@ <h2>Status of this Document </h2> <p> - This document is the 17 June 2011 Editor’s Draft of + This document is the 18 June 2011 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred @@ -9699,14 +9699,14 @@ </span> <a class="hash" href="#iframe.attrs.src">#</a> </dt> - <dd>The address of a page that the nested <a href="#context" id="context_xref7">browsing context</a> is to contain.</dd> + <dd>The address of a document for the nested <a href="#context" id="context_xref7">browsing context</a> to contain.</dd> <dt id="iframe.attrs.srcdoc" title="iframe.attrs.srcdoc"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-srcdoc">ⓘ</a> <span class="attribute-name">srcdoc</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref20">string</a></span> <a class="hash" href="#iframe.attrs.srcdoc">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>The content of a document for the nested <a href="#context" id="context_xref8">browsing context</a> to contain.</dd> <dt id="iframe.attrs.name" title="iframe.attrs.name"> <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-name">ⓘ</a> @@ -9715,7 +9715,7 @@ </span> <a class="hash" href="#iframe.attrs.name">#</a> </dt> - <dd>A valid <a href="#context" id="context_xref8">browsing context</a> + <dd>A valid <a href="#context" id="context_xref9">browsing context</a> name.</dd> <dd><div class="datatype-desc">Any @@ -9789,7 +9789,7 @@ </li> <li> <b>links to other - <a href="#context" id="context_xref9">browsing contexts</a></b> + <a href="#context" id="context_xref10">browsing contexts</a></b> are disallowed/disabled within the <span class="element">iframe</span> </li> @@ -9845,7 +9845,7 @@ <dd>Instructs the UA that the <span class="element">iframe</span> element’s - <a href="#context" id="context_xref10">browsing context</a> + <a href="#context" id="context_xref11">browsing context</a> is to be rendered in a manner that makes it appear to be part of the containing document (seamlessly included in the parent @@ -10473,7 +10473,9 @@ </span> <a class="hash" href="#input.text.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> </dl> @@ -11756,7 +11758,7 @@ <a class="hash" href="#input.submit.attrs.formtarget">#</a> </dt> <dd>A - <a href="#context" id="context_xref11">browsing context</a> + <a href="#context" id="context_xref12">browsing context</a> name or keyword that represents the target of the control.</dd> @@ -12752,7 +12754,7 @@ <a class="hash" href="#input.image.attrs.formtarget">#</a> </dt> <dd>A - <a href="#context" id="context_xref12">browsing context</a> + <a href="#context" id="context_xref13">browsing context</a> name or keyword that represents the target of the control.</dd> @@ -16579,7 +16581,9 @@ </span> <a class="hash" href="#input.search.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> <dt id="input.search.attrs.value" title="input.search.attrs.value"> @@ -19773,7 +19777,7 @@ </span> <a class="hash" href="#object.attrs.name">#</a> </dt> - <dd>A <a href="#context" id="context_xref13">valid browsing context name</a>.</dd> + <dd>A <a href="#context" id="context_xref14">valid browsing context name</a>.</dd> <dd><div class="datatype-desc">Any <a href="#data-string" id="data-string_xref58">string</a>, @@ -23220,7 +23224,9 @@ </span> <a class="hash" href="#textarea.attrs.dirname">#</a> </dt> - <dd><i class="TK">(detailed attribute description to come)</i></dd> + <dd>Enables submission of a value for the directionality of the + element, and gives the name of the field that contains that + value.</dd> <dt id="textarea.attrs.rows" title="textarea.attrs.rows"> @@ -27283,12 +27289,13 @@ <li><a href="#context_xref5"><span class="element">base</span> element: <span class="attribute-name">target</span> attribute</a></li> <li><a href="#context_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> <li><a href="#context_xref7"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li> -<li><a href="#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> -<li><a href="#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> -<li><a href="#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> -<li><a href="#context_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="#context_xref13"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">srcdoc</span> attribute</a></li> +<li><a href="#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> +<li><a href="#context_xref11"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> +<li><a href="#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="#context_xref13"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="#context_xref14"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> </ul> </div> <div class="index-entry" id="common.data.browsing-context-name_index"> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/markup/index-of-terms.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- index-of-terms.html 17 Jun 2011 08:48:57 -0000 1.34 +++ index-of-terms.html 18 Jun 2011 10:00:59 -0000 1.35 @@ -175,12 +175,13 @@ <li><a href="base.html#context_xref5"><span class="element">base</span> element: <span class="attribute-name">target</span> attribute</a></li> <li><a href="button.submit.html#context_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> <li><a href="iframe.html#context_xref7"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li> -<li><a href="iframe.html#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> -<li><a href="iframe.html#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> -<li><a href="iframe.html#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> -<li><a href="input.submit.html#context_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="input.image.html#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> -<li><a href="object.html#context_xref13"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="iframe.html#context_xref8"><span class="element">iframe</span> element: <span class="attribute-name">srcdoc</span> attribute</a></li> +<li><a href="iframe.html#context_xref9"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li> +<li><a href="iframe.html#context_xref10"><span class="element">iframe</span> element: <span class="attribute-name">sandbox</span> attribute</a></li> +<li><a href="iframe.html#context_xref11"><span class="element">iframe</span> element: <span class="attribute-name">seamless</span> attribute</a></li> +<li><a href="input.submit.html#context_xref12"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="input.image.html#context_xref13"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li> +<li><a href="object.html#context_xref14"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li> </ul> </div> <div class="index-entry" id="common.data.browsing-context-name_index"> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- input.submit.html 17 Jun 2011 08:48:59 -0000 1.106 +++ input.submit.html 18 Jun 2011 10:00:59 -0000 1.107 @@ -163,7 +163,7 @@ <a class="hash" href="input.submit.html#input.submit.attrs.formtarget">#</a> </dt> <dd>A - <a href="terminology.html#context" id="context_xref11">browsing context</a> + <a href="terminology.html#context" id="context_xref12">browsing context</a> name or keyword that represents the target of the control.</dd>
Received on Saturday, 18 June 2011 10:01:19 UTC