Skip to content

Commit e3194b7

Browse files
author
Chris Lilley
committed
[css-color-4][editorial] work around speced/bikeshed#1799
1 parent ecbd78a commit e3194b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

css-color-4/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ table.deltaE td.dE2 { background: rgb(217, 243, 68)}
122122
table.deltaE td.dE3 { background: rgb(243, 240, 68)}
123123
table.deltaE td.dE4 { background: rgb(243, 202, 68)}
124124
table.deltaE td.dE5 { background: rgb(243, 103, 68); color: white}
125+
// work-around for https://github.com/tabatkins/bikeshed/issues/1799
126+
div.example {
127+
overflow: visible;
128+
}
129+
div.example>a.self-link::before {
130+
content: "¶";
131+
}
125132
</style>
126133

127134
<script>

css-fonts-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5356,7 +5356,10 @@ Animation type: discrete
53565356
</pre>
53575357

53585358
<p>The <span title="font-variant!!property">'font-variant!!property'</span> property
5359-
is a shorthand for all font-variant subproperties.
5359+
is a shorthand for all font-variant subproperties:
5360+
5361+
*
5362+
53605363
The value <dfn id="font-variant-normal-value" title="normal!!font-variant"
53615364
dfn-for="font-variant" dfn-type="value">'normal'</dfn>
53625365
resets all subproperties of <span title="font-variant!!property">'font-variant!!property'</span>

0 commit comments

Comments
 (0)