Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gap-analysis/gapanalysis.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ h5 { margin-top: 1rem !important; border-block-end:1px solid #ccc !important; wi

.advanced { border-left: 5em solid #0f0; padding-left: 2em; }
.advanced { border-left: 5em solid moccasin; padding-left: 2em; }
.advanced:after { content: 'Needs work for advanced level support.'; color: gray; font-weight: normal; font-size: 120%; }
.advanced:after { content: 'Needs work for advanced use.'; color: gray; font-weight: normal; font-size: 120%; }
.advancedIssue { background-color: moccasin; color:chocolate; }
.issueLink.advancedIssue:visited, .issueLink.basicIssue:link { color: chocolate; }

.basic { border-left: 5em solid orange; padding-left: 2em; }
.basic:after { content: 'Needs work for basic styling support.'; color: gray; font-weight: normal; font-size: 120%; }
.basic:after { content: 'Needs work for basic use.'; color: gray; font-weight: normal; font-size: 120%; }
.basicIssue { background-color: orange; color:antiquewhite; }
.issueLink.basicIssue:visited, .issueLink.basicIssue:link { color: antiquewhite; }

.broken { border-left: 5em solid red; padding-left: 2em; }
.broken:after { content: 'Basic display issues that prevent effective use on the Web for this language.'; color: gray; font-weight: normal; font-size: 120%; }
.broken:after { content: 'Basic issues prevent effective use of this language on the Web.'; color: gray; font-weight: normal; font-size: 120%; }
.brokenIssue { background-color: red; color:antiquewhite; }
.issueLink.brokenIssue:visited, .issueLink.basicIssue:link { color: antiquewhite; }

Expand Down
2 changes: 1 addition & 1 deletion gap-analysis/language-matrix-data/language-matrix-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions gap-analysis/language-matrix-data/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,15 @@ td {
color: #ff0000;
}
thead td {
text-align: start;
font-weight: bold;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
line-height: 1.5;
width: 20px;
text-align: end;
text-align: right;
height: 10rem;
vertical-align: bottom;
}
thead td div {
writing-mode: vertical-rl;
writing-mode: sideways-lr;
height: 15em;
text-align: start;
}
.sum {
Expand Down