@@ -149,7 +149,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
149149 < li > < a href =#resolution > < span class =secno > 5.1</ span > resolution</ a >
150150 < li > < a href =#scan > < span class =secno > 5.2</ span > scan</ a >
151151 < li > < a href =#grid > < span class =secno > 5.3</ span > grid</ a >
152- < li > < a href =#updates > < span class =secno > 5.4</ span > updates </ a >
152+ < li > < a href =#update-frequency > < span class =secno > 5.4</ span > update-frequency </ a >
153153 < li > < a href =#mf-overflow-block > < span class =secno > 5.5</ span > overflow-block</ a >
154154 < li > < a href =#mf-overflow-inline > < span class =secno > 5.6</ span > overflow-inline</ a > </ ul >
155155 < li > < a href =#mf-colors > < span class =secno > 6</ span > Color Media Features</ a >
@@ -1466,28 +1466,28 @@ <h3 class="heading settled heading" data-level=5.3 id=grid><span class=secno>5.3
14661466 < pre > @media (grid) and (max-width: 15em) { … }
14671467</ pre > </ div >
14681468
1469- < h3 class ="heading settled heading " data-level =5.4 id =updates > < span class =secno > 5.4 </ span > < span class =content >
1470- updates </ span > < a class =self-link href =#updates > </ a > </ h3 >
1469+ < h3 class ="heading settled heading " data-level =5.4 id =update-frequency > < span class =secno > 5.4 </ span > < span class =content >
1470+ update-frequency </ span > < a class =self-link href =#update-frequency > </ a > </ h3 >
14711471
1472- < 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 >
1473- < 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
1472+ < 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-update-frequency > update-frequency < a class =self-link href =#descdef-update-frequency > </ 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 >
1473+ < p > The < a class =property data-link-type =propdesc href =#descdef-update-frequency title =update-frequency > update-frequency </ a > media feature is used to query the ability of the output device
14741474 to modify the apearance of content once it has been rendered.
14751475 It accepts the following values:
14761476
1477- < dl data-dfn-for =@media/updates data-dfn-type =value >
1478- < dt > < dfn class =css-code data-dfn-for =@media/updates data-dfn-type =value data-export ="" id =valuedef-none0 > none< a class =self-link href =#valuedef-none0 > </ a > </ dfn >
1477+ < dl data-dfn-for =@media/update-frequency data-dfn-type =value >
1478+ < dt > < dfn class =css-code data-dfn-for =@media/update-frequency data-dfn-type =value data-export ="" id =valuedef-none0 > none< a class =self-link href =#valuedef-none0 > </ a > </ dfn >
14791479 < dd >
14801480 Once it has been rendered, the layout can no longer be updated.
14811481 Example: documents printed on paper.
14821482
1483- < dt > < dfn class =css-code data-dfn-for =@media/updates data-dfn-type =value data-export ="" id =valuedef-slow > slow< a class =self-link href =#valuedef-slow > </ a > </ dfn >
1483+ < dt > < dfn class =css-code data-dfn-for =@media/update-frequency data-dfn-type =value data-export ="" id =valuedef-slow > slow< a class =self-link href =#valuedef-slow > </ a > </ dfn >
14841484 < dd >
14851485 The layout may change dynamically according to the usual rules of CSS,
14861486 but the output device is not able to render or display changes quickly enough
14871487 for them to be percieved as a smooth animation.
14881488 Example: E-ink screens or severely under-powered devices.
14891489
1490- < dt > < dfn class =css-code data-dfn-for =@media/updates data-dfn-type =value data-export ="" id =valuedef-normal0 > normal< a class =self-link href =#valuedef-normal0 > </ a > </ dfn >
1490+ < dt > < dfn class =css-code data-dfn-for =@media/update-frequency data-dfn-type =value data-export ="" id =valuedef-normal0 > normal< a class =self-link href =#valuedef-normal0 > </ a > </ dfn >
14911491 < dd >
14921492 The layout may change dynamically according to the usual rules of CSS,
14931493 and the output device is not unusually constrained in speed.
@@ -1932,18 +1932,18 @@ <h2 class="heading settled heading" data-level=10 id=assorted-issues><span class
19321932< p > How much is actually useful for styling?
19331933 </ div >
19341934
1935- < div class =issue id =issue-8c7c7f10 > < a class =self-link href =#issue-8c7c7f10 > </ a >
1935+ < div class =issue id =issue-51530798 > < a class =self-link href =#issue-51530798 > </ a >
19361936 Example sets of MQs that would match on different types of devices
19371937
19381938< p > < ul >
1939- < li > printer: updates :none, pointer:none, hover:none, overflow-block: paged, overflow-inline: none
1940- < li > eink with stylus: updates :slow, pointer:fine, hover:none, overflow-block: paged, overflow-inline: none
1941- < li > tv: updates : normal, pointer: none, hover: none: overflow-block: none, overflow-inline: none
1942- < li > tablet: updates : normal, pointer coarse, hover none, overflow-block: scroll, overflow-inline: scroll
1943- < li > wii: updates normal, pointer: coarse, hover: yes, overflow-block: scroll, overflow-inline: scroll
1944- < li > Chromebook pixel: updates : normal, pointer: coarse *and* fine, hover: over, overflow-block: scroll, overflow-inline: scroll
1945- < li > Glass: updates : normal, pointer: coarse, hover: none, overflow-block: none, overflow-inline: none
1946- < li > XTERM: updates : normal, pointer:none, hover:none, grid:1, overflow-block: scroll, overflow-inline: none
1939+ < li > printer: update-frequency :none, pointer:none, hover:none, overflow-block: paged, overflow-inline: none
1940+ < li > eink with stylus: update-frequency :slow, pointer:fine, hover:none, overflow-block: paged, overflow-inline: none
1941+ < li > tv: update-frequency : normal, pointer: none, hover: none: overflow-block: none, overflow-inline: none
1942+ < li > tablet: update-frequency : normal, pointer coarse, hover none, overflow-block: scroll, overflow-inline: scroll
1943+ < li > wii: update-frequency normal, pointer: coarse, hover: yes, overflow-block: scroll, overflow-inline: scroll
1944+ < li > Chromebook pixel: update-frequency : normal, pointer: coarse *and* fine, hover: over, overflow-block: scroll, overflow-inline: scroll
1945+ < li > Glass: update-frequency : normal, pointer: coarse, hover: none, overflow-block: none, overflow-inline: none
1946+ < li > XTERM: update-frequency : normal, pointer:none, hover:none, grid:1, overflow-block: scroll, overflow-inline: none
19471947
19481948 </ ul >
19491949 </ div >
@@ -1978,7 +1978,7 @@ <h3 class="heading settled heading" id=changes-2012><span class=content>
19781978 < 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 > .
19791979
19801980 < li >
1981- The < a class =property data-link-type =propdesc href =#descdef-scripting title =scripting > scripting</ 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-light-level title =light-level > light-level</ a > , < a class =property data-link-type =propdesc href =#descdef-updates title =updates > updates </ a > , < a class =property data-link-type =propdesc href =#descdef-overflow-block title =overflow-block > overflow-block</ a > , and < a class =property data-link-type =propdesc href =#descdef-overflow-inline title =overflow-inline > overflow-inline</ a > media features were added.
1981+ The < a class =property data-link-type =propdesc href =#descdef-scripting title =scripting > scripting</ 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-light-level title =light-level > light-level</ a > , < a class =property data-link-type =propdesc href =#descdef-update-frequency title =update-frequency > update-frequency </ a > , < a class =property data-link-type =propdesc href =#descdef-overflow-block title =overflow-block > overflow-block</ a > , and < a class =property data-link-type =propdesc href =#descdef-overflow-inline title =overflow-inline > overflow-inline</ a > media features were added.
19821982
19831983 < li >
19841984 < 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,
@@ -2194,13 +2194,13 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
21942194< li > <mf-value>, < a href =#typedef-mf-value title ="section 3 "> 3</ a >
21952195< li > monochrome, < a href =#descdef-monochrome title ="section 6.3 "> 6.3</ a >
21962196< li > <mq-boolean>, < a href =#typedef-mq-boolean title ="section 1.2 "> 1.2</ a >
2197- < li > none< ul > < li > value for @media/updates , < a href =#valuedef-none0 title ="section 5.4 "> 5.4</ a >
2197+ < li > none< ul > < li > value for @media/update-frequency , < a href =#valuedef-none0 title ="section 5.4 "> 5.4</ a >
21982198< li > value for @media/overflow-block, < a href =#valuedef-none1 title ="section 5.5 "> 5.5</ a >
21992199< li > value for @media/overflow-inline, < a href =#valuedef-none2 title ="section 5.6 "> 5.6</ a >
22002200< li > value for @media/pointer, < a href =#valuedef-none3 title ="section 7.1 "> 7.1</ a >
22012201< li > value for @media/hover, < a href =#valuedef-none4 title ="section 7.2 "> 7.2</ a >
22022202< li > value for @media/scripting, < a href =#valuedef-none title ="section 9.1 "> 9.1</ a >
2203- </ ul > < li > normal< ul > < li > value for @media/updates , < a href =#valuedef-normal0 title ="section 5.4 "> 5.4</ a >
2203+ </ ul > < li > normal< ul > < li > value for @media/update-frequency , < a href =#valuedef-normal0 title ="section 5.4 "> 5.4</ a >
22042204< li > value for @media/light-level, < a href =#valuedef-normal title ="section 8.1 "> 8.1</ a >
22052205</ ul > < li > not, < a href =#valuedef-not title ="section 2.2.1 "> 2.2.1</ a >
22062206< li > on-demand, < a href =#valuedef-on-demand title ="section 7.2 "> 7.2</ a >
@@ -2226,7 +2226,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
22262226< li > speech, < a href =#valuedef-speech title ="section 2.3 "> 2.3</ a >
22272227< li > tty, < a href =#valuedef-tty title ="section 2.3 "> 2.3</ a >
22282228< li > tv, < a href =#valuedef-tv title ="section 2.3 "> 2.3</ a >
2229- < li > updates , < a href =#descdef-updates title ="section 5.4 "> 5.4</ a >
2229+ < li > update-frequency , < a href =#descdef-update-frequency title ="section 5.4 "> 5.4</ a >
22302230< li > washed, < a href =#valuedef-washed title ="section 8.1 "> 8.1</ a >
22312231< li > width, < a href =#descdef-width title ="section 4.1 "> 4.1</ a >
22322232</ ul > </ div >
@@ -2244,7 +2244,7 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
22442244< tr > < th scope-row =""> < a data-property =""> resolution</ a > < td > <resolution>< td > < td > range
22452245< tr > < th scope-row =""> < a data-property =""> scan</ a > < td > interlace | progressive< td > < td > discrete
22462246< tr > < th scope-row =""> < a data-property =""> grid</ a > < td > <mq-boolean>< td > < td > discrete
2247- < tr > < th scope-row =""> < a data-property =""> updates </ a > < td > none | slow | normal< td > < td > discrete
2247+ < tr > < th scope-row =""> < a data-property =""> update-frequency </ a > < td > none | slow | normal< td > < td > discrete
22482248< tr > < th scope-row =""> < a data-property =""> overflow-block</ a > < td > none | scroll | optional-paged | paged< td > < td > discrete
22492249< tr > < th scope-row =""> < a data-property =""> overflow-inline</ a > < td > none | scroll< td > < td > discrete
22502250< tr > < th scope-row =""> < a data-property =""> color</ a > < td > <integer>< td > < td > range
@@ -2311,17 +2311,17 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
23112311 Example sets of MQs that would match on different types of devices
23122312
23132313< p > < ul >
2314- < li > printer: updates :none, pointer:none, hover:none, overflow-block: paged, overflow-inline: none
2315- < li > eink with stylus: updates :slow, pointer:fine, hover:none, overflow-block: paged, overflow-inline: none
2316- < li > tv: updates : normal, pointer: none, hover: none: overflow-block: none, overflow-inline: none
2317- < li > tablet: updates : normal, pointer coarse, hover none, overflow-block: scroll, overflow-inline: scroll
2318- < li > wii: updates normal, pointer: coarse, hover: yes, overflow-block: scroll, overflow-inline: scroll
2319- < li > Chromebook pixel: updates : normal, pointer: coarse *and* fine, hover: over, overflow-block: scroll, overflow-inline: scroll
2320- < li > Glass: updates : normal, pointer: coarse, hover: none, overflow-block: none, overflow-inline: none
2321- < li > XTERM: updates : normal, pointer:none, hover:none, grid:1, overflow-block: scroll, overflow-inline: none
2314+ < li > printer: update-frequency :none, pointer:none, hover:none, overflow-block: paged, overflow-inline: none
2315+ < li > eink with stylus: update-frequency :slow, pointer:fine, hover:none, overflow-block: paged, overflow-inline: none
2316+ < li > tv: update-frequency : normal, pointer: none, hover: none: overflow-block: none, overflow-inline: none
2317+ < li > tablet: update-frequency : normal, pointer coarse, hover none, overflow-block: scroll, overflow-inline: scroll
2318+ < li > wii: update-frequency normal, pointer: coarse, hover: yes, overflow-block: scroll, overflow-inline: scroll
2319+ < li > Chromebook pixel: update-frequency : normal, pointer: coarse *and* fine, hover: over, overflow-block: scroll, overflow-inline: scroll
2320+ < li > Glass: update-frequency : normal, pointer: coarse, hover: none, overflow-block: none, overflow-inline: none
2321+ < li > XTERM: update-frequency : normal, pointer:none, hover:none, grid:1, overflow-block: scroll, overflow-inline: none
23222322
23232323 </ ul >
2324- < a href =#issue-8c7c7f10 > ↵ </ a > </ div >
2324+ < a href =#issue-51530798 > ↵ </ a > </ div >
23252325
23262326 < div class =issue >
23272327 < a href =http://lists.w3.org/Archives/Public/www-style/2013Mar/0448.html > http://lists.w3.org/Archives/Public/www-style/2013Mar/0448.html</ a >
0 commit comments