Skip to content

Commit

Permalink
move unicode property table to 262
Browse files Browse the repository at this point in the history
  • Loading branch information
gesa committed Sep 10, 2024
1 parent 7a101bf commit 68f8db7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions css/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -1458,9 +1458,3 @@ emu-normative-optional,
#ecma-logo {
width: 500px;
}

.unicode-property-table {
table-layout: fixed;
width: 100%;
font-size: 80%;
}
10 changes: 0 additions & 10 deletions css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,16 +447,6 @@ table > figcaption::after {
font-weight: normal;
}

.unicode-property-table {
table-layout: initial;
width: auto;
font-size: 90%;
}

.unicode-property-table th:first-of-type {
width: 33%;
}

th[rowspan] {
vertical-align: bottom;
}
Expand Down
16 changes: 0 additions & 16 deletions test/baselines/generated-reference/assets-inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -3017,12 +3017,6 @@
#ecma-logo {
width: 500px;
}
.unicode-property-table {
table-layout: fixed;
width: 100%;
font-size: 80%;
}
</style><style>@media print {
@font-face {
font-family: "Arial Plus";
Expand Down Expand Up @@ -3473,16 +3467,6 @@
font-weight: normal;
}
.unicode-property-table {
table-layout: initial;
width: auto;
font-size: 90%;
}
.unicode-property-table th:first-of-type {
width: 33%;
}
th[rowspan] {
vertical-align: bottom;
}
Expand Down

0 comments on commit 68f8db7

Please sign in to comment.