Skip to content

Commit 5424b82

Browse files
committed
[mediaqueries] Link to Extensions now.
1 parent 4f0f484 commit 5424b82

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Former Editor: Anne van Kesteren, Mozilla, annevk@annevk.nl
1515
!Issue Tracking: Inline, and <a href="http://www.w3.org/Style/CSS/Tracker/products/7">http://www.w3.org/Style/CSS/Tracker/products/7</a>
1616
Abstract: <a>Media Queries</a> allow authors to test and query values or features of the user agent or display device, independent of the document being rendered. They are used in the CSS @media rule to conditionally apply styles to a document, and in various other contexts and languages, such as HTML and Javascript.
1717
Abstract: Media Queries Level 4 describes the mechanism and syntax of media queries, media types, and media features. It extends and supersedes the features defined in Media Queries Level 3.
18-
Ignored Terms: min-resolution, max-resolution, none, view-mode, <extension-name>
18+
Ignored Terms: min-resolution, max-resolution, none, view-mode
1919
Link Defaults: css-break-3 (property) break-inside
2020
</pre>
2121

mediaqueries/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</p>
6161
<h1 class="p-name no-ref" id=title>Media Queries Level 4</h1>
6262
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
63-
<span class=dt-updated><span class=value-title title=20140411>11 April 2014</span></span></span></h2>
63+
<span class=dt-updated><span class=value-title title=20140412>12 April 2014</span></span></span></h2>
6464
<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>
6565
<dt>Feedback:</dt>
6666
<dd><a href="mailto:www-style@w3.org?subject=%5Bmediaqueries%5D%20feedback">www-style@w3.org</a>
@@ -2032,10 +2032,10 @@ <h2 class="heading settled heading" data-level=11 id=custom-mq><span class=secno
20322032

20332033
<p> A <dfn data-dfn-type=dfn data-noexport="" id=custom-media-query>custom media query<a class=self-link href=#custom-media-query></a></dfn> is defined with the <a class=css data-link-type=maybe href=#at-ruledef-custom-media title=@custom-media>@custom-media</a> rule:
20342034

2035-
<pre class=prod><dfn class=css-code data-dfn-type=at-rule data-export="" id=at-ruledef-custom-media>@custom-media<a class=self-link href=#at-ruledef-custom-media></a></dfn> = @custom-media <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a> <a class="production css-code" data-link-type=type href=#typedef-media-query-list title="<media-query-list>">&lt;media-query-list&gt;</a> ;</pre>
2036-
<p> This defines that the <a data-link-type=dfn href=#custom-media-query title="custom media query">custom media query</a> named by the <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a> represents the given <a class="production css-code" data-link-type=type href=#typedef-media-query-list title="<media-query-list>">&lt;media-query-list&gt;</a>.
2035+
<pre class=prod><dfn class=css-code data-dfn-type=at-rule data-export="" id=at-ruledef-custom-media>@custom-media<a class=self-link href=#at-ruledef-custom-media></a></dfn> = @custom-media <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a> <a class="production css-code" data-link-type=type href=#typedef-media-query-list title="<media-query-list>">&lt;media-query-list&gt;</a> ;</pre>
2036+
<p> This defines that the <a data-link-type=dfn href=#custom-media-query title="custom media query">custom media query</a> named by the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a> represents the given <a class="production css-code" data-link-type=type href=#typedef-media-query-list title="<media-query-list>">&lt;media-query-list&gt;</a>.
20372037

2038-
<p> The <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a> can then be used in a <a data-link-type=dfn href=#media-feature title="media feature">media feature</a>.
2038+
<p> The <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a> can then be used in a <a data-link-type=dfn href=#media-feature title="media feature">media feature</a>.
20392039
It <strong>must</strong> be used in a <a data-link-type=dfn href=#boolean-context title="boolean context">boolean context</a>;
20402040
using them in a normal or <a data-link-type=dfn href=#range-context title="range context">range context</a> is a syntax error.
20412041
The <a data-link-type=dfn href=#custom-media-query title="custom media query">custom media query</a> evaluates to true if the <a class="production css-code" data-link-type=type href=#typedef-media-query-list title="<media-query-list>">&lt;media-query-list&gt;</a> it represents evaluates to true,
@@ -2098,7 +2098,7 @@ <h3 class="heading settled heading" data-level=11.2 id=custom-mq-cssom><span cla
20982098
<dt><dfn class=idl-code data-dfn-for=CSSCustomMediaRule data-dfn-type=attribute data-export="" id=dom-csscustommediarule-name>name<a class=self-link href=#dom-csscustommediarule-name></a></dfn>, of type <code>DOMString</code>
20992099
<dd>
21002100
The <a class=idl-code data-link-type=attribute href=#dom-csscustommediarule-name title=name>name</a> attribute on getting must return a <code>DOMString</code> object
2101-
that contains the serialization of the <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a> defined for the associated rule.
2101+
that contains the serialization of the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a> defined for the associated rule.
21022102

21032103
<p> On setting the <a class=idl-code data-link-type=attribute href=#dom-csscustommediarule-name title=name>name</a> attribute,
21042104
run the following steps:
@@ -2107,8 +2107,8 @@ <h3 class="heading settled heading" data-level=11.2 id=custom-mq-cssom><span cla
21072107
<li><a data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#parse-a-component-value0 title="parse a component value">Parse a component value</a> from the value.
21082108

21092109
<li>
2110-
If the returned value is an <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a>,
2111-
replace the associated rule’s name with the <a class="production css-code" data-link-type=type title="<extension-name>">&lt;extension-name&gt;</a>'s representation.
2110+
If the returned value is an <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a>,
2111+
replace the associated rule’s name with the <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-extensions/#typedef-extension-name title="<extension-name>">&lt;extension-name&gt;</a>'s representation.
21122112

21132113
<li>
21142114
Otherwise, do nothing.

0 commit comments

Comments
 (0)