Skip to content

Commit a1c43ee

Browse files
committed
Update style sheet to new CSSWG master.
1 parent 2b3d410 commit a1c43ee

File tree

18 files changed

+39
-1085
lines changed

18 files changed

+39
-1085
lines changed

css-2010/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>Cascading Style Sheets (CSS) Snapshot 2010</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
99
</head>
1010
<body>

css-module/Overview.src.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head profile="http://www.w3.org/2006/03/hcard">
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CSS TEMPLATE Module Level N</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88
<link rel="stylesheet" type="text/css"
99
href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
1010
<style type="text/css">
@@ -76,7 +76,8 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7676

7777
<p>The following features are at risk: &hellip;
7878

79-
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
79+
<h2 class="no-num no-toc" id="contents">
80+
Table of Contents</h2>
8081

8182
<!--toc-->
8283

@@ -113,7 +114,7 @@ <h3 id="values">
113114
explicitly.
114115

115116
<h2 id="sample-topic">
116-
Sample section</h2>
117+
Sample Section</h2>
117118

118119
<p>Look at the mark-up in this section for examples. See the <a
119120
href="https://www.w3.org/Style/Group/css3-src/bin/README">documentation</a> for more precise instructions. The
@@ -333,7 +334,8 @@ <h3 id="experimental">
333334
in the draft.
334335
</p>
335336

336-
<h3 id="testing">Non-Experimental Implementations</h3>
337+
<h3 id="testing">
338+
Non-Experimental Implementations</h3>
337339

338340
<p>Once a specification reaches the Candidate Recommendation stage,
339341
non-experimental implementations are possible, and implementors should
@@ -409,25 +411,30 @@ <h3 id="cr-exit-criteria">
409411
<p>The specification will remain Candidate Recommendation for at least
410412
six months.
411413

412-
<h2 class=no-num id="acknowledgments">Acknowledgments</h2>
414+
<h2 class=no-num id="acknowledgments">
415+
Acknowledgments</h2>
413416

414417
<p><var class="replaceme">[acknowledgments]</var></p>
415418

416-
<h2 class=no-num id="references">References</h2>
419+
<h2 class=no-num id="references">
420+
References</h2>
417421

418-
419-
<h3 class="no-num" id="normative-references">Normative references</h3>
422+
<h3 class="no-num" id="normative-references">
423+
Normative References</h3>
420424
<!--normative-->
421425

422-
<h3 class="no-num" id="other-references">Other references</h3>
426+
<h3 class="no-num" id="other-references">
427+
Other References</h3>
423428
<!--informative-->
424429

425-
<h2 class="no-num" id="index">Index</h2>
430+
<h2 class="no-num" id="index">
431+
Index</h2>
426432
<!--index-->
427433

428-
429-
<h2 class="no-num" id="property-index">Property index</h2>
434+
<h2 class="no-num" id="property-index">
435+
Property Index</h2>
430436
<!-- properties -->
437+
431438
</body>
432439
</html>
433440
<!-- Keep this comment at the end of the file

css3-3d-transforms/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>CSS 3D Transforms</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
1010
code { font-size: inherit; }

css3-animations/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>CSS Animations</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88
<style type="text/css">
99
.rhs { white-space: pre-wrap; }
1010
code { font-size: inherit; }

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>CSS Backgrounds and Borders Module Level 3</title>
7-
<link rel="stylesheet" type="text/css" href="default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88
<style type="text/css">
99
.prod { font-family: inherit; font-size: inherit }
1010
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }

0 commit comments

Comments
 (0)