Skip to content

Commit

Permalink
Use w3c/spec-prod (w3c#1648)
Browse files Browse the repository at this point in the history
SHA: 2994798
Reason: push, by @pkra

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
saschanaz and github-actions[bot] committed Dec 3, 2021
1 parent 500da73 commit 7c11034
Show file tree
Hide file tree
Showing 3 changed files with 7,965 additions and 4,147 deletions.
13 changes: 4 additions & 9 deletions common/css/common.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

* {
/* add default line-height so different fonts don't affect the rhythm of line-box height */
line-height:1.2; /* [sic] unitless multiplier, not EM size */
}
ol{ list-style:decimal; }
ol ol{ list-style:upper-alpha; }
ol ol ol{ list-style:lower-roman; }
Expand Down Expand Up @@ -47,6 +43,7 @@ ol ol ol ol{ list-style:lower-alpha; }
.role-required-properties ul,
.role-properties ul,
.role-inherited ul,
.role-disallowed ul,
.role-namefrom ul,
.state-value ul, .state-related ul,
.state-applicability ul,
Expand Down Expand Up @@ -164,7 +161,6 @@ pre .comment, code .comment, code.comment, .comment .str, .comment .tag{
background-color: #9f6;
}
*/
.role-reference, .state-reference, .property-reference, .widget-reference, .design-pattern-reference {}
.termref, a.termref:link {
color:#006400;
text-decoration:none;
Expand Down Expand Up @@ -235,14 +231,11 @@ dl.compact dd {
font-weight: bold;
text-transform: uppercase;
}
.tocnum {}
.section {}
.todo {
background-color:#f99;
}
.issue {
background-color:#0c0;
text-transform:uppercase;
}
abbr.symbol {
border-bottom:none;
Expand All @@ -253,7 +246,9 @@ abbr.symbol {
font-weight: bold;
color: #ff4500 !important;
}
.property-reference, .role-reference, .state-reference { font-family: monospace; }

/* prevent <dt> from butting up against previous <dd> in .termlist (terms.html) */
.termlist dt {margin-top: 1em;}



Binary file added img/accessibleelement.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c11034

Please sign in to comment.