Skip to content

Commit 2765316

Browse files
author
Peter Linss
committed
update w3.org/TR urls to https
1 parent 6974212 commit 2765316

File tree

25 files changed

+750
-750
lines changed

25 files changed

+750
-750
lines changed

css-2007/Overview.src.html

+21-21
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ <h1>Cascading Style Sheets (CSS) Snapshot 2007</h1>
1717
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1818
<dl>
1919
<dt>This version:</dt>
20-
<!-- <dd><a href="http://www.w3.org/TR/[YEAR]/NOTE-css-beijing-[CDATE]/">[VERSION]</a></dd> -->
20+
<!-- <dd><a href="https://www.w3.org/TR/[YEAR]/NOTE-css-beijing-[CDATE]/">[VERSION]</a></dd> -->
2121
<dd><a href="https://drafts.csswg.org/css-2007/">https://drafts.csswg.org/css-2007/</a></dd>
2222
<dt>Latest version:</dt>
23-
<dd><a href="http://www.w3.org/TR/css-beijing/">http://www.w3.org/TR/css-beijing/</a></dd>
23+
<dd><a href="https://www.w3.org/TR/css-beijing/">https://www.w3.org/TR/css-beijing/</a></dd>
2424
<dt>Previous versions:</dt>
25-
<dd><a href="http://www.w3.org/TR/2010/WD-css-beijing-20100727/">http://www.w3.org/TR/2010/WD-css-beijing-20100727/</a></dd>
26-
<dd><a href="http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/">http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</a></dd>
25+
<dd><a href="https://www.w3.org/TR/2010/WD-css-beijing-20100727/">https://www.w3.org/TR/2010/WD-css-beijing-20100727/</a></dd>
26+
<dd><a href="https://www.w3.org/TR/2001/WD-css3-roadmap-20010523/">https://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</a></dd>
2727
<dt>Editor:</dt>
2828
<dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a></dd>
2929
</dl>
@@ -47,7 +47,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
4747

4848
<p>This document represents the state of CSS as of 2007. The CSS Working Group
4949
does not expect any further changes to this document: new snapshots will be
50-
published at <a href="http://www.w3.org/TR/CSS/">http://www.w3.org/TR/CSS/</a>
50+
published at <a href="https://www.w3.org/TR/CSS/">https://www.w3.org/TR/CSS/</a>
5151
as CSS advances.
5252

5353
<nav id="toc">
@@ -152,17 +152,17 @@ <h2 id="css-levels">CSS Levels</h2>
152152
<h3 id="css1">CSS Level 1</h3>
153153

154154
<p>The CSS Working Group considers the
155-
<a href="http://www.w3.org/TR/2008/REC-CSS1-20080411/">CSS1 specification</a> to be
155+
<a href="https://www.w3.org/TR/2008/REC-CSS1-20080411/">CSS1 specification</a> to be
156156
obsolete. <dfn>CSS Level 1</dfn> is defined as all the features defined
157157
in the CSS1 specification (properties, values, at-rules, etc), but using
158158
the syntax and definitions in the
159-
<a href="http://www.w3.org/TR/CSS21/">CSS2.1 specification</a>.
160-
<a href="http://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
159+
<a href="https://www.w3.org/TR/CSS21/">CSS2.1 specification</a>.
160+
<a href="https://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
161161
defines its inclusion in element-specific style attributes.</p>
162162

163163
<h3 id="css2">CSS Level 2</h3>
164164

165-
<p>Although the <a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/">CSS2 specification</a>
165+
<p>Although the <a href="https://www.w3.org/TR/2008/REC-CSS2-20080411/">CSS2 specification</a>
166166
is technically a W3C Recommendation, it passed into the Recommendation stage
167167
before the W3C had defined the Candidate Recommendation stage. Over time
168168
implementation experience and further review has brought to light many problems
@@ -180,8 +180,8 @@ <h3 id="css2">CSS Level 2</h3>
180180
which case that specification will, once it reaches CR, obsolete the
181181
definitions in CSS2.</p>
182182

183-
<p>The <a href="http://www.w3.org/TR/CSS21/">CSS2.1 specification</a> defines
184-
<dfn>CSS Level 2</dfn> and the <a href="http://www.w3.org/TR/css-style-attr/">CSS
183+
<p>The <a href="https://www.w3.org/TR/CSS21/">CSS2.1 specification</a> defines
184+
<dfn>CSS Level 2</dfn> and the <a href="https://www.w3.org/TR/css-style-attr/">CSS
185185
Style Attributes specification</a> defines its inclusion in
186186
element-specific style attributes. </p>
187187

@@ -207,19 +207,19 @@ <h2 id="css">Cascading Style Sheets Definition</h2>
207207
specifications.
208208

209209
<ol>
210-
<li><a href="http://www.w3.org/TR/CSS21/">CSS Level 2 Revision 1</a>
210+
<li><a href="https://www.w3.org/TR/CSS21/">CSS Level 2 Revision 1</a>
211211
(including errata)
212-
<li><a href="http://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
213-
<li><a href="http://www.w3.org/TR/css3-namespace/">CSS Namespaces</a>
214-
<li><a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
215-
<li><a href="http://www.w3.org/TR/css3-color/">CSS Color Level 3</a>
212+
<li><a href="https://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
213+
<li><a href="https://www.w3.org/TR/css3-namespace/">CSS Namespaces</a>
214+
<li><a href="https://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
215+
<li><a href="https://www.w3.org/TR/css3-color/">CSS Color Level 3</a>
216216
</ol>
217217

218218
<h3 id="partial">Partial Implementations</h3>
219219

220220
<p>So that authors can exploit the forward-compatible parsing rules to
221221
assign fallback values, CSS renderers <strong>must</strong>
222-
treat as invalid (and <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignore
222+
treat as invalid (and <a href="https://www.w3.org/TR/CSS21/conform.html#ignore">ignore
223223
as appropriate</a>) any at-rules, properties, property values, keywords,
224224
and other syntactic constructs for which they have no usable level of
225225
support. In particular, user agents <strong>must not</strong> selectively
@@ -237,15 +237,15 @@ <h3 id="profiles">CSS Profiles</h3>
237237
The W3C CSS Working Group defines the following CSS profiles:</p>
238238

239239
<ul>
240-
<li><a href="http://www.w3.org/TR/css-mobile/">CSS Mobile Profile 2.0</a>
241-
<li><a href="http://www.w3.org/TR/css-print/">CSS Print Profile 1.0</a>
242-
<li><a href="http://www.w3.org/TR/css-tv">CSS TV Profile 1.0</a>
240+
<li><a href="https://www.w3.org/TR/css-mobile/">CSS Mobile Profile 2.0</a>
241+
<li><a href="https://www.w3.org/TR/css-print/">CSS Print Profile 1.0</a>
242+
<li><a href="https://www.w3.org/TR/css-tv">CSS TV Profile 1.0</a>
243243
</ul>
244244

245245
<h3 id="experimental">Experimental Implementations</h3>
246246

247247
<p>To avoid clashes with future CSS features, the CSS2.1 specification
248-
reserves a <a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
248+
reserves a <a href="https://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
249249
syntax</a> for proprietary property and value extensions to CSS. The CSS
250250
Working Group recommends that experimental implementations of features in
251251
CSS Working Drafts also use vendor-prefixed property and value names. This

0 commit comments

Comments
 (0)