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 Oct 31, 2024
1 parent 8896890 commit bcb8986
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 @@ -1463,9 +1463,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 @@ -3072,12 +3072,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 @@ -3528,16 +3522,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 bcb8986

Please sign in to comment.