- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 08:47:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18815 Modified Files: Overview.html Log Message: WF2: Minor tweaks for constraint validation features. (whatwg r2221) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1393 retrieving revision 1.1394 diff -u -d -r1.1393 -r1.1394 --- Overview.html 19 Sep 2008 01:30:47 -0000 1.1393 +++ Overview.html 19 Sep 2008 08:47:52 -0000 1.1394 @@ -30899,12 +30899,8 @@ <h5 id=definitions><span class=secno>4.10.15.1. </span>Definitions</h5> - <p>An element is a <dfn id=candidate>candidate for constraint - validation</dfn> if the following conditions apply for that element: - - <ul> - <li class=big-issue>... - </ul> + <p class=big-issue>An element is a <dfn id=candidate>candidate for + constraint validation</dfn> ... <p class=big-issue>An element <dfn id=satisfies title=concept-fv-valid>satisfies its constraints</dfn> if ... @@ -30994,16 +30990,18 @@ these steps. <li> - <p>Report the problems with the constraints of at last one of the + <p>Report the problems with the constraints of at least one of the elements given in <var title="">unhandled invalid controls</var> to the - user. User agents may focus one of those elements in the process. User - agents may report more than one constraint violation. User agents may - coalesce related constraint violation reports if appropriate (e.g. if - multiple radio buttons in a set are marked as required, only one error - need be reported). If one of the controls is not visible to the user - (e.g. it has the <code title=attr-hidden><a - href="#hidden4">hidden</a></code> attribute set) then user agents may - report a script error. + user. User agents may focus one of those elements in the process, by + running the <a href="#focusing">focusing steps</a> for that element, and + may change the scrolling position of the document, or perform some other + action that brings the element to the user's attention. User agents may + report more than one constraint violation. User agents may coalesce + related constraint violation reports if appropriate (e.g. if multiple + radio buttons in a set are marked as required, only one error need be + reported). If one of the controls is not visible to the user (e.g. it + has the <code title=attr-hidden><a href="#hidden4">hidden</a></code> + attribute set) then user agents may report a script error. <li> <p>Return a <i>negative</i> result.
Received on Friday, 19 September 2008 08:48:30 UTC