Skip to content

Commit 4403c11

Browse files
committed
[mediaqueries] Update changes section. Remove obsolete issue. Typos.
1 parent daab69a commit 4403c11

2 files changed

Lines changed: 49 additions & 66 deletions

File tree

mediaqueries/Overview.html

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>Media Queries Level 4</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140126>26 January 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140127>27 January 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/mediaqueries4/>http://dev.w3.org/csswg/mediaqueries4/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/mediaqueries4/>http://dev.w3.org/csswg/mediaqueries4/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bmediaqueries%5D%20feedback">www-style@w3.org</a>
@@ -135,7 +135,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
135135
Display Quality Media Features</a><ul class=toc><li><a href=#resolution><span class=secno>5.1</span>
136136
resolution</a><li><a href=#scan><span class=secno>5.2</span>
137137
scan</a><li><a href=#grid><span class=secno>5.3</span>
138-
grid</a><li><a href=#updates><span class=secno>5.4</span>Updates</a></ul><li><a href=#mf-colors><span class=secno>6</span>
138+
grid</a><li><a href=#updates><span class=secno>5.4</span>
139+
updates</a></ul><li><a href=#mf-colors><span class=secno>6</span>
139140
Color Media Features</a><ul class=toc><li><a href=#color><span class=secno>6.1</span>
140141
color</a><li><a href=#color-index><span class=secno>6.2</span>
141142
color-index</a><li><a href=#monochrome><span class=secno>6.3</span>
@@ -1433,7 +1434,9 @@ <h3 class="heading settled heading" data-level=5.3 id=grid><span class=secno>5.3
14331434
<pre>@media handheld and (grid) and (max-width: 15em) { … }
14341435
</pre> </div>
14351436

1436-
<h3 class="heading settled heading" data-level=5.4 id=updates><span class=secno>5.4 </span><span class=content>Updates</span><a class=self-link href=#updates></a></h3>
1437+
<h3 class="heading settled heading" data-level=5.4 id=updates><span class=secno>5.4 </span><span class=content>
1438+
updates</span><a class=self-link href=#updates></a></h3>
1439+
14371440
<table class="definition descdef mq" data-dfn-for=@media><tr><th>Name:<td><dfn class=css-code data-dfn-for=@media data-dfn-type=descriptor data-export="" id=descdef-updates>updates<a class=self-link href=#descdef-updates></a></dfn><tr><th>For:<td><a class=css-code data-link-type=at-rule href=http://dev.w3.org/csswg/css-conditional-3/#at-ruledef-media title=@media>@media</a><tr><th>Value:<td>none | slow | normal<tr><th>Type:<td>discrete</table>
14381441
<p> The <a class=property data-link-type=propdesc href=#descdef-updates title=updates>updates</a> media feature is used to query the ability of the output device to modify the apearance of content once it has been rendered. It accepts the following values:
14391442

@@ -1855,17 +1858,6 @@ <h2 class="heading settled heading" data-level=10 id=assorted-issues><span class
18551858
</ul>
18561859
</div>
18571860

1858-
<div class=issue id=issue-05516495><a class=self-link href=#issue-05516495></a>
1859-
Feature for update speed:
1860-
1861-
<pre>updates: none | slow | fast</pre>
1862-
<p> Except with a better name.
1863-
1864-
<p> Discriminates between static printing,
1865-
e-ink and similar that can handle updates but not animations,
1866-
and normal screens.
1867-
</div>
1868-
18691861
<div class=issue id=issue-1fdc4653><a class=self-link href=#issue-1fdc4653></a>
18701862
Pagination control:
18711863

@@ -1890,23 +1882,29 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
18901882
Changes Since the Media Queries Level 3</span><a class=self-link href=#changes-2012></a></h3>
18911883

18921884
<p>The following changes were made to this specification since the
1893-
<a href=http://www.w3.org/TR/2012/PR-css3-mediaqueries-20120426/>26 April 2012
1894-
Proposed Recomendation of Media Queries Level 3</a>:
1885+
<a href=http://www.w3.org/TR/css3-mediaqueries/>19 June 2012 Recomendation of Media Queries Level 3</a>:
18951886

18961887
<p><ul>
18971888
<li>
1898-
For a media feature <var>feature</var>,
1899-
<code>(<var>feature</var>)</code> will evaluate to true if
1900-
<code>(<var>feature</var>:<var>x</var>)</code> will evaluate to true
1901-
for a value <var>x</var> other than zero or zero followed by a unit
1902-
identifier (i.e., other than <code>0</code>, <code>0px</code>,
1903-
<code>0em</code>, etc.)<ins> or the keyword <a class=css data-link-type=maybe href=#valuedef-none0 title=none>none</a></ins>.
1904-
<li>The <a class=property data-link-type=propdesc href=#descdef-script title=script>script</a> media feature was added.
1905-
<li>The <a class=property data-link-type=propdesc href=#descdef-pointer title=pointer>pointer</a> media feature was added.
1906-
<li>The <a class=property data-link-type=propdesc href=#descdef-hover title=hover>hover</a> media feature was added.
1907-
<li>The <a class=property data-link-type=propdesc href=#descdef-luminosity title=luminosity>luminosity</a> media feature was added.
1908-
<li><span class=css data-link-type=maybe title=or>or</span>, <span class=css data-link-type=maybe title=and>and</span>, <a class=css data-link-type=maybe href=#valuedef-only title=only>only</a> and <a class=css data-link-type=maybe href=#valuedef-not title=not>not</a> are invalid media types.
1909-
<li>White space is required around the keyword “and” as well as after “not” and “only”.
1889+
<a href=#mq-boolean-context>Boolean-context</a> <a data-link-type=dfn href=#media-feature title="media features">media features</a> are now additionally false
1890+
if they would be true for the keyword <a class=css data-link-type=maybe href=#valuedef-none0 title=none>none</a>.
1891+
1892+
<li>
1893+
<a data-link-type=dfn href=#media-feature title="media features">Media features</a> with numeric values can now be written in a <a href=mq-range-context>range context</a>.
1894+
1895+
<li>
1896+
The <a class=property data-link-type=propdesc href=#descdef-script title=script>script</a>, <a class=property data-link-type=propdesc href=#descdef-pointer title=pointer>pointer</a>, <a class=property data-link-type=propdesc href=#descdef-hover title=hover>hover</a>, <a class=property data-link-type=propdesc href=#descdef-luminosity title=luminosity>luminosity</a>, and <a class=property data-link-type=propdesc href=#descdef-updates title=updates>updates</a> media features were added.
1897+
1898+
<li>
1899+
<span class=css data-link-type=maybe title=or>or</span>, <span class=css data-link-type=maybe title=and>and</span>, <a class=css data-link-type=maybe href=#valuedef-only title=only>only</a> and <a class=css data-link-type=maybe href=#valuedef-not title=not>not</a> are disallowed from being recognized as media types,
1900+
even invalid ones.
1901+
(They’ll trigger a syntax error instead.)
1902+
1903+
<li>
1904+
White space is required around the keyword “and” as well as after “not” and “only”.
1905+
1906+
<li>
1907+
All media types except for <a class=css data-link-type=maybe href=#valuedef-screen title=screen>screen</a>, <a class=css data-link-type=maybe href=#valuedef-print title=print>print</a>, <a class=css data-link-type=maybe href=#valuedef-speech title=speech>speech</a>, and <a class=css data-link-type=maybe href=#valuedef-all title=all>all</a> are deprecated.
19101908
</ul>
19111909

19121910

@@ -2230,17 +2228,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
22302228
</ul>
22312229
<a href=#issue-5c007706></a></div>
22322230

2233-
<div class=issue>
2234-
Feature for update speed:
2235-
2236-
<pre>updates: none | slow | fast</pre>
2237-
<p> Except with a better name.
2238-
2239-
<p> Discriminates between static printing,
2240-
e-ink and similar that can handle updates but not animations,
2241-
and normal screens.
2242-
</p><a href=#issue-05516495></a></div>
2243-
22442231
<div class=issue>
22452232
Pagination control:
22462233

mediaqueries/Overview.src.html

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,9 @@ <h3 id="grid">
10571057
</pre>
10581058
</div>
10591059

1060-
<h3 id="updates">Updates</h3>
1060+
<h3 id="updates">
1061+
updates</h3>
1062+
10611063
<pre class='descdef mq'>
10621064
Name: updates
10631065
Value: none | slow | normal
@@ -1545,18 +1547,6 @@ <h2 id='assorted-issues'>
15451547
</ul>
15461548
</div>
15471549

1548-
<div class='issue'>
1549-
Feature for update speed:
1550-
1551-
<pre>updates: none | slow | fast</pre>
1552-
1553-
Except with a better name.
1554-
1555-
Discriminates between static printing,
1556-
e-ink and similar that can handle updates but not animations,
1557-
and normal screens.
1558-
</div>
1559-
15601550
<div class='issue'>
15611551
Pagination control:
15621552

@@ -1582,23 +1572,29 @@ <h3 id="changes-2012">
15821572
Changes Since the Media Queries Level 3</h3>
15831573

15841574
The following changes were made to this specification since the
1585-
<a href="http://www.w3.org/TR/2012/PR-css3-mediaqueries-20120426/">26 April 2012
1586-
Proposed Recomendation of Media Queries Level 3</a>:
1575+
<a href="http://www.w3.org/TR/css3-mediaqueries/">19 June 2012 Recomendation of Media Queries Level 3</a>:
15871576

15881577
<ul>
15891578
<li>
1590-
For a media feature <var>feature</var>,
1591-
<code>(<var>feature</var>)</code> will evaluate to true if
1592-
<code>(<var>feature</var>:<var>x</var>)</code> will evaluate to true
1593-
for a value <var>x</var> other than zero or zero followed by a unit
1594-
identifier (i.e., other than <code>0</code>, <code>0px</code>,
1595-
<code>0em</code>, etc.)<ins> or the keyword ''none''</ins>.
1596-
<li>The 'script' media feature was added.
1597-
<li>The 'pointer' media feature was added.
1598-
<li>The 'hover' media feature was added.
1599-
<li>The 'luminosity' media feature was added.
1600-
<li>''or'', ''and'', ''only'' and ''not'' are invalid media types.
1601-
<li>White space is required around the keyword “and” as well as after “not” and “only”.
1579+
<a href="#mq-boolean-context">Boolean-context</a> <a>media features</a> are now additionally false
1580+
if they would be true for the keyword ''none''.
1581+
1582+
<li>
1583+
<a>Media features</a> with numeric values can now be written in a <a href="mq-range-context">range context</a>.
1584+
1585+
<li>
1586+
The 'script', 'pointer', 'hover', 'luminosity', and 'updates' media features were added.
1587+
1588+
<li>
1589+
''or'', ''and'', ''only'' and ''not'' are disallowed from being recognized as media types,
1590+
even invalid ones.
1591+
(They'll trigger a syntax error instead.)
1592+
1593+
<li>
1594+
White space is required around the keyword “and” as well as after “not” and “only”.
1595+
1596+
<li>
1597+
All media types except for ''screen'', ''print'', ''speech'', and ''all'' are deprecated.
16021598
</ul>
16031599

16041600

0 commit comments

Comments
 (0)