Skip to content

Commit 68f8db7

Browse files
committed
move unicode property table to 262
1 parent 7a101bf commit 68f8db7

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

css/elements.css

-6
Original file line numberDiff line numberDiff line change
@@ -1458,9 +1458,3 @@ emu-normative-optional,
14581458
#ecma-logo {
14591459
width: 500px;
14601460
}
1461-
1462-
.unicode-property-table {
1463-
table-layout: fixed;
1464-
width: 100%;
1465-
font-size: 80%;
1466-
}

css/print.css

-10
Original file line numberDiff line numberDiff line change
@@ -447,16 +447,6 @@ table > figcaption::after {
447447
font-weight: normal;
448448
}
449449

450-
.unicode-property-table {
451-
table-layout: initial;
452-
width: auto;
453-
font-size: 90%;
454-
}
455-
456-
.unicode-property-table th:first-of-type {
457-
width: 33%;
458-
}
459-
460450
th[rowspan] {
461451
vertical-align: bottom;
462452
}

test/baselines/generated-reference/assets-inline.html

-16
Original file line numberDiff line numberDiff line change
@@ -3017,12 +3017,6 @@
30173017
#ecma-logo {
30183018
width: 500px;
30193019
}
3020-
3021-
.unicode-property-table {
3022-
table-layout: fixed;
3023-
width: 100%;
3024-
font-size: 80%;
3025-
}
30263020
</style><style>@media print {
30273021
@font-face {
30283022
font-family: "Arial Plus";
@@ -3473,16 +3467,6 @@
34733467
font-weight: normal;
34743468
}
34753469
3476-
.unicode-property-table {
3477-
table-layout: initial;
3478-
width: auto;
3479-
font-size: 90%;
3480-
}
3481-
3482-
.unicode-property-table th:first-of-type {
3483-
width: 33%;
3484-
}
3485-
34863470
th[rowspan] {
34873471
vertical-align: bottom;
34883472
}

0 commit comments

Comments
 (0)