[svgwg] Add issue that we need to be explicit what a viewport is in SVG and when we use CSS viewport.

https://github.com/w3c/svgwg/commit/7d94249bab900c982637b73e7825f9ebfa0ecedc
commit 7d94249bab900c982637b73e7825f9ebfa0ecedc
Author: Dirk Schulze <dschulze@chromium.org>
Date:   Fri Oct 31 13:59:00 2014 -0700

    Add issue that we need to be explicit what a viewport is in SVG and when we use CSS viewport.

diff --git a/master/intro.html b/master/intro.html
index af9dc33..3e9117c 100644
--- a/master/intro.html
+++ b/master/intro.html
@@ -667,8 +667,9 @@ element and attribute categories and their members.</p>
   represents a coordinate value or length in the current
   <a>user coordinate system</a>.
   Thus, 10 user units represents a length of 10 units in the
-  current user coordinate system. If not specified otherwise, a user unit
-  is equal to one CSS pixel in the elements coordinate space.</dd>
+  current user coordinate system. If not specified otherwise, one user unit
+  is also equal to one CSS pixel in current
+  <a>user coordinate system</a>.</dd>
 
   <dt id="TermViewport">viewport</dt>
   <dd>A rectangular region within the current
@@ -700,7 +701,8 @@ element and attribute categories and their members.</p>
   represents a coordinate value or length in the
   <a>viewport coordinate system</a>.
   Thus, 10 viewport units represents a length of 10 units in the viewport
-  coordinate system.</dd>
+  coordinate system.
+<p class="issue">People might mix this up with the CSS viewport which is relevant in SVG as well. We should be explicit here.</dd>
 
   <dt id="TermXLinkAttributes">XLink attributes</dt>
   <dd>The XLink attributes are the seven attributes defined in


============================================================
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build intro
/home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --build-single-page

Received on Friday, 31 October 2014 21:02:02 UTC