Skip to content

Commit fba16d1

Browse files
committed
[css-fonts-4] Add issue for system-ui fingerprinting
1 parent 1219732 commit fba16d1

2 files changed

Lines changed: 225 additions & 161 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,16 @@ used across a wide variety of platforms, it's useful to extend the set
131131
of predefined CSS generic font families to cover these type styles.</p>
132132

133133
<p>Add new generic font families for:</p>
134-
<ul>
135-
<li><code>system-ui</code> font family representing the default UI font on a given platform</li>
136-
<li><code>emoji</code> font family for emoji characters</li>
137-
<li><code>math</code> font family used for rendering mathematical expressions</li>
138-
<li><code>fangsong</code> font family used for <em>fang song</em> typefaces in Chinese</li>
134+
<ul dfn-for=font-family dfn-type=value>
135+
<li><dfn>system-ui</dfn> font family representing the default UI font on a given platform</li>
136+
<li><dfn>emoji</dfn> font family for emoji characters</li>
137+
<li><dfn>math</dfn> font family used for rendering mathematical expressions</li>
138+
<li><dfn>fangsong</dfn> font family used for <em>fang song</em> typefaces in Chinese</li>
139139
</ul>
140140

141+
Issue: Add ''system-ui'' fingerprinting issue to Security and Privacy Considerations section
142+
per <a href="https://lists.w3.org/Archives/Public/www-style/2015Aug/0051.html">discussion</a>.
143+
141144
<h2 id="font-synthesis-small-caps">New <code>small-caps</code> value for <code>font-synthesis</code></h2>
142145

143146
<p>Since small capitals are often synthesized for fonts lacking smalls-caps glyphs,

0 commit comments

Comments
 (0)