Short URL: http://html5.org/r/2770
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2770 | Filling in the rendering section: <mark>, links. | 2009-02-10 00:51 |
Index: source =================================================================== --- source (revision 2769) +++ source (revision 2770) @@ -11027,9 +11027,9 @@ <p>The <code>noscript</code> element has no other requirements. In particular, children of the <code>noscript</code> element are not - exempt from form submission, scripting, and so forth, even when - <span title="concept-n-script">scripting is enabled</span> for the - element.</p> + exempt from <span>form submission</span>, scripting, and so forth, + even when <span title="concept-n-script">scripting is enabled</span> + for the element.</p> @@ -26746,7 +26746,8 @@ <p class="note">The <code>object</code> element is also a <span>form-associated element</span> and can, with the use of a - suitable <span>plugin</span>, partake in form submission.</p> + suitable <span>plugin</span>, partake in <span>form + submission</span>.</p> <h4>The <dfn><code>form</code></dfn> element</h4> @@ -32986,8 +32987,8 @@ <h5>Naming form controls</h5> <p>The <dfn 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>form</code> element's <code + attribute gives the name of the form control, as used in <span>form + submission</span> and in the <code>form</code> element's <code title="dom-form-elements">elements</code> object. If the attribute is specified, its value must not be the empty string.</p> @@ -33552,7 +33553,7 @@ - <h4>Form submission</h4> + <h4><dfn>Form submission</dfn></h4> <h5>Implicit submission</h5> @@ -63452,34 +63453,38 @@ - <h4>Links</h4> + <h4>Links, forms, and navigation</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 --> + <p>User agents are expected to allow the user to control aspects of + <span>hyperlink</span> activation and <span>form submission</span>, + such as which <span>browsing context</span> is to be used for the + subsequent <span title="navigate">navigation</span>.</p> + <p>User agents are expected to allow users to discover the + destination of <span title="hyperlink">hyperlinks</span> and of + <span title="form">forms</span> before triggering their <span + title="navigate">navigation</span>.</p> + <p>User agents are expected to allow users to <span>navigate</span> + <span title="browsing context">browsing contexts</span> to the + resources <span title="resolve a url">indicated</span> by the <code + title="">cite</code> attributes on <code>q</code>, + <code>blockquote</code>, <code>ins</code>, and <code>del</code> + elements.</p> - <h4>The <code>mark</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>mark</code> elements. Suggested rendering is a neon yellow - background highlight, though UAs maybe should allow this to be - toggled.</p> + <h4>The <code>mark</code> element</h4> + <p>User agents are expected to allow the user to cycle through all + the <code>mark</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>mark</code> elements.</p> - <h4>The <code title="attr-contenteditable">contenteditable</code> attribute</h4> - <p class="XXX">...</p> - - - <h4>The <code title="attr-title">title</code> attribute</h4> <p>Given an element (e.g. the element designated by the mouse