Skip to content

Commit 6411b53

Browse files
committed
[mediaqueries-3] Update SoTD
1 parent 741f038 commit 6411b53

File tree

1 file changed

+19
-35
lines changed

1 file changed

+19
-35
lines changed

mediaqueries-3/Overview.html

Lines changed: 19 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel=stylesheet>
99
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
1010
<link href="https://drafts.csswg.org/csslogo.ico" rel="icon">
11+
<link rel="canonical" href="https://www.w3.org/TR/css3-mediaqueries/">
1112
<style>/* style-counters */
1213

1314
body {
@@ -44,7 +45,7 @@
4445

4546
<h1 id=media-queries>Media Queries Level 3</h1>
4647

47-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-01-18">18 January 2022</time></p>
48+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-01-21">21 January 2022</time></p>
4849

4950
<dl>
5051
<dt>This Version:
@@ -103,21 +104,7 @@ <h1 id=media-queries>Media Queries Level 3</h1>
103104
<p>See also <a href="http://www.w3.org/2003/03/Translations/byTechnology?technology=css3-mediaqueries"> <strong>translations</strong></a>.</p>
104105

105106
<!--begin-copyright-->
106-
<p class=copyright><a
107-
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
108-
rel=license>Copyright</a> &copy; 2022 <a href="http://www.w3.org/"><abbr
109-
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
110-
href="http://www.csail.mit.edu/"><abbr
111-
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
112-
href="http://www.ercim.eu/"><abbr
113-
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
114-
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
115-
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
116-
<a
117-
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
118-
and <a
119-
href="http://www.w3.org/Consortium/Legal/copyright-documents">document
120-
use</a> rules apply.</p>
107+
<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2022 <a href="https://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="https://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="https://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="https://www.keio.ac.jp/">Keio</a>, <a href="https://ev.buaa.edu.cn/">Beihang</a>). W3C <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/copyright-software">permissive document license</a> rules apply.</p>
121108
<!--end-copyright-->
122109
<hr title="Separator for header">
123110
</div>
@@ -141,39 +128,36 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
141128
be tailored to a specific range of output devices without changing the
142129
content itself.
143130

144-
<h2 class="no-num no-toc" id=status>Status of this document</h2>
131+
<h2 class="no-num no-toc" id=status>Status of this Document</h2>
145132
<!--begin-status-->
146133

147134
<p>This is a public copy of the editors' draft. It is provided for
148135
discussion only and may change at any moment. Its publication here does
149136
not imply endorsement of its contents by W3C. Don't cite this document
150137
other than as work in progress.
151138

152-
<p>The (<a
153-
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
154-
mailing list <a
155-
href="mailto:www-style@w3.org?Subject=%5Bcss3-mediaqueries%5D%20PUT%20SUBJECT%20HERE">
156-
www-style@w3.org</a> (see <a
157-
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
158-
discussion of this specification. When sending e-mail, please put the text
159-
&#8220;css3-mediaqueries&#8221; in the subject, preferably like this:
160-
&#8220;[<!---->css3-mediaqueries<!---->] <em>&hellip;summary of
161-
comment&hellip;</em>&#8221;
162-
163-
<p>This document was produced by the <a href="/Style/CSS/members">CSS
164-
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
165-
It includes <a href="https://www.w3.org/2021/Process-20211102/#proposed-corrections">proposed corrections.</a>.
139+
<p>Please send feedback
140+
by <a href="https://github.com/w3c/csswg-drafts/issues">filing issues in GitHub</a> (preferred),
141+
including the spec code “mediaqueries-3” in the title, like this:
142+
“[mediaqueries-3] <i>…summary of comment…</i>”.
143+
All issues and comments are <a href="https://lists.w3.org/Archives/Public/public-css-archive/">archived</a>.
144+
Alternately, feedback can be sent to the (<a href="https://lists.w3.org/Archives/Public/www-style/">archived</a>) public mailing list <a href="mailto:www-style@w3.org?Subject=%5Bmediaqueries-3%5D%20PUT%20SUBJECT%20HERE">www-style@w3.org</a>.
145+
146+
<p>This document was produced by the <a href="https://www.w3.org/Style/CSS/members">CSS Working Group</a>.
147+
It includes <a href="https://www.w3.org/2021/Process-20211102/#proposed-corrections">proposed corrections</a>.
148+
149+
<p>This document is governed by the <a href="https://www.w3.org/2021/Process-20211102/" id="w3c_process_revision">2 November 2021 W3C Process Document</a>.
166150

167151
<p>This document was produced by a group operating under the <a
168-
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
169-
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
152+
href="https://www.w3.org/Consortium/Patent-Policy/">W3C Patent Policy</a>.
153+
W3C maintains a <a href="https://www.w3.org/2004/01/pp-impl/32061/status"
170154
rel=disclosure>public list of any patent disclosures</a> made in
171155
connection with the deliverables of the group; that page also includes
172156
instructions for disclosing a patent. An individual who has actual
173157
knowledge of a patent which the individual believes contains <a
174-
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
158+
href="https://www.w3.org/Consortium/Patent-Policy/#def-essential">Essential
175159
Claim(s)</a> must disclose the information in accordance with <a
176-
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
160+
href="https://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure">section 6 of the
177161
W3C Patent Policy</a>.</p>
178162
<!--end-status-->
179163

0 commit comments

Comments
 (0)