Skip to content

Commit b16000e

Browse files
committed
[csswg] Don't put quotes on terms in prod blocks.
1 parent a23f8d6 commit b16000e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

default.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ code.xml { color: #600 } /* inline XML */
194194
.descriptor { } /* name of a CSS descriptor (SPAN) */
195195
.type { font-style: italic } /* A <type> value for a property */
196196

197-
/* Autolinks produced using Tab's preprocessor. */
197+
/* Autolinks produced using Bikeshed. */
198198
[data-link-type="property"]::before,
199199
[data-link-type="propdesc"]::before,
200200
[data-link-type="descriptor"]::before,
@@ -212,7 +212,10 @@ code.xml { color: #600 } /* inline XML */
212212
[data-link-type="selector"]::after,
213213
[data-link-type="maybe"]::after {content: "\2019";}
214214
[data-link-type].production::before,
215-
[data-link-type].production::after { content: ""; }
215+
[data-link-type].production::after,
216+
.prod [data-link-type]::before,
217+
.prod [data-link-type]::after { content: ""; }
218+
216219

217220
/* Element-type link styling */
218221
[data-link-type=element] { font-family: monospace; }

0 commit comments

Comments
 (0)