- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 09:54:48 +0900 (JST)
- To: public-html-diffs@w3.org
Filling in the rendering section: <mark>, links. (whatwg r2770) default button http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#default-button buttons http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#concept-button 4.10.15 Form submission http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#form-submission-0 4.10.14.4 Security http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#security-0 form http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#dom-fae-form 4.3.3 The eventsource element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#the-eventsource-element 10.6.3 The mark element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#the-mark-element-0 submit buttons http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#concept-submit-button 10.6.4 The title attribute http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#the-title-attribute-0 10.6 Interactive media http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#interactive-media 10.6.2 Links, forms, and navigation http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#links-forms-and-navigation 4.10.13 Attributes common to form controls http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#attributes-common-to-form-controls 4.3.2 The noscript element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#the-noscript-element 4.10.1 The form element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1940.html#the-form-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1939&r2=1.1940&f=h http://html5.org/tools/web-apps-tracker?from=2769&to=2770 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1939 retrieving revision 1.1940 diff -u -d -r1.1939 -r1.1940 --- Overview.html 10 Feb 2009 00:15:56 -0000 1.1939 +++ Overview.html 10 Feb 2009 00:51:54 -0000 1.1940 @@ -992,10 +992,9 @@ <li><a href=#interactive-media><span class=secno>10.6 </span>Interactive media</a> <ol> <li><a href=#hit-testing><span class=secno>10.6.1 </span>Hit testing</a></li> - <li><a href=#links-0><span class=secno>10.6.2 </span>Links</a></li> + <li><a href=#links-forms-and-navigation><span class=secno>10.6.2 </span>Links, forms, and navigation</a></li> <li><a href=#the-mark-element-0><span class=secno>10.6.3 </span>The <code>mark</code> element</a></li> - <li><a href=#the-contenteditable-attribute><span class=secno>10.6.4 </span>The <code title=attr-contenteditable>contenteditable</code> attribute</a></li> - <li><a href=#the-title-attribute-0><span class=secno>10.6.5 </span>The <code title=attr-title>title</code> attribute</a></ol></li> + <li><a href=#the-title-attribute-0><span class=secno>10.6.4 </span>The <code title=attr-title>title</code> attribute</a></ol></li> <li><a href=#print-media><span class=secno>10.7 </span>Print media</a></li> <li><a href=#interaction-with-css><span class=secno>10.8 </span>Interaction with CSS</a></ol></li> <li><a href=#obsolete-features><span class=secno>11 </span>Obsolete features</a> @@ -8608,9 +8607,9 @@ it has no effect in the <span>XML serialization</span><!-- XXX xref -->.</strong><p>The <code><a href=#the-noscript-element>noscript</a></code> element has no other requirements. In particular, children of the <code><a href=#the-noscript-element>noscript</a></code> element are not - exempt from form submission, scripting, and so forth, even when - <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> for the - element.<h4 id=the-eventsource-element><span class=secno>4.3.3 </span>The <dfn><code>eventsource</code></dfn> element</h4><dl class=element><dt>Categories</dt> + exempt from <a href=#form-submission-0>form submission</a>, scripting, and so forth, + even when <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> + for the element.<h4 id=the-eventsource-element><span class=secno>4.3.3 </span>The <dfn><code>eventsource</code></dfn> element</h4><dl class=element><dt>Categories</dt> <dd><a href=#metadata-content-0>Metadata content</a>.</dd> <dd><a href=#flow-content-0>Flow content</a>.</dd> <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd> @@ -19655,7 +19654,8 @@ elements</a> can be, depending on their attributes, <dfn id=concept-button title=concept-button>buttons</dfn>. The prose below defines when an element is a button. Some buttons are specifically <dfn id=concept-submit-button title=concept-submit-button>submit buttons</dfn>.<p class=note>The <code><a href=#the-object-element>object</a></code> element is also a <a href=#form-associated-element>form-associated element</a> and can, with the use of a - suitable <a href=#plugin>plugin</a>, partake in form submission.<h4 id=the-form-element><span class=secno>4.10.1 </span>The <dfn><code>form</code></dfn> element</h4><dl class=element><dt>Categories</dt> + suitable <a href=#plugin>plugin</a>, partake in <a href=#form-submission-0>form + submission</a>.<h4 id=the-form-element><span class=secno>4.10.1 </span>The <dfn><code>form</code></dfn> element</h4><dl class=element><dt>Categories</dt> <dd><a href=#flow-content-0>Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd> @@ -23876,8 +23876,8 @@ null if there isn't one.<p><strong>Constraint validation:</strong> If an element has no <a href=#form-owner>form owner</a>, it is <a href=#barred-from-constraint-validation>barred from constraint validation</a>.<h4 id=attributes-common-to-form-controls><span class=secno>4.10.13 </span><dfn>Attributes common to form controls</dfn></h4><h5 id=naming-form-controls><span class=secno>4.10.13.1 </span>Naming form controls</h5><p>The <dfn id=attr-fe-name title=attr-fe-name><code>name</code></dfn> content - attribute gives the name of the form control, as used in form - submission and in the <code><a href=#the-form-element>form</a></code> element's <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> object. If the attribute + attribute gives the name of the form control, as used in <a href=#form-submission-0>form + submission</a> and in the <code><a href=#the-form-element>form</a></code> element's <code title=dom-form-elements><a href=#dom-form-elements>elements</a></code> object. If the attribute is specified, its value must not be the empty string.<p><strong>Constraint validation:</strong> If an element does not have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute specified, or its <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute's value is @@ -24200,7 +24200,7 @@ unintentionally bypassed by users of older user agents or automated tools that do not implement these features. The constraint validation features are only intended to improve the user - experience, not to provide any kind of security mechanism.<h4 id=form-submission-0><span class=secno>4.10.15 </span>Form submission</h4><h5 id=implicit-submission><span class=secno>4.10.15.1 </span>Implicit submission</h5><p>User agents may establish a <a href=#concept-button title=concept-button>button</a> in each form as being the + experience, not to provide any kind of security mechanism.<h4 id=form-submission-0><span class=secno>4.10.15 </span><dfn>Form submission</dfn></h4><h5 id=implicit-submission><span class=secno>4.10.15.1 </span>Implicit submission</h5><p>User agents may establish a <a href=#concept-button title=concept-button>button</a> in each form as being the form's <dfn id=default-button>default button</dfn>. This should be the first <a href=#concept-submit-button title=concept-submit-button>submit button</a> in <a href=#tree-order>tree order</a> whose <a href=#form-owner>form owner</a> is that <code><a href=#the-form-element>form</a></code> element, but user agents may pick another button if another would be @@ -47704,11 +47704,21 @@ - <h4 id=links-0><span class=secno>10.6.2 </span>Links</h4><p class=XXX>...</p><!-- hyperlinks: hover show url; clicks; opening in new browsing contexts --><!-- cite attribute on q, blockquote, ins, del: on hover, show link --><h4 id=the-mark-element-0><span class=secno>10.6.3 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p class=XXX>...</p><!-- being able to cycle through them --><!-- showing them on the scroll bar --><p class=XXX>The rendering section will eventually suggest - that user agents provide a way to let users jump between - <code><a href=#the-mark-element>mark</a></code> elements. Suggested rendering is a neon yellow - background highlight, though UAs maybe should allow this to be - toggled.<h4 id=the-contenteditable-attribute><span class=secno>10.6.4 </span>The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute</h4><p class=XXX>...<h4 id=the-title-attribute-0><span class=secno>10.6.5 </span>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute</h4><p>Given an element (e.g. the element designated by the mouse + <h4 id=links-forms-and-navigation><span class=secno>10.6.2 </span>Links, forms, and navigation</h4><p>User agents are expected to allow the user to control aspects of + <a href=#hyperlink>hyperlink</a> activation and <a href=#form-submission-0>form submission</a>, + such as which <a href=#browsing-context>browsing context</a> is to be used for the + subsequent <a href=#navigate title=navigate>navigation</a>.<p>User agents are expected to allow users to discover the + destination of <a href=#hyperlink title=hyperlink>hyperlinks</a> and of + <a href=#the-form-element title=form>forms</a> before triggering their <a href=#navigate title=navigate>navigation</a>.<p>User agents are expected to allow users to <a href=#navigate>navigate</a> + <a href=#browsing-context title="browsing context">browsing contexts</a> to the + resources <a href=#resolve-a-url title="resolve a url">indicated</a> by the <code title="">cite</code> attributes on <code><a href=#the-q-element>q</a></code>, + <code><a href=#the-blockquote-element>blockquote</a></code>, <code><a href=#the-ins-element>ins</a></code>, and <code><a href=#the-del-element>del</a></code> + elements.<h4 id=the-mark-element-0><span class=secno>10.6.3 </span>The <code><a href=#the-mark-element>mark</a></code> element</h4><p>User agents are expected to allow the user to cycle through all + the <code><a href=#the-mark-element>mark</a></code> elements in a <code>Document</code>. User + agents are also expected to bring their existence to the user's + attention, even when they are off-screen, e.g. by highlighting + portions of the scroll bar that represent portions of the document + that contain <code><a href=#the-mark-element>mark</a></code> elements.<h4 id=the-title-attribute-0><span class=secno>10.6.4 </span>The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute</h4><p>Given an element (e.g. the element designated by the mouse cursor), if the element, or one of its ancestors, has a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, and the nearest such attribute has a value that is not the empty string, it is expected that the user agent will expose the contents of that attribute as a
Received on Tuesday, 10 February 2009 00:55:26 UTC