File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,8 +168,16 @@ code.xml { color: #600 } /* inline XML */
168168.type { font-style : italic } /* A <type> value for a property */
169169
170170/* Autolinks produced using Tab's preprocessor. */
171- [data-autolink = "property" ]::before , [data-autolink = "maybe" ]::before {content : "\2018" ;}
172- [data-autolink = "property" ]::after , [data-autolink = "maybe" ]::after {content : "\2019" ;}
171+ [data-link-type = "property" ]::before ,
172+ [data-link-type = "propdesc" ]::before ,
173+ [data-link-type = "descriptor" ]::before ,
174+ [data-link-type = "value" ]::before ,
175+ [data-autolink = "maybe" ]::before {content : "\2018" ;}
176+ [data-link-type = "property" ]::after ,
177+ [data-link-type = "propdesc" ]::after ,
178+ [data-link-type = "descriptor" ]::after ,
179+ [data-link-type = "value" ]::after ,
180+ [data-autolink = "maybe" ]::after {content : "\2019" ;}
173181
174182dfn { font-weight : bolder; }
175183a > i { font-style : normal; } /* Instance of term */
You can’t perform that action at this time.
0 commit comments