Skip to content

Commit b0bc0cf

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] Removed resolved issues.
1 parent 7c0663d commit b0bc0cf

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

css-device-adapt/Overview.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Device Adaptation" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-08-15 name=dcterms.date>
14+
<meta content=2013-10-02 name=dcterms.date>
1515
<meta content="Rune Lillesveen" name=dcterms.creator>
1616
<meta content="Øyvind Stenhaug" name=dcterms.creator>
1717
<meta content="Florian Rivoal" name=dcterms.creator>
@@ -30,13 +30,13 @@
3030

3131
<h1>CSS Device Adaptation</h1>
3232

33-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 August 2013</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2013</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

3838
<dd>$Date$ (editor's draft)
39-
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20130815/</a></dd>-->
39+
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20131002/</a></dd>-->
4040

4141
<dt>Latest version:
4242

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

393-
<p class=issue>Bert: What's interactions of @viewport and @page
394-
395393
<div class=example>
396394
<p>This example sets the viewport to at least 320px, but otherwise match
397395
window width if it is wider than 320px. Note that it is enough to set the
@@ -1230,9 +1228,6 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
12301228
evaluation, which means that the effect of <code
12311229
class=css>@viewport</code> rules on media queries needs extra attention.
12321230

1233-
<p class=issue>Bert: If you put @viewport, can you put @viewport in @media?
1234-
Say what it means?
1235-
12361231
<p>From the Media Queries specification <a href="#MEDIAQ"
12371232
rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a>:
12381233

@@ -2067,10 +2062,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
20672062
<dt id=CSS21>[CSS21]
20682063

20692064
<dd>Bert Bos; et al. <a
2070-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
2065+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
20712066
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
20722067
2011. W3C Recommendation. URL: <a
2073-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
2068+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
20742069
</dd>
20752070
<!---->
20762071

css-device-adapt/Overview.src.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ <h2>The <code class="css">@viewport</code> rule</h2>
180180
<p class="issue">Should the @viewport rule apply to top-level documents only?
181181
If not, we need to say something about different zoom factors in frames.</p>
182182

183-
<p class="issue">Bert: What's interactions of @viewport and @page</p>
184-
185183
<div class="example">
186184
<p>This example sets the viewport to at least 320px, but otherwise match
187185
window width if it is wider than 320px. Note that it is enough to set
@@ -982,9 +980,6 @@ <h2>Media Queries</h2>
982980
<code class="css">@viewport</code> rules on media queries needs extra
983981
attention.</p>
984982

985-
<p class="issue">Bert: If you put @viewport, can you put @viewport in
986-
@media? Say what it means?</p>
987-
988983
<p>From the Media Queries specification [[!MEDIAQ]]:</p>
989984

990985
<blockquote><p>&ldquo;To avoid circular dependencies, it is never necessary to apply the style

0 commit comments

Comments
 (0)