- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 00:56:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31890 Modified Files: links.html spec.html Log Message: Mention that there might be specs that make :link/:visited more magical. (whatwg r5230) [updated by splitter] Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- links.html 3 Aug 2010 00:36:48 -0000 1.9 +++ links.html 3 Aug 2010 00:56:41 -0000 1.10 @@ -1484,6 +1484,11 @@ <code><a href="semantics.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="semantics.html#attr-link-href">href</a></code> attribute, must match one of <code title="selector-link"><a href="#selector-link">:link</a></code> and <code title="selector-visited"><a href="#selector-visited">:visited</a></code>.</p> + <p>Other specification might apply more specific rules regarding + how these elements are to match these pseudo-elements, to mitigate + some privacy concerns that apply with straightforward + implementations of this requirement.</p> + </dd> @@ -1639,6 +1644,12 @@ <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is in the <a href="number-state.html#submit-button-state" title="attr-input-type-submit">Submit Button</a> or <a href="number-state.html#image-button-state" title="attr-input-type-image">Image Button</a> state, and that are their form's <a href="association-of-controls-and-forms.html#default-button">default button</a></li> + + <li><code><a href="the-input-element.html#the-input-element">input</a></code> elements to which the <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code> attribute applies and + that have a <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code> + attribute</li> + + <li><code><a href="the-button-element.html#the-option-element">option</a></code> elements that have a <code title="attr-option-selected"><a href="the-button-element.html#attr-option-selected">selected</a></code> attribute</li> <!-- <li><code>command</code> elements that have a <code title="attr-command-default">default</code> attribute</li> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1098 retrieving revision 1.1099 diff -u -d -r1.1098 -r1.1099 --- spec.html 3 Aug 2010 00:36:49 -0000 1.1098 +++ spec.html 3 Aug 2010 00:56:41 -0000 1.1099 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4163. +This is revision 1.4165. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 3 August 2010 00:56:49 UTC