- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 04:07:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1503 Modified Files: Overview.html Log Message: WF2: Sigh. Browsers do <input type-image> coordinates relative to the border, not the image. (credit: sp) (whatwg r2451) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1622 retrieving revision 1.1623 diff -u -d -r1.1622 -r1.1623 --- Overview.html 26 Nov 2008 03:48:40 -0000 1.1622 +++ Overview.html 26 Nov 2008 04:07:50 -0000 1.1623 @@ -21316,9 +21316,14 @@ coordinate</dfn> must consist of an <var title="">x</var>-component and a <var title="">y</var>-component. The <var title="">x</var>-component must be greater than or equal to zero, and less than or equal to the rendered width, in CSS pixels, of the - image. The <var title="">y</var>-component must be greater than or - equal to zero, and less than or equal to the rendered height, in CSS - pixels, of the image.</p><hr><p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes + image, plus the widths of the left and right borders rendered around + the image, if any. The <var title="">y</var>-component must be + greater than or equal to zero, and less than or equal to the + rendered height, in CSS pixels, of the image, plus the widths of the + top and bottom bordered rendered around the image, if any. The + coordinates must be relative to the image's borders, where there are + any, and the edge of the image otherwise.</p><!-- legacy browser + behavior sometimes does some sure wacky things. --><hr><p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes for form submission</a>.<div class=bookkeeping> <p>The following common <code><a href=#the-input-element>input</a></code> element content
Received on Wednesday, 26 November 2008 04:08:01 UTC