Skip to content

Commit 84e4a12

Browse files
committed
Added note about experimental style
1 parent 93fd636 commit 84e4a12

File tree

2 files changed

+37
-14
lines changed

2 files changed

+37
-14
lines changed

css3-regions/Overview.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,21 @@
4949
margin: 0px auto;
5050
width: 70ex;
5151
}
52-
53-
#default-fragment-shader:before {
54-
content: "Default fragment shader";
52+
53+
.big.note {
54+
font-size: 1.2em;
55+
line-height: 1.3em;
56+
color: #2f2f2f;
5557
}
56-
57-
#default-vertex-shader:before {
58-
content: "Default vertex shader";
58+
59+
.big.note:before {
60+
content: "NOTE";
61+
display: block;
62+
color: rgba(0, 0, 0, 0.15);
63+
font-weight: bold;
64+
margin-bottom: 0.5em;
5965
}
66+
6067
</style>
6168
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
6269
type="text/css">
@@ -135,6 +142,10 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
135142

136143
<h2 class="no-num no-toc" id=status-of-this-document>Status of this
137144
document</h2>
145+
146+
<p class="big note">This document uses an experimental style sheet. We
147+
welcome your feedback on the styles at <a
148+
href="mailto:site-comments@w3.org">site-comments@w3.org</a>.</p>
138149
<!--begin-status-->
139150

140151
<p>This is a public copy of the editors' draft. It is provided for

css3-regions/Overview.src.html

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,21 @@
5252
margin: 0px auto;
5353
width: 70ex;
5454
}
55-
56-
#default-fragment-shader:before {
57-
content: "Default fragment shader";
55+
56+
.big.note {
57+
font-size: 1.2em;
58+
line-height: 1.3em;
59+
color: #2f2f2f;
5860
}
59-
60-
#default-vertex-shader:before {
61-
content: "Default vertex shader";
61+
62+
.big.note:before {
63+
content: "NOTE";
64+
display: block;
65+
color: rgba(0, 0, 0, 0.15);
66+
font-weight: bold;
67+
margin-bottom: 0.5em;
6268
}
69+
6370
</style>
6471

6572
<link rel="stylesheet" type="text/css"
@@ -120,8 +127,13 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
120127
[[CSS3-GRID-LAYOUT]] to position the regions where content flows.</p>
121128

122129
<h2 class="no-num no-toc" id="status-of-this-document">Status of this
123-
document</h2><!--begin-status-->
124-
130+
document</h2>
131+
132+
<p class="big note">This document uses an experimental style
133+
sheet. We welcome your feedback on the styles at
134+
<a href="mailto:site-comments@w3.org">site-comments@w3.org</a>.</p>
135+
136+
<!--begin-status-->
125137
<p><em>This section describes the status of this document at the time of
126138
its publication. Other documents may supersede this document. A list of
127139
current W3C publications and the latest revision of this technical report

0 commit comments

Comments
 (0)