|
8 | 8 | var respecConfig = { |
9 | 9 | // specification status (e.g. WD, LCWD, WG-NOTE, etc.). If in doubt use ED. |
10 | 10 | specStatus: "ED", |
11 | | - publishDate: "2017-05-06", |
| 11 | + publishDate: "2017-07-08", |
12 | 12 | previousPublishDate: "2016-05-03", |
13 | 13 | previousMaturity: "WG-NOTE", |
14 | 14 |
|
|
85 | 85 | ins { |
86 | 86 | background-color: #FF6; |
87 | 87 | } |
| 88 | + |
| 89 | +.deprecation-box { |
| 90 | + background-color: #FF9999; |
| 91 | + border: 8px solid red; |
| 92 | + padding: 1em; |
| 93 | + width: 95%; |
| 94 | + position: center; |
| 95 | +} |
| 96 | + |
88 | 97 | </style> |
89 | 98 | </head> |
90 | 99 |
|
|
96 | 105 |
|
97 | 106 |
|
98 | 107 | <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 | + |
106 | 122 | <div class="note"> |
107 | 123 | <p style="font-weight: bold; font-size: 120%">Sending comments on this |
108 | 124 | document</p> |
|
0 commit comments