Skip to content

Commit 7c079ef

Browse files
committed
Improve markup for Appendix A registration
1 parent 10464a9 commit 7c079ef

3 files changed

Lines changed: 30 additions & 24 deletions

File tree

css3-values/Overview.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,20 +1994,21 @@ <h3 id=about-invalid><span class=secno>9.1. </span> Registration for the
19941994
href="http://tools.ietf.org/html/draft-ietf-appsawg-about-uri-scheme-07">the
19951995
about: uri scheme RFC draft</a>.
19961996

1997-
<table>
1997+
<table class="data define">
19981998
<tbody>
19991999
<tr>
20002000
<th>Registered Token
20012001

2002-
<td>invalid
2002+
<td><code>invalid</code>
20032003

20042004
<tr>
20052005
<th>Intended Usage
20062006

2007-
<td> The <code>about:invalid</code> URI references a non-existent
2008-
document with a generic error condition. It can be used when a URI is
2009-
necessary, but the default value shouldn't be resolveable as any type
2010-
of document.
2007+
<td>
2008+
<p>The <code>about:invalid</code> URI references a non-existent
2009+
document with a generic error condition. It can be used when a URI is
2010+
necessary, but the default value shouldn't be resolveable as any type
2011+
of document.
20112012

20122013
<tr>
20132014
<th>Contact/Change controller
@@ -2018,7 +2019,8 @@ <h3 id=about-invalid><span class=secno>9.1. </span> Registration for the
20182019
<tr>
20192020
<th>Specification
20202021

2021-
<td>CSS Values and Units Module Level 3
2022+
<td><a href="http://www.w3.org/TR/css3-values/">CSS Values and Units
2023+
Module Level 3</a>
20222024
</table>
20232025

20242026
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>

css3-values/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,21 +1503,21 @@ <h3 id='about-invalid'>
15031503
This sections defines and registers the <code>about:invalid</code> URI,
15041504
in accordance with the registration procedure defined in <a href="http://tools.ietf.org/html/draft-ietf-appsawg-about-uri-scheme-07">the about: uri scheme RFC draft</a>.
15051505

1506-
<table>
1506+
<table class="data define">
15071507
<tr>
15081508
<th>Registered Token
1509-
<td>invalid
1509+
<td><code>invalid</code>
15101510
<tr>
15111511
<th>Intended Usage
15121512
<td>
1513-
The <code>about:invalid</code> URI references a non-existent document with a generic error condition.
1513+
<p>The <code>about:invalid</code> URI references a non-existent document with a generic error condition.
15141514
It can be used when a URI is necessary, but the default value shouldn't be resolveable as any type of document.
15151515
<tr>
15161516
<th>Contact/Change controller
15171517
<td>CSS WG &lt;<a href="mailto:www-style@w3.org">www-style@w3.org</a>> (on behalf of W3C)
15181518
<tr>
15191519
<th>Specification
1520-
<td>CSS Values and Units Module Level 3
1520+
<td><a href="http://www.w3.org/TR/css3-values/">CSS Values and Units Module Level 3</a>
15211521
</table>
15221522

15231523

default.css

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -417,18 +417,19 @@ table.features td {
417417
margin: 1em auto;
418418
border-collapse: collapse;
419419
width: 100%;
420-
border: hidden;
420+
border: hidden;
421+
}
422+
.data {
423+
text-align: center;
421424
}
422425
.data caption {
423426
width: 100%;
424-
text-align: center;
425427
}
426428

427-
.data td, .data thx,
428-
.proptable td, .proptable thx {
429+
.data td, .data th,
430+
.proptable td, .proptable th {
429431
padding: 0.5em;
430-
text-align: center;
431-
border-top: 1px dotted;
432+
border-top: 1px silver solid;
432433
}
433434

434435
.data thead td:empty {
@@ -447,11 +448,11 @@ table.features td {
447448
.data tbody,
448449
.proptable tbody {
449450
color: inherit;
450-
border-bottom: 1px solid;
451+
border-bottom: 2px solid;
451452
}
452453

453454
.data colgroup {
454-
border-left: 1px solid;
455+
border-left: 2px solid;
455456
}
456457

457458
.data tbody th:first-child,
@@ -460,29 +461,32 @@ table.features td {
460461
.proptable tbody td[scope="row"]:first-child {
461462
text-align: right;
462463
color: inherit;
463-
border-right: 1px solid;
464-
border-top: 1px dotted;
464+
border-right: 2px solid;
465+
border-top: 1px solid silver;
465466
padding-right: 1em;
466467
}
468+
.data.define td:last-child {
469+
text-align: left;
470+
}
467471

468472
.data tbody th[rowspan],
469473
.proptable tbody th[rowspan],
470474
.data tbody td[rowspan],
471475
.proptable tbody td[rowspan]{
472-
border-left: 1px dotted;
476+
border-left: 1px solid silver;
473477
}
474478

475479
.data tbody th[rowspan]:first-child,
476480
.proptable tbody th[rowspan]:first-child,
477481
.data tbody td[rowspan]:first-child,
478482
.proptable tbody td[rowspan]:first-child{
479483
border-left: 0;
480-
border-right: 1px dotted;
484+
border-right: 1px solid silver;
481485
}
482486

483487
.complex.data th,
484488
.complex.data td {
485-
border: 1px dotted;
489+
border: 1px solid silver;
486490
}
487491

488492

0 commit comments

Comments
 (0)