- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Sep 2008 17:51:09 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Minor tweaks for constraint validation features. (whatwg r2221)
4.10.15.1. Definitions
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1394.html#definitions
satisfies its constraints
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1394.html#satisfies
interactively validate the constraints
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1394.html#interactively
candidate for constraint validation
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1394.html#candidate
4.10.15 Constraints
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1394.html#constraints
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1393&r2=1.1394&f=h
http://html5.org/tools/web-apps-tracker?from=2220&to=2221
===================================================================
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:51:48 UTC