Skip to content

Commit 25a561c

Browse files
committed
[csswg] Unitalicize var in dfn, to maintain the stylistic offset.
--HG-- extra : rebase_source : 3b402312fc3ac720c057a3e913b95768cb315a1c
1 parent f083491 commit 25a561c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

default.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@
168168
dt dfn code, code.idl {
169169
font-size: inherit;
170170
}
171+
dfn var {
172+
font-style: normal;
173+
}
171174

172175
/** Change Marking ************************************************************/
173176

0 commit comments

Comments
 (0)