- From: Rune Lillesveen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 10:27:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-device-adapt
In directory hutz:/tmp/cvs-serv2349/css-device-adapt
Modified Files:
Overview.html Overview.src.html
Log Message:
Added three issues from Kyoto F2F.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-device-adapt/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html 2 Jun 2011 22:34:23 -0000 1.5
+++ Overview.html 6 Jul 2011 10:27:30 -0000 1.6
@@ -17,7 +17,7 @@
<h1>CSS Device Adaptation</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2011</h2>
<dl>
<dt>This version:
@@ -278,6 +278,13 @@
document types, it is the computed <code class=property>direction</code>
for the root element.</span></span>
+ <p class=issue>"dbaron: The question is, what does this do on the desktop
+ browser? (And what's a desktop browser)". Need to say that a "desktop"
+ browser typically have no UA styles, as opposed to the <a
+ href="#ua-stylesheet">UA stylesheet</a> outlined for current mobile
+ behaviour, and that no UA styles for @viewport will give "desktop"
+ behaviour per default (actual viewport is initial viewport).
+
<h2 id=the-viewport-rule><span class=secno>4. </span>The <code
class=css>@viewport</code> rule</h2>
@@ -298,6 +305,8 @@
<p class=issue>Should the @viewport rule apply to top-level documents only?
If not, we need to say something about different zoom factors in frames.
+ <p class=issue>Bert: What's interactions of @viewport and @page
+
<div class=example>
<p>This example sets the viewport to fit the width of the device. Note
that it is enough to set the width as the height will be resolved from
@@ -1405,6 +1414,9 @@
evaluation, which means that the effect of <code
class=css>@viewport</code> rules on media queries needs extra attention.
+ <p class=issue>Bert: If you put @viewport, can you put @viewport in @media?
+ Say what it means?
+
<p>From the Media Queries specification <a href="#MEDIAQ"
rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a>:
@@ -1961,10 +1973,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23
- April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
+ 2011. W3C Recommendation. URL: <a
+ href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
</dd>
<!---->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-device-adapt/Overview.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.src.html 2 Jun 2011 22:34:23 -0000 1.5
+++ Overview.src.html 6 Jul 2011 10:27:30 -0000 1.6
@@ -123,6 +123,14 @@
other document types, it is the computed
<code class="property">direction</code> for the root element.</p>
+ <p class="issue">"dbaron: The question is, what does this do on the desktop
+ browser? (And what's a desktop browser)". Need to say that a "desktop"
+ browser typically have no UA styles, as opposed to the
+ <a href="#ua-stylesheet">UA stylesheet</a> outlined for current mobile
+ behaviour, and that no UA styles for @viewport will give "desktop"
+ behaviour per default (actual viewport is initial viewport).</p>
+
+
<h2>The <code class="css">@viewport</code> rule</h2>
<p>The <code class="css">@viewport</code> <a
@@ -143,6 +151,8 @@
<p class="issue">Should the @viewport rule apply to top-level documents only?
If not, we need to say something about different zoom factors in frames.</p>
+ <p class="issue">Bert: What's interactions of @viewport and @page</p>
+
<div class="example">
<p>This example sets the viewport to fit the width of the device. Note
that it is enough to set the width as the height will be resolved from
@@ -1183,6 +1193,9 @@
<code class="css">@viewport</code> rules on media queries needs extra
attention.</p>
+ <p class="issue">Bert: If you put @viewport, can you put @viewport in
+ @media? Say what it means?</p>
+
<p>From the Media Queries specification [[!MEDIAQ]]</a>:
<blockquote>“To avoid circular dependencies, it is never necessary to apply the style
@@ -1373,7 +1386,7 @@
<code class="css">@viewport</code> rule described in this
specification.</p>
- <h3>UA stylesheet</h3>
+ <h3 id="ua-stylesheet">UA stylesheet</h3>
<p>In order to match the Safari implementation, the following parsing
algorithm and translation rules rely on the UA stylesheet below.</p>
Received on Wednesday, 6 July 2011 10:27:34 UTC