- From: poot <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 13:10:26 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Sigh. Browsers do <input type-image> coordinates relative to the
border, not the image. (credit: sp) (whatwg r2451)
selected coordinate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1623.html#concept-input-type-image-coordinate
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1622&r2=1.1623&f=h
http://html5.org/tools/web-apps-tracker?from=2450&to=2451
===================================================================
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:11:03 UTC