[html5] r6503 - [giow] (2) Be more precise about what counts as scaling for image map coordinate [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 17 16:37:00 PDT 2011
Author: ianh
Date: 2011-08-17 16:36:58 -0700 (Wed, 17 Aug 2011)
New Revision: 6503
Modified:
complete.html
index
source
Log:
[giow] (2) Be more precise about what counts as scaling for image map coordinates.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13453
Modified: complete.html
===================================================================
--- complete.html 2011-08-17 23:32:37 UTC (rev 6502)
+++ complete.html 2011-08-17 23:36:58 UTC (rev 6503)
@@ -38919,10 +38919,15 @@
</dd>
</dl><p>For historical reasons, the coordinates must be interpreted
- relative to the <em>displayed</em> image, even if it stretched
- using CSS or the image element's <code title="">width</code> and
- <code title="">height</code> attributes.</p>
+ relative to the <em>displayed</em> image after any stretching
+ caused by the CSS 'width' and 'height' properties (or, for non-CSS
+ browsers, the image element's <code title="">width</code> and
+ <code title="">height</code> attributes — CSS browsers map
+ those attributes to the aforementioned CSS properties).</p>
+ <p class=note>Browser zoom features and transforms applied using
+ CSS or SVG do not affect the coordinates.</p>
+
</li>
</ol><p>Pointing device interaction with an image associated with a set
Modified: index
===================================================================
--- index 2011-08-17 23:32:37 UTC (rev 6502)
+++ index 2011-08-17 23:36:58 UTC (rev 6503)
@@ -38786,10 +38786,15 @@
</dd>
</dl><p>For historical reasons, the coordinates must be interpreted
- relative to the <em>displayed</em> image, even if it stretched
- using CSS or the image element's <code title="">width</code> and
- <code title="">height</code> attributes.</p>
+ relative to the <em>displayed</em> image after any stretching
+ caused by the CSS 'width' and 'height' properties (or, for non-CSS
+ browsers, the image element's <code title="">width</code> and
+ <code title="">height</code> attributes — CSS browsers map
+ those attributes to the aforementioned CSS properties).</p>
+ <p class=note>Browser zoom features and transforms applied using
+ CSS or SVG do not affect the coordinates.</p>
+
</li>
</ol><p>Pointing device interaction with an image associated with a set
Modified: source
===================================================================
--- source 2011-08-17 23:32:37 UTC (rev 6502)
+++ source 2011-08-17 23:36:58 UTC (rev 6503)
@@ -43156,10 +43156,15 @@
</dl>
<p>For historical reasons, the coordinates must be interpreted
- relative to the <em>displayed</em> image, even if it stretched
- using CSS or the image element's <code title="">width</code> and
- <code title="">height</code> attributes.</p>
+ relative to the <em>displayed</em> image after any stretching
+ caused by the CSS 'width' and 'height' properties (or, for non-CSS
+ browsers, the image element's <code title="">width</code> and
+ <code title="">height</code> attributes — CSS browsers map
+ those attributes to the aforementioned CSS properties).</p>
+ <p class="note">Browser zoom features and transforms applied using
+ CSS or SVG do not affect the coordinates.</p>
+
</li>
</ol>
More information about the Commit-Watchers
mailing list