Skip to content

Commit f270b18

Browse files
author
Rune Lillesveen
committed
Added three issues from Kyoto F2F.
1 parent d3addab commit f270b18

2 files changed

Lines changed: 31 additions & 6 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<h1>CSS Device Adaptation</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 June 2011</h2>
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2011</h2>
2121

2222
<dl>
2323
<dt>This version:
@@ -278,6 +278,13 @@ <h2 id=the-viewport><span class=secno>3. </span>The viewport</h2>
278278
document types, it is the computed <code class=property>direction</code>
279279
for the root element.</span></span>
280280

281+
<p class=issue>"dbaron: The question is, what does this do on the desktop
282+
browser? (And what's a desktop browser)". Need to say that a "desktop"
283+
browser typically have no UA styles, as opposed to the <a
284+
href="#ua-stylesheet">UA stylesheet</a> outlined for current mobile
285+
behaviour, and that no UA styles for @viewport will give "desktop"
286+
behaviour per default (actual viewport is initial viewport).
287+
281288
<h2 id=the-viewport-rule><span class=secno>4. </span>The <code
282289
class=css>@viewport</code> rule</h2>
283290

@@ -298,6 +305,8 @@ <h2 id=the-viewport-rule><span class=secno>4. </span>The <code
298305
<p class=issue>Should the @viewport rule apply to top-level documents only?
299306
If not, we need to say something about different zoom factors in frames.
300307

308+
<p class=issue>Bert: What's interactions of @viewport and @page
309+
301310
<div class=example>
302311
<p>This example sets the viewport to fit the width of the device. Note
303312
that it is enough to set the width as the height will be resolved from
@@ -1405,6 +1414,9 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
14051414
evaluation, which means that the effect of <code
14061415
class=css>@viewport</code> rules on media queries needs extra attention.
14071416

1417+
<p class=issue>Bert: If you put @viewport, can you put @viewport in @media?
1418+
Say what it means?
1419+
14081420
<p>From the Media Queries specification <a href="#MEDIAQ"
14091421
rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a>:
14101422

@@ -1961,10 +1973,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
19611973
<dt id=CSS21>[CSS21]
19621974

19631975
<dd>Bert Bos; et al. <a
1964-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
1965-
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 23
1966-
April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
1967-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
1976+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
1977+
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
1978+
2011. W3C Recommendation. URL: <a
1979+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
19681980
</dd>
19691981
<!---->
19701982

css-device-adapt/Overview.src.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ <h2>The viewport</h2>
123123
other document types, it is the computed
124124
<code class="property">direction</code> for the root element.</p>
125125

126+
<p class="issue">"dbaron: The question is, what does this do on the desktop
127+
browser? (And what's a desktop browser)". Need to say that a "desktop"
128+
browser typically have no UA styles, as opposed to the
129+
<a href="#ua-stylesheet">UA stylesheet</a> outlined for current mobile
130+
behaviour, and that no UA styles for @viewport will give "desktop"
131+
behaviour per default (actual viewport is initial viewport).</p>
132+
133+
126134
<h2>The <code class="css">@viewport</code> rule</h2>
127135

128136
<p>The <code class="css">@viewport</code> <a
@@ -143,6 +151,8 @@ <h2>The <code class="css">@viewport</code> rule</h2>
143151
<p class="issue">Should the @viewport rule apply to top-level documents only?
144152
If not, we need to say something about different zoom factors in frames.</p>
145153

154+
<p class="issue">Bert: What's interactions of @viewport and @page</p>
155+
146156
<div class="example">
147157
<p>This example sets the viewport to fit the width of the device. Note
148158
that it is enough to set the width as the height will be resolved from
@@ -1183,6 +1193,9 @@ <h2>Media Queries</h2>
11831193
<code class="css">@viewport</code> rules on media queries needs extra
11841194
attention.</p>
11851195

1196+
<p class="issue">Bert: If you put @viewport, can you put @viewport in
1197+
@media? Say what it means?</p>
1198+
11861199
<p>From the Media Queries specification [[!MEDIAQ]]</a>:
11871200

11881201
<blockquote>&ldquo;To avoid circular dependencies, it is never necessary to apply the style
@@ -1373,7 +1386,7 @@ <h2>Viewport <code class="html">META</code> element</h2>
13731386
<code class="css">@viewport</code> rule described in this
13741387
specification.</p>
13751388

1376-
<h3>UA stylesheet</h3>
1389+
<h3 id="ua-stylesheet">UA stylesheet</h3>
13771390

13781391
<p>In order to match the Safari implementation, the following parsing
13791392
algorithm and translation rules rely on the UA stylesheet below.</p>

0 commit comments

Comments
 (0)