Skip to content

Commit 9807088

Browse files
authored
Merge pull request #22 from aphillips/gh-pages
[I18N-ACTION-632] Added a large red deprecation box to the document.
2 parents 08812a6 + 74fbf9b commit 9807088

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

index.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
var respecConfig = {
99
// specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED.
1010
specStatus: "ED",
11-
publishDate: "2017-05-06",
11+
publishDate: "2017-07-08",
1212
previousPublishDate: "2016-05-03",
1313
previousMaturity: "WG-NOTE",
1414

@@ -85,6 +85,15 @@
8585
ins {
8686
background-color: #FF6;
8787
}
88+
89+
.deprecation-box {
90+
background-color: #FF9999;
91+
border: 8px solid red;
92+
padding: 1em;
93+
width: 95%;
94+
position: center;
95+
}
96+
8897
</style>
8998
</head>
9099

@@ -96,13 +105,20 @@
96105

97106

98107
<div id="sotd">
99-
<p>This document contains guidelines on the use of the Unicode Standard in
100-
conjunction with markup languages such as XML. It was originally produced
101-
as a joint publication between the W3C and the <a href="http://www.unicode.org">Unicode
102-
Consortium</a>. In 2016, Unicode withdrew publication as a Unicode Technical
103-
Report. The W3C is maintaining this version as a historical reference.
104-
Some of the materials in this document might be stale or out of date.
105-
</p>
108+
109+
<p>This document contains guidelines on the use of the Unicode Standard in
110+
conjunction with markup languages such as XML.</p>
111+
<div class="deprecation-box">
112+
<h3>Historical Status</h3>
113+
<p>Many of the materials in this document are stale and out of date;
114+
the W3C is maintaining this version solely as a historical reference.
115+
This document was originally produced as a joint publication between
116+
the W3C and the <a href="http://www.unicode.org">Unicode
117+
Consortium</a>. In 2016, Unicode withdrew publication as a Unicode
118+
Technical Report. </p>
119+
120+
</div>
121+
106122
<div class="note">
107123
<p style="font-weight: bold; font-size: 120%">Sending comments on this
108124
document</p>

0 commit comments

Comments
 (0)