css-fonts/Fonts.html

Wed, 22 May 2013 17:51:04 +0800

author
John Daggett <jdaggett@mozilla.com>
date
Wed, 22 May 2013 17:51:04 +0800
changeset 8225
351f9086c29d
parent 8213
6fc1fa06eae3
child 8241
267e6c547d6d
permissions
-rw-r--r--

[css-fonts] more unicode-range revisions and link fixup

jdaggett@484 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
jdaggett@484 2 "http://www.w3.org/TR/html4/strict.dtd">
jdaggett@484 3
jdaggett@484 4 <html lang=en>
jdaggett@484 5 <head><meta content="text/html;charset=utf-8" http-equiv=Content-Type>
jdaggett@484 6
jdaggett@1244 7 <title>CSS Fonts Module Level 3</title>
jdaggett@484 8 <!--
jdaggett@484 9 FIXME when publishing: copy the current default.css and link to
jdaggett@484 10 "default.css" rather than "../default.css"
jdaggett@484 11 -->
jdaggett@484 12 <link href="../default.css" rel=stylesheet type="text/css">
jdaggett@4545 13 <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
jdaggett@4546 14 <!-- I'm just experimenting here, don't get your bee in a bonnet -->
jdaggett@4546 15 <script src="http://use.typekit.com/xon2bky.js"
jdaggett@4546 16 type="text/javascript"></script>
jdaggett@4546 17 <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
jdaggett@484 18
jdaggett@497 19 <style type="text/css">
jdaggett@4546 20
jdaggett@4547 21 body, th, td, h1, h2, h3, h4, h5, h6 {
jdaggett@4547 22 font-family: "myriad-pro", sans-serif !important;
jdaggett@4547 23 }
jdaggett@4547 24
jdaggett@524 25 body {
jdaggett@524 26 padding: 2em 70px 2em 70px;
jdaggett@524 27 }
jdaggett@4546 28
jdaggett@497 29 p + p, p.mtb {
jdaggett@497 30 margin-top: 0.8em;
jdaggett@497 31 text-indent: 0px;
jdaggett@497 32 }
jdaggett@6651 33
jdaggett@6651 34 #bolderlighter {
jdaggett@6651 35 width: 40%;
jdaggett@6651 36 }
jdaggett@6651 37
jdaggett@6651 38 #bolderlighter th {
jdaggett@6651 39 text-align: center;
jdaggett@6651 40 }
jdaggett@497 41
jdaggett@7103 42 #fontformats td, #eventhandlers td, #fontformats th, #eventhandlers th {
jdaggett@1244 43 padding-right: 2em;
jdaggett@512 44 text-align: left;
jdaggett@512 45 }
jdaggett@512 46
jdaggett@518 47 dd {
jdaggett@518 48 margin-bottom: 1em;
jdaggett@514 49 }
jdaggett@514 50
jdaggett@516 51 #authors dd {
jdaggett@516 52 margin-bottom: 0;
jdaggett@516 53 }
jdaggett@516 54
jdaggett@531 55 #fontstylematchingalg {
jdaggett@531 56 list-style-type: lower-alpha;
jdaggett@531 57 }
jdaggett@531 58
jdaggett@531 59 #fontmatchingalg ul, #fontmatchingalg ol {
jdaggett@531 60 margin-top: 0.8em;
jdaggett@531 61 }
jdaggett@531 62
jdaggett@531 63 #fontmatchingalg li + li {
jdaggett@531 64 margin-top: 0.8em;
jdaggett@531 65 }
jdaggett@531 66
jdaggett@531 67 div.example {
jdaggett@531 68 padding: 1em;
jdaggett@531 69 margin-top: 1em;
jdaggett@531 70 }
jdaggett@531 71
jdaggett@531 72 div.example + div.example {
jdaggett@531 73 margin-top: 2em;
jdaggett@531 74 }
jdaggett@531 75
jdaggett@531 76 div.figure {
jdaggett@531 77 page-break-inside: avoid;
jdaggett@531 78 }
jdaggett@1244 79
jdaggett@1662 80 pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
jdaggett@1662 81
jdaggett@1662 82 div.featex {
jdaggett@1662 83 width: 700px;
jdaggett@1662 84 }
jdaggett@1662 85
jdaggett@1662 86 div.featex img {
jdaggett@1662 87 margin: auto;
jdaggett@1662 88 display: block;
jdaggett@1662 89 }
jdaggett@6436 90
jdaggett@6436 91 span.tag {
jdaggett@6436 92 font-family: monospace;
jdaggett@6436 93 font-size: 120%;
jdaggett@6436 94 }
jdaggett@6648 95
jdaggett@6701 96 ol ol {
jdaggett@6701 97 list-style-type: lower-alpha;
jdaggett@6701 98 }
jdaggett@7060 99
jdaggett@7060 100 .idl-code {
jdaggett@7060 101 font-weight: bold;
jdaggett@7060 102 color: #c50;
jdaggett@7060 103 }
jdaggett@497 104 </style>
jdaggett@2556 105 <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
jdaggett@2556 106 type="text/css">
jdaggett@497 107
jdaggett@484 108 <body>
jdaggett@484 109 <div class=head> <!--begin-logo-->
jdaggett@484 110 <p><a href="http://www.w3.org/"><img alt=W3C height=48
jdaggett@890 111 src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
jdaggett@890 112
jdaggett@901 113 <h1>CSS Fonts Module Level 3</h1>
jdaggett@901 114
jdaggett@8225 115 <h2 class="no-num no-toc" id=editors-draft-22-may-2013>Editor's Draft 22
jdaggett@8177 116 May 2013</h2>
jdaggett@484 117
jdaggett@516 118 <dl id=authors>
jdaggett@484 119 <dt>This version:
jdaggett@484 120
jdaggett@484 121 <dd><a
jdaggett@8031 122 href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
jdaggett@8225 123 <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130522/">http://www.w3.org/TR/2013/ED-css3-fonts-20130522/</a> -->
jdaggett@484 124
jdaggett@484 125
jdaggett@484 126 <dt>Latest version:
jdaggett@484 127
jdaggett@484 128 <dd><a
jdaggett@484 129 href="http://www.w3.org/TR/css3-fonts/">http://www.w3.org/TR/css3-fonts/</a>
jdaggett@484 130
jdaggett@890 131 <dt>Latest editor's draft:
jdaggett@890 132
jdaggett@890 133 <dd><a
jdaggett@8031 134 href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
jdaggett@7488 135 (<a
jdaggett@8031 136 href="https://dvcs.w3.org/hg/csswg/log/tip/css-fonts/Fonts.html">change
jdaggett@7488 137 log</a>)
jdaggett@890 138
jdaggett@4624 139 <dt>Previous version:
jdaggett@890 140
jdaggett@890 141 <dd><a
jdaggett@7451 142 href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">http://www.w3.org/TR/2013/WD-css3-fonts-20130212/</a>
jdaggett@4624 143
jdaggett@4624 144 <dt>Issues List:
jdaggett@4624 145
jdaggett@4624 146 <dd><a href="http://www.w3.org/Style/CSS/Tracker/products/18">CSS3 Fonts
jdaggett@4624 147 issues in Tracker</a>
jdaggett@2556 148
jdaggett@2556 149 <dd><a
jdaggett@6648 150 href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Fonts&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">CSS3
jdaggett@4624 151 Fonts issues in Bugzilla</a>
jdaggett@4624 152
jdaggett@8031 153 <dt>Discussion:
jdaggett@8031 154
jdaggett@8031 155 <dd><a
jdaggett@8031 156 href="mailto:www-style@w3.org?subject=%5Bcss-fonts%5D%20feedback">www-style@w3.org</a>
jdaggett@8031 157 with subject line “<kbd>[css-fonts] <var>… message topic
jdaggett@8031 158 …</var></kbd>” (<a
jdaggett@8031 159 href="http://lists.w3.org/Archives/Public/www-style/"
jdaggett@8031 160 rel=discussion>archives</a>)
jdaggett@890 161
jdaggett@890 162 <dt>Editor:
jdaggett@484 163
jdaggett@497 164 <dd><a href="mailto:jdaggett@mozilla.com">John Daggett (Mozilla)</a>
jdaggett@484 165 </dl>
jdaggett@484 166 <!--begin-copyright-->
jdaggett@484 167 <p class=copyright><a
jdaggett@484 168 href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
jdaggett@7179 169 rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
jdaggett@5530 170 title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
jdaggett@5530 171 href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of
jdaggett@5530 172 Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr
jdaggett@1662 173 title="European Research Consortium for Informatics and
jdaggett@7244 174 Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>,
jdaggett@7244 175 <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C
jdaggett@7244 176 <a
jdaggett@484 177 href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
jdaggett@484 178 <a
jdaggett@484 179 href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
jdaggett@484 180 and <a
jdaggett@484 181 href="http://www.w3.org/Consortium/Legal/copyright-documents">document
jdaggett@484 182 use</a> rules apply.</p>
jdaggett@484 183 <!--end-copyright-->
jdaggett@484 184 <hr title="Separator for header">
jdaggett@484 185 </div>
jdaggett@525 186
jdaggett@484 187 <h2 class="no-num no-toc" id=abstract>Abstract</h2>
jdaggett@484 188
jdaggett@890 189 <p>This CSS3 module describes how font properties are specified and how
jdaggett@890 190 font resources are loaded dynamically. The contents of this specification
jdaggett@1244 191 are a consolidation of content previously divided into <a
jdaggett@3538 192 href="http://www.w3.org/TR/2002/WD-css3-fonts-20020802/">CSS3 Fonts</a>
jdaggett@3538 193 and <a href="http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/">CSS3
jdaggett@7521 194 Web Fonts</a> modules. The description of font load events was moved into
jdaggett@7521 195 the <a href="http://dev.w3.org/csswg/css3-font-load-events/">CSS3 Font
jdaggett@7521 196 Load Events</a> module.
jdaggett@484 197
jdaggett@484 198 <h2 class="no-num no-toc" id=status>Status of this document</h2>
jdaggett@484 199 <!--begin-status-->
jdaggett@484 200
jdaggett@484 201 <p>This is a public copy of the editors' draft. It is provided for
jdaggett@484 202 discussion only and may change at any moment. Its publication here does
jdaggett@484 203 not imply endorsement of its contents by W3C. Don't cite this document
jdaggett@484 204 other than as work in progress.
jdaggett@484 205
jdaggett@484 206 <p>The (<a
jdaggett@484 207 href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
jdaggett@1662 208 mailing list <a
jdaggett@1662 209 href="mailto:www-style@w3.org?Subject=%5Bcss3-fonts%5D%20PUT%20SUBJECT%20HERE">
jdaggett@1662 210 www-style@w3.org</a> (see <a
jdaggett@1662 211 href="http://www.w3.org/Mail/Request">instructions</a>) is preferred for
jdaggett@1662 212 discussion of this specification. When sending e-mail, please put the text
jdaggett@1662 213 “css3-fonts” in the subject, preferably like this:
jdaggett@1148 214 “[<!---->css3-fonts<!---->] <em>…summary of comment…</em>”
jdaggett@484 215
jdaggett@8031 216 <p>This document was produced by the <a
jdaggett@8031 217 href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part of
jdaggett@8031 218 the <a href="http://www.w3.org/Style/">Style Activity</a>).
jdaggett@484 219
jdaggett@484 220 <p>This document was produced by a group operating under the <a
jdaggett@8031 221 href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
jdaggett@8031 222 2004 W3C Patent Policy</a>. W3C maintains a <a
jdaggett@8031 223 href="http://www.w3.org/2004/01/pp-impl/32061/status"
jdaggett@484 224 rel=disclosure>public list of any patent disclosures</a> made in
jdaggett@484 225 connection with the deliverables of the group; that page also includes
jdaggett@484 226 instructions for disclosing a patent. An individual who has actual
jdaggett@484 227 knowledge of a patent which the individual believes contains <a
jdaggett@8031 228 href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
jdaggett@484 229 Claim(s)</a> must disclose the information in accordance with <a
jdaggett@8031 230 href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
jdaggett@8031 231 6 of the W3C Patent Policy</a>.</p>
jdaggett@484 232 <!--end-status-->
jdaggett@4624 233 <!--
jdaggett@4624 234 <h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
jdaggett@4624 235
jdaggett@4624 236 <p>The following features are at risk and may be removed when exiting CR:</p>
jdaggett@4624 237
jdaggett@4624 238 <ul>
jdaggett@4624 239 </ul>
jdaggett@4624 240 -->
jdaggett@2472 241
jdaggett@484 242 <h2 class="no-num no-toc" id=contents>Table of contents</h2>
jdaggett@484 243 <!--begin-toc-->
jdaggett@484 244
jdaggett@484 245 <ul class=toc>
jdaggett@890 246 <li><a href="#introduction"><span class=secno>1 </span>Introduction</a>
jdaggett@890 247
jdaggett@1244 248 <li><a href="#typography-background"><span class=secno>2 </span>Typography
jdaggett@545 249 Background</a>
jdaggett@545 250
jdaggett@6699 251 <li><a href="#basic-font-props"><span class=secno>3 </span>Basic Font
jdaggett@6699 252 Properties</a>
jdaggett@484 253 <ul class=toc>
jdaggett@1662 254 <li><a href="#font-family-prop"><span class=secno>3.1 </span>Font
jdaggett@1662 255 family: the font-family property</a>
jdaggett@514 256 <ul class=toc>
jdaggett@1244 257 <li><a href="#generic-font-families"><span class=secno>3.1.1
jdaggett@1244 258 </span>Generic font families</a>
jdaggett@514 259 </ul>
jdaggett@484 260
jdaggett@1662 261 <li><a href="#font-weight-prop"><span class=secno>3.2 </span>Font
jdaggett@1662 262 weight: the font-weight property</a>
jdaggett@1662 263
jdaggett@1662 264 <li><a href="#font-stretch-prop"><span class=secno>3.3 </span>Font
jdaggett@1662 265 width: the font-stretch property</a>
jdaggett@1662 266
jdaggett@1662 267 <li><a href="#font-style-prop"><span class=secno>3.4 </span>Font style:
jdaggett@1662 268 the font-style property</a>
jdaggett@1662 269
jdaggett@1662 270 <li><a href="#font-size-prop"><span class=secno>3.5 </span>Font size:
jdaggett@1662 271 the font-size property</a>
jdaggett@1662 272
jdaggett@1662 273 <li><a href="#font-size-adjust-prop"><span class=secno>3.6
jdaggett@1662 274 </span>Relative sizing: the font-size-adjust property</a>
jdaggett@1662 275
jdaggett@1662 276 <li><a href="#font-prop"><span class=secno>3.7 </span>Shorthand font
jdaggett@1662 277 property: the font property</a>
jdaggett@2457 278
jdaggett@2487 279 <li><a href="#font-synthesis-prop"><span class=secno>3.8
jdaggett@2487 280 </span>Controlling synthetic faces: the font-synthesis property</a>
jdaggett@484 281 </ul>
jdaggett@484 282
jdaggett@890 283 <li><a href="#font-resources"><span class=secno>4 </span>Font
jdaggett@6699 284 Resources</a>
jdaggett@512 285 <ul class=toc>
jdaggett@1662 286 <li><a href="#font-face-rule"><span class=secno>4.1 </span>The
jdaggett@7096 287 <code>@font-face</code> rule</a>
jdaggett@1244 288
jdaggett@1662 289 <li><a href="#font-family-desc"><span class=secno>4.2 </span>Font
jdaggett@1662 290 family: the font-family descriptor</a>
jdaggett@1662 291
jdaggett@1662 292 <li><a href="#src-desc"><span class=secno>4.3 </span>Font reference: the
jdaggett@1662 293 src descriptor</a>
jdaggett@1662 294
jdaggett@1662 295 <li><a href="#font-prop-desc"><span class=secno>4.4 </span>Font property
jdaggett@1662 296 descriptors: the font-style, font-weight, font-stretch descriptors</a>
jdaggett@1662 297
jdaggett@1662 298 <li><a href="#unicode-range-desc"><span class=secno>4.5 </span>Character
jdaggett@1662 299 range: the unicode-range descriptor</a>
jdaggett@1662 300
jdaggett@8225 301 <li><a href="#composite-fonts"><span class=secno>4.6 </span>Using
jdaggett@8225 302 character ranges to define composite fonts</a>
jdaggett@8225 303
jdaggett@8225 304 <li><a href="#font-rend-desc"><span class=secno>4.7 </span>Font
jdaggett@1732 305 features: the font-variant and font-feature-settings descriptors</a>
jdaggett@2563 306
jdaggett@8225 307 <li><a href="#font-face-loading"><span class=secno>4.8 </span>Font
jdaggett@2563 308 loading guidelines</a>
jdaggett@2737 309
jdaggett@8225 310 <li><a href="#same-origin-restriction"><span class=secno>4.9
jdaggett@2737 311 </span>Same-origin restriction for fonts</a>
jdaggett@2740 312 <ul class=toc>
jdaggett@8225 313 <li><a href="#default-same-origin-restriction"><span class=secno>4.9.1
jdaggett@2740 314 </span>Default same-origin restriction</a>
jdaggett@2740 315
jdaggett@2740 316 <li><a href="#allowing-cross-origin-font-loading"><span
jdaggett@8225 317 class=secno>4.9.2 </span>Allowing cross-origin font loading</a>
jdaggett@2740 318 </ul>
jdaggett@512 319 </ul>
jdaggett@484 320
jdaggett@1244 321 <li><a href="#font-matching-algorithm"><span class=secno>5 </span>Font
jdaggett@6699 322 Matching Algorithm</a>
jdaggett@2457 323 <ul class=toc>
jdaggett@7309 324 <li><a href="#font-family-casing"><span class=secno>5.1 </span>Case
jdaggett@7309 325 sensitivity of font family names</a>
jdaggett@7309 326
jdaggett@7309 327 <li><a href="#font-style-matching"><span class=secno>5.2 </span>Matching
jdaggett@2457 328 font styles</a>
jdaggett@2457 329
jdaggett@7309 330 <li><a href="#cluster-matching"><span class=secno>5.3 </span>Cluster
jdaggett@6701 331 matching</a>
jdaggett@6701 332
jdaggett@7309 333 <li><a href="#char-handling-issues"><span class=secno>5.4
jdaggett@2457 334 </span>Character handling issues</a>
jdaggett@2509 335
jdaggett@7309 336 <li><a href="#font-matching-changes"><span class=secno>5.5 </span>Font
jdaggett@2509 337 matching changes since CSS 2.1</a>
jdaggett@6701 338
jdaggett@7309 339 <li><a href="#font-matching-examples"><span class=secno>5.6 </span>Font
jdaggett@6701 340 matching examples</a>
jdaggett@2457 341 </ul>
jdaggett@1244 342
jdaggett@6699 343 <li><a href="#font-rend-props"><span class=secno>6 </span>Font Feature
jdaggett@6699 344 Properties</a>
jdaggett@1662 345 <ul class=toc>
jdaggett@1856 346 <li><a href="#glyph-selection-positioning"><span class=secno>6.1
jdaggett@1856 347 </span>Glyph selection and positioning</a>
jdaggett@1856 348
jdaggett@1856 349 <li><a href="#language-specific-support"><span class=secno>6.2
jdaggett@1856 350 </span>Language-specific display</a>
jdaggett@1856 351
jdaggett@1856 352 <li><a href="#font-kerning-prop"><span class=secno>6.3 </span>Kerning:
jdaggett@1662 353 the font-kerning property</a>
jdaggett@1662 354
jdaggett@6176 355 <li><a href="#font-variant-ligatures-prop"><span class=secno>6.4
jdaggett@6176 356 </span>Ligatures: the font-variant-ligatures property</a>
jdaggett@6176 357
jdaggett@6176 358 <li><a href="#font-variant-position-prop"><span class=secno>6.5
jdaggett@3638 359 </span>Subscript and superscript forms: the font-variant-position
jdaggett@3638 360 property</a>
jdaggett@1856 361
jdaggett@2118 362 <li><a href="#font-variant-caps-prop"><span class=secno>6.6
jdaggett@2118 363 </span>Capitalization: the font-variant-caps property</a>
jdaggett@2118 364
jdaggett@2118 365 <li><a href="#font-variant-numeric-prop"><span class=secno>6.7
jdaggett@2118 366 </span>Numerical formatting: the font-variant-numeric property</a>
jdaggett@2118 367
jdaggett@2118 368 <li><a href="#font-variant-alternates-prop"><span class=secno>6.8
jdaggett@1662 369 </span>Alternates and swashes: the font-variant-alternates property</a>
jdaggett@1662 370
jdaggett@1662 371
jdaggett@2472 372 <li><a href="#font-feature-values"><span class=secno>6.9 </span>Defining
jdaggett@7096 373 font specific alternates: the <code>@font-feature-values</code>
jdaggett@7096 374 rule</a>
jdaggett@2118 375
jdaggett@2118 376 <li><a href="#font-variant-east-asian-prop"><span class=secno>6.10
jdaggett@1662 377 </span>East Asian text rendering: the font-variant-east-asian
jdaggett@1662 378 property</a>
jdaggett@1662 379
jdaggett@2118 380 <li><a href="#font-variant-prop"><span class=secno>6.11 </span>Overall
jdaggett@1662 381 shorthand for font rendering: the font-variant property</a>
jdaggett@1662 382
jdaggett@2118 383 <li><a href="#font-feature-settings-prop"><span class=secno>6.12
jdaggett@2509 384 </span>Low-level font feature settings control: the
jdaggett@2509 385 font-feature-settings property</a>
jdaggett@1662 386
jdaggett@2118 387 <li><a href="#font-language-override-prop"><span class=secno>6.13
jdaggett@1732 388 </span>Font language override: the font-language-override property</a>
jdaggett@1662 389 </ul>
jdaggett@1662 390
jdaggett@6176 391 <li><a href="#font-feature-resolution"><span class=secno>7 </span>Font
jdaggett@6699 392 Feature Resolution </a>
jdaggett@6699 393 <ul class=toc>
jdaggett@6699 394 <li><a href="#default-features"><span class=secno>7.1 </span>Default
jdaggett@6699 395 features</a>
jdaggett@6699 396
jdaggett@6699 397 <li><a href="#feature-precedence"><span class=secno>7.2 </span>Feature
jdaggett@6699 398 precedence</a>
jdaggett@6699 399
jdaggett@6699 400 <li><a href="#feature-precedence-examples"><span class=secno>7.3
jdaggett@6699 401 </span>Feature precedence examples</a>
jdaggett@6699 402 </ul>
jdaggett@6699 403
jdaggett@7021 404 <li><a href="#object-model"><span class=secno>8 </span>Object Model</a>
jdaggett@7021 405 <ul class=toc>
jdaggett@7021 406 <li><a href="#om-fontface"><span class=secno>8.1 </span>The
jdaggett@7021 407 <code>CSSFontFaceRule</code> interface</a>
jdaggett@7021 408
jdaggett@7021 409 <li><a href="#om-fontfeaturevalues"><span class=secno>8.2 </span>The
jdaggett@7021 410 <code>CSSFontFeatureValuesRule</code> interface</a>
jdaggett@7021 411 </ul>
jdaggett@7021 412
jdaggett@2737 413 <li class=no-num><a href="#platform-props-to-css">Appendix A: Mapping
jdaggett@1662 414 platform font properties to CSS properties</a>
jdaggett@1662 415
jdaggett@2472 416 <li class=no-num><a href="#ch-ch-ch-changes">Changes</a>
jdaggett@2472 417 <ul class=toc>
jdaggett@7442 418 <li class=no-num><a href="#recent-changes"> Changes from the February
jdaggett@7442 419 2013 CSS3 Fonts Working Draft</a>
jdaggett@2472 420 </ul>
jdaggett@2472 421
jdaggett@529 422 <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
jdaggett@529 423
jdaggett@7242 424 <li class=no-num><a href="#conformance"> Conformance</a>
jdaggett@7242 425 <ul class=toc>
jdaggett@7242 426 <li class=no-num><a href="#conventions"> Document Conventions</a>
jdaggett@7242 427
jdaggett@7242 428 <li class=no-num><a href="#conformance-classes"> Conformance Classes</a>
jdaggett@7242 429
jdaggett@7242 430
jdaggett@7242 431 <li class=no-num><a href="#partial"> Partial Implementations</a>
jdaggett@7242 432
jdaggett@7242 433 <li class=no-num><a href="#experimental"> Experimental
jdaggett@7242 434 Implementations</a>
jdaggett@7242 435
jdaggett@7242 436 <li class=no-num><a href="#testing"> Non-Experimental
jdaggett@7242 437 Implementations</a>
jdaggett@7242 438 </ul>
jdaggett@7242 439
jdaggett@484 440 <li class=no-num><a href="#references">References</a>
jdaggett@484 441 <ul class=toc>
jdaggett@1662 442 <li class=no-num><a href="#normative-references">Normative
jdaggett@1662 443 References</a>
jdaggett@1662 444
jdaggett@1662 445 <li class=no-num><a href="#other-references">Other References</a>
jdaggett@484 446 </ul>
jdaggett@484 447
jdaggett@484 448 <li class=no-num><a href="#index">Index</a>
jdaggett@484 449
jdaggett@484 450 <li class=no-num><a href="#property-index">Property index</a>
jdaggett@484 451 </ul>
jdaggett@484 452 <!--end-toc-->
jdaggett@484 453
jdaggett@890 454 <h2 id=introduction><span class=secno>1 </span>Introduction</h2>
jdaggett@545 455
jdaggett@1148 456 <p>A font provides a resource containing the visual representation of
jdaggett@1662 457 characters. At the simplest level it contains information that maps
jdaggett@1662 458 character codes to shapes (called glyphs) that represent these characters.
jdaggett@1662 459 Fonts sharing a common design style are commonly grouped into font
jdaggett@1662 460 families classified by a set of standard font properties. Within a family,
jdaggett@1662 461 the shape displayed for a given character can vary by stroke weight, slant
jdaggett@7311 462 or relative width, among others. An individual font face is described by a
jdaggett@1662 463 unique combination of these properties. For a given range of text, CSS
jdaggett@1662 464 font properties are used to select a font family and a specific font face
jdaggett@1662 465 within that family to be used when rendering that text. As a simple
jdaggett@1662 466 example, to use the bold form of Helvetica one could use:
jdaggett@1148 467
jdaggett@1148 468 <pre>body {
jdaggett@1148 469 font-family: Helvetica;
jdaggett@1148 470 font-weight: bold;
jdaggett@1148 471 }</pre>
jdaggett@1148 472
jdaggett@7311 473 <p>Font resources may be installed locally on the system on which a user
jdaggett@7311 474 agent is running or downloadable. For local font resources descriptive
jdaggett@1148 475 information can be obtained directly from the font resource. For
jdaggett@1148 476 downloadable font resources (sometimes referred to as web fonts), the
jdaggett@1148 477 descriptive information is included with the reference to the font
jdaggett@1148 478 resource.
jdaggett@1148 479
jdaggett@1148 480 <p>Families of fonts typically don't contain a single face for each
jdaggett@1148 481 possible variation of font properties. The CSS font selection mechanism
jdaggett@7311 482 describes how to match a given set of CSS font properties to a single font
jdaggett@1148 483 face.
jdaggett@890 484
jdaggett@1244 485 <h2 id=typography-background><span class=secno>2 </span>Typography
jdaggett@1244 486 Background</h2>
jdaggett@890 487
jdaggett@7311 488 <p><em>This section is non-normative.</em>
jdaggett@7311 489
jdaggett@7311 490 <p> Typographic traditions vary across the globe, so there is no unique way
jdaggett@890 491 to classify all fonts across languages and cultures. For even common Latin
jdaggett@890 492 letters, wide variations are possible:
jdaggett@497 493
jdaggett@1150 494 <div class=figure><img alt="variations in glyphs for a single character"
jdaggett@1150 495 src=aaaaaa.png>
jdaggett@890 496 <p class=caption>One character, many glyph variations
jdaggett@498 497 </div>
jdaggett@497 498
jdaggett@497 499 <p>Differences in the anatomy of letterforms is one way to distinguish
jdaggett@497 500 fonts. For Latin fonts, flourishes at the ends of a character's main
jdaggett@497 501 strokes, or serifs, can distinguish a font from those without. Similar
jdaggett@534 502 comparisons exist in non-Latin fonts between fonts with tapered strokes
jdaggett@534 503 and those using primarily uniform strokes:
jdaggett@497 504
jdaggett@1150 505 <div class=figure><img alt="serif vs. non-serifs" src=serifvssansserif.png>
jdaggett@890 506 <p class=caption>Letterforms with and without serifs
jdaggett@534 507 </div>
jdaggett@534 508
jdaggett@1150 509 <div class=figure><img alt="serif vs. non-serifs for japanese"
jdaggett@1150 510 src=minchovsgothic.png>
jdaggett@890 511 <p class=caption>Similar groupings for Japanese typefaces
jdaggett@498 512 </div>
jdaggett@497 513
jdaggett@497 514 <p>Fonts contain letterforms and the data needed to map characters to these
jdaggett@7311 515 letterforms. Often this may be a simple one-to-one mapping, but more
jdaggett@497 516 complex mappings are also possible. The use of combining diacritic marks
jdaggett@497 517 creates many variations for an underlying letterform:
jdaggett@497 518
jdaggett@1150 519 <div class=figure><img alt="diacritic marks" src=aaaaaa-diacritics.png>
jdaggett@890 520 <p class=caption>Variations with diacritic marks
jdaggett@498 521 </div>
jdaggett@525 522
jdaggett@497 523 <p>A sequence of characters can be represented by a single glyph known as a
jdaggett@497 524 ligature:
jdaggett@497 525
jdaggett@1150 526 <div class=figure><img alt="example of a fi ligature"
jdaggett@1150 527 src=final-ligature.png>
jdaggett@890 528 <p class=caption>Ligature example
jdaggett@498 529 </div>
jdaggett@497 530
jdaggett@7311 531 <p>Visual transformations based on textual context are often stylistic
jdaggett@7311 532 option in European languages. They are required to correctly render
jdaggett@7311 533 languages like Arabic, the lam and alef characters below <em>must</em> be
jdaggett@7311 534 combined when they exist in sequence:
jdaggett@497 535
jdaggett@1150 536 <div class=figure><img alt="lam alef ligature" src=lamaleflig.png>
jdaggett@890 537 <p class=caption>Required Arabic ligature
jdaggett@498 538 </div>
jdaggett@497 539
jdaggett@498 540 <p>The relative complexity of these shaping transformations requires
jdaggett@498 541 additional data within the font.
jdaggett@497 542
jdaggett@497 543 <p>Sets of font faces with various stylistic variations are often grouped
jdaggett@512 544 together into font families. In the simplest case a regular face is
jdaggett@7311 545 supplemented with bold and italic faces, but much more extensive groupings
jdaggett@7311 546 are possible. Variations in the thickness of letterform strokes, the <dfn
jdaggett@7311 547 id=weight>weight</dfn>, and the overall proportions of the letterform, the
jdaggett@7311 548 <dfn id=width>width</dfn>, are most common. In the example below, each
jdaggett@7311 549 letter uses a different font face within the Univers font family. The
jdaggett@7311 550 width used increases from top to bottom and the weight increases from left
jdaggett@7311 551 to right:
jdaggett@497 552
jdaggett@1150 553 <div class=figure><img alt="various width and weight variations within a
jdaggett@1150 554 single family" src=weightwidthvariations.png>
jdaggett@890 555 <p class=caption>Weight and width variations within a single font family
jdaggett@498 556 </div>
jdaggett@497 557
jdaggett@545 558 <p>Creating fonts that support multiple scripts is a difficult task;
jdaggett@1148 559 designers need to understand the cultural traditions surrounding the use
jdaggett@1148 560 of type in different scripts and come up with letterforms that somehow
jdaggett@1148 561 share a common theme. Many languages often share a common script and each
jdaggett@7311 562 of these languages may have noticeable stylistic differences. For example,
jdaggett@7311 563 the Arabic script is shared by Persian and Urdu and Cyrillic is used with
jdaggett@7311 564 many languages, not just Russian.
jdaggett@518 565
jdaggett@8225 566 <p>The <a href="#character-map"><em>character map</em></a> of a font
jdaggett@8225 567 defines the mapping of characters to glyphs for that font. If a document
jdaggett@8225 568 contains characters not supported by the <a href="#character-map"><em
jdaggett@8225 569 title="character map">character maps</em></a> of the fonts contained in a
jdaggett@8225 570 font family list, a user agent may use a system font fallback procedure to
jdaggett@8225 571 locate an appropriate font that does. If no appropriate font can be found,
jdaggett@8225 572 some form of "missing glyph" character will be rendered by the user agent.
jdaggett@8225 573 System fallback can occur when the specified list of font families does
jdaggett@8225 574 not include a font that supports a given character.
jdaggett@8225 575
jdaggett@8225 576 <p>Although the <a href="#character-map"><em>character map</em></a> of a
jdaggett@8225 577 font maps a given character to a glyph for that character, modern font
jdaggett@8225 578 technologies such as OpenType and AAT (Apple Advanced Typography) provide
jdaggett@8225 579 ways of mapping a character to different glyphs based upon feature
jdaggett@8225 580 settings. Fonts in these formats allow these features to be embedded in
jdaggett@8225 581 the font itself and controlled by applications. Common typographic
jdaggett@8225 582 features which can be specified this way include ligatures, swashes,
jdaggett@8225 583 contextual alternates, proportional and tabular figures, and automatic
jdaggett@8225 584 fractions, to list just a few. For a visual overview of OpenType features,
jdaggett@8225 585 see the <a href="#OPENTYPE-FONT-GUIDE"
jdaggett@6659 586 rel=biblioentry>[OPENTYPE-FONT-GUIDE]<!--{{OPENTYPE-FONT-GUIDE}}--></a>.
jdaggett@1662 587
jdaggett@6699 588 <h2 id=basic-font-props><span class=secno>3 </span>Basic Font Properties</h2>
jdaggett@512 589
jdaggett@512 590 <p>The particular font face used to render a character is determined by the
jdaggett@515 591 font family and other font properties that apply to a given element. This
jdaggett@515 592 structure allows settings to be varied independent of each other.</p>
jdaggett@512 593 <!-- prop: font-family -->
jdaggett@484 594
jdaggett@1662 595 <h3 id=font-family-prop><span class=secno>3.1 </span>Font family: the <a
jdaggett@1662 596 href="#propdef-font-family">font-family</a> property</h3>
jdaggett@1662 597
jdaggett@8225 598 <table class=propdef id=namefont-familyvalue-ltfamily-namegt-ltg>
jdaggett@484 599 <tbody>
jdaggett@484 600 <tr>
jdaggett@484 601 <td>Name:
jdaggett@484 602
jdaggett@1662 603 <td><dfn id=propdef-font-family>font-family</dfn>
jdaggett@484 604
jdaggett@484 605 <tr>
jdaggett@484 606 <td>Value:
jdaggett@484 607
jdaggett@8225 608 <td>[ <a href="#family-name-value"><var>&lt;family-name&gt;</var></a> |
jdaggett@8225 609 <a href="#generic-family-value"><var>&lt;generic-family&gt;</var></a> ]
jdaggett@8225 610 #
jdaggett@484 611
jdaggett@484 612 <tr>
jdaggett@484 613 <td>Initial:
jdaggett@484 614
jdaggett@484 615 <td>depends on user agent
jdaggett@484 616
jdaggett@484 617 <tr>
jdaggett@484 618 <td>Applies to:
jdaggett@484 619
jdaggett@484 620 <td>all elements
jdaggett@484 621
jdaggett@484 622 <tr>
jdaggett@484 623 <td>Inherited:
jdaggett@484 624
jdaggett@484 625 <td>yes
jdaggett@484 626
jdaggett@484 627 <tr>
jdaggett@484 628 <td>Percentages:
jdaggett@484 629
jdaggett@484 630 <td>N/A
jdaggett@484 631
jdaggett@484 632 <tr>
jdaggett@484 633 <td>Media:
jdaggett@484 634
jdaggett@484 635 <td>visual
jdaggett@484 636
jdaggett@484 637 <tr>
jdaggett@1148 638 <td>Computed value:
jdaggett@484 639
jdaggett@484 640 <td>as specified
jdaggett@7377 641
jdaggett@7377 642 <tr>
jdaggett@7377 643 <td>Animatable:
jdaggett@7377 644
jdaggett@7377 645 <td>no
jdaggett@484 646 </table>
jdaggett@484 647
jdaggett@514 648 <p>This property specifies a prioritized list of font family names or
jdaggett@6694 649 generic family names. A font family defines a set of faces that vary in
jdaggett@6694 650 weight, width or slope. CSS uses the combination of a family name with
jdaggett@6694 651 other style attributes to select an individual face. Using this selection
jdaggett@6694 652 mechanism, rather than selecting a face via the style name as is often
jdaggett@6694 653 done in design applications, allows some degree of regularity in textual
jdaggett@6694 654 display when fallback occurs.
jdaggett@6694 655
jdaggett@6694 656 <p class=note>Designers should note that the CSS definition of font
jdaggett@6694 657 attributes used for selection are explicitly not intended to define a font
jdaggett@6694 658 taxonomy. A type designer's idea of a family may often extend to a set of
jdaggett@6694 659 faces that vary along axes other than just the standard axes of weight,
jdaggett@6694 660 width and slope. A family may extend to include both a set of serif faces
jdaggett@6694 661 and a set of sans-serif faces or vary along axes that are unique to that
jdaggett@6694 662 family. The CSS font selection mechanism merely provides a way to
jdaggett@6694 663 determine the “closest” substitute when substitution is necessary.
jdaggett@6694 664
jdaggett@6694 665 <p>Unlike other CSS properties, component values are a comma-separated list
jdaggett@6694 666 indicating alternatives. A user agent iterates through the list of family
jdaggett@6694 667 names until it matches an available font that contains a glyph for the
jdaggett@6694 668 character to be rendered. This allows for differences in available fonts
jdaggett@6694 669 across platforms and for differences in the range of characters supported
jdaggett@6694 670 by individual fonts.
jdaggett@514 671
jdaggett@514 672 <p>A font family name only specifies a name given to a set of font faces,
jdaggett@8177 673 it does not specify an individual face. For example, given the
jdaggett@8177 674 availability of the fonts below, Futura would match but Futura Medium
jdaggett@8177 675 would not:
jdaggett@514 676
jdaggett@1150 677 <div class=figure><img alt="family and face names"
jdaggett@1150 678 src=familyvsfacename.png>
jdaggett@890 679 <p class=caption>Family and individual face names
jdaggett@514 680 </div>
jdaggett@514 681
jdaggett@514 682 <p>Consider the example below:
jdaggett@512 683
jdaggett@512 684 <div class=example>
jdaggett@514 685 <pre>body {
jdaggett@514 686 font-family: Helvetica, Verdana, sans-serif;
jdaggett@514 687 }</pre>
jdaggett@1758 688
jdaggett@1758 689 <p>If Helvetica is available it will be used when rendering. If neither
jdaggett@1758 690 Helvetica nor Verdana is present, then the user-agent-defined sans serif
jdaggett@1758 691 font will be used.</p>
jdaggett@512 692 </div>
jdaggett@512 693
jdaggett@514 694 <p>There are two types of font family names:
jdaggett@512 695
jdaggett@512 696 <dl>
jdaggett@8225 697 <dt><dfn id=family-name-value><var>&lt;family-name&gt;</var></dfn>
jdaggett@514 698
jdaggett@514 699 <dd>The name of a font family of choice such as Helvetica or Verdana in
jdaggett@2457 700 the previous example.
jdaggett@514 701
jdaggett@8225 702 <dt><dfn id=generic-family-value><var>&lt;generic-family&gt;</var></dfn>
jdaggett@514 703
jdaggett@4624 704 <dd> The following generic family keywords are defined: ‘<a
jdaggett@4624 705 href="#serif"><code class=property>serif</code></a>’, ‘<a
jdaggett@4624 706 href="#sans-serif"><code class=property>sans-serif</code></a>’, ‘<a
jdaggett@4624 707 href="#cursive"><code class=property>cursive</code></a>’, ‘<a
jdaggett@4624 708 href="#fantasy"><code class=property>fantasy</code></a>’, and ‘<a
jdaggett@4624 709 href="#monospace"><code class=property>monospace</code></a>’. These
jdaggett@1148 710 keywords can be used as a general fallback mechanism when an author's
jdaggett@1758 711 desired font choices are not available. As keywords, they must not be
jdaggett@1148 712 quoted. Authors are encouraged to append a generic font family as a last
jdaggett@1148 713 alternative for improved robustness.
jdaggett@512 714 </dl>
jdaggett@512 715
jdaggett@2457 716 <p>Font family names must either be given quoted as <a
jdaggett@2457 717 href="//www.w3.org/TR/CSS21/syndata.html#strings">strings,</a> or unquoted
jdaggett@2457 718 as a sequence of one or more <a
jdaggett@2457 719 href="//www.w3.org/TR/CSS21/syndata.html#value-def-identifier">identifiers.</a>
jdaggett@2457 720 This means most punctuation characters and digits at the start of each
jdaggett@2457 721 token must be escaped in unquoted font family names.
jdaggett@2457 722
jdaggett@7377 723 <p>To illustrate this, the following declarations are invalid:
jdaggett@2457 724
jdaggett@2457 725 <pre>
jdaggett@2457 726 font-family: Red/Black, sans-serif;
jdaggett@2457 727 font-family: "Lucida" Grande, sans-serif;
jdaggett@2457 728 font-family: Ahem!, sans-serif;
jdaggett@2457 729 font-family: test@foo, sans-serif;
jdaggett@2457 730 font-family: #POUND, sans-serif;
jdaggett@2457 731 font-family: Hawaii 5-0, sans-serif;
jdaggett@2457 732 </pre>
jdaggett@2457 733
jdaggett@2457 734 <p>If a sequence of identifiers is given as a font family name, the
jdaggett@2457 735 computed value is the name converted to a string by joining all the
jdaggett@2457 736 identifiers in the sequence by single spaces.
jdaggett@2457 737
jdaggett@2457 738 <p>To avoid mistakes in escaping, it is recommended to quote font family
jdaggett@2457 739 names that contain white space, digits, or punctuation characters other
jdaggett@2457 740 than hyphens:
jdaggett@2457 741
jdaggett@2457 742 <pre>
jdaggett@2457 743 body { font-family: "New Century Schoolbook", serif }
jdaggett@2457 744
jdaggett@2457 745 &lt;BODY STYLE="font-family: '21st Century', fantasy">
jdaggett@2457 746 </pre>
jdaggett@2457 747
jdaggett@2457 748 <p>Font family <em>names</em> that happen to be the same as a keyword value
jdaggett@4624 749 (‘<code class=property>inherit</code>’, ‘<a href="#serif"><code
jdaggett@4624 750 class=property>serif</code></a>’, ‘<a href="#sans-serif"><code
jdaggett@4624 751 class=property>sans-serif</code></a>’, ‘<a href="#monospace"><code
jdaggett@4624 752 class=property>monospace</code></a>’, ‘<a href="#fantasy"><code
jdaggett@4624 753 class=property>fantasy</code></a>’, and ‘<a href="#cursive"><code
jdaggett@4624 754 class=property>cursive</code></a>’) must be quoted to prevent confusion
jdaggett@2457 755 with the keywords with the same names. The keywords ‘<code
jdaggett@2457 756 class=property>initial</code>’ and ‘<code
jdaggett@2457 757 class=property>default</code>’ are reserved for future use and must also
jdaggett@2457 758 be quoted when used as font names. UAs must not consider these keywords as
jdaggett@8225 759 matching the <a
jdaggett@8225 760 href="#family-name-value"><var>&lt;family-name&gt;</var></a> type.
jdaggett@2457 761
jdaggett@6694 762 <p>The precise way a set of fonts are grouped into font families varies
jdaggett@6694 763 depending upon the platform font management API's. The Windows GDI API
jdaggett@6694 764 only allows four faces to be grouped into a family while the DirectWrite
jdaggett@6694 765 API and API's on OSX and other platforms support font families with a
jdaggett@6695 766 variety of weights, widths and slopes (see <a
jdaggett@6694 767 href="#platform-props-to-css">Appendix A</a> for more details).
jdaggett@6694 768
jdaggett@2457 769 <p>Some font formats allow fonts to carry multiple localizations of the
jdaggett@2457 770 family name. User agents must recognize and correctly match all of these
jdaggett@2457 771 names independent of the underlying platform localization, system API used
jdaggett@2457 772 or document encoding:
jdaggett@2457 773
jdaggett@2457 774 <div class=figure><img alt="examples of localized family names"
jdaggett@2457 775 src=localizedfamilynames.png>
jdaggett@2457 776 <p class=caption>Localized family names
jdaggett@2457 777 </div>
jdaggett@2457 778
jdaggett@1244 779 <h4 id=generic-font-families><span class=secno>3.1.1 </span>Generic font
jdaggett@1244 780 families</h4>
jdaggett@514 781
jdaggett@518 782 <p>All five generic font families are defined to exist in all CSS
jdaggett@518 783 implementations (they need not necessarily map to five distinct actual
jdaggett@518 784 fonts). User agents should provide reasonable default choices for the
jdaggett@518 785 generic font families, which express the characteristics of each family as
jdaggett@518 786 well as possible within the limits allowed by the underlying technology.
jdaggett@518 787 User agents are encouraged to allow users to select alternative choices
jdaggett@514 788 for the generic fonts.
jdaggett@514 789
jdaggett@890 790 <h5 class="no-num no-toc"> <span class=index-def id=serif0 title="serif,
jdaggett@890 791 definition of"><a name=serif-def><dfn id=serif>serif</dfn></a></span></h5>
jdaggett@514 792
jdaggett@8178 793 <p>Serif fonts represent the formal text style for a script. This often
jdaggett@8178 794 means but is not limited to glyphs that have finishing strokes, flared or
jdaggett@8178 795 tapering ends, or have actual serifed endings (including slab serifs).
jdaggett@8178 796 Serif fonts are typically proportionately-spaced. They often display a
jdaggett@8178 797 greater variation between thick and thin strokes than fonts from the ‘<a
jdaggett@8178 798 href="#sans-serif"><code class=property>sans-serif</code></a>’ generic
jdaggett@8178 799 font family. CSS uses the term ‘<a href="#serif"><code
jdaggett@8178 800 class=property>serif</code></a>’ to apply to a font for any script,
jdaggett@8178 801 although other names may be more familiar for particular scripts, such as
jdaggett@8178 802 Mincho (Japanese), Sung, Song or Kai (Chinese), Batang (Korean). For
jdaggett@8178 803 Arabic, the Naskh style would correspond to ‘<a href="#serif"><code
jdaggett@8178 804 class=property>serif</code></a>’ more due to its typographic role rather
jdaggett@8178 805 than its actual design style. Any font that is so described may be used to
jdaggett@4624 806 represent the generic ‘<a href="#serif"><code
jdaggett@4624 807 class=property>serif</code></a>’ family.
jdaggett@514 808
jdaggett@1150 809 <div class=figure><img alt="sample serif fonts" src=serifexamples.png>
jdaggett@890 810 <p class=caption>Sample serif fonts
jdaggett@514 811 </div>
jdaggett@514 812
jdaggett@890 813 <h5 class="no-num no-toc"> <span class=index-def id=sans-serif0
jdaggett@890 814 title="sans-serif, definition of"> <a name=sans-serif-def><dfn
jdaggett@890 815 id=sans-serif>sans-serif</dfn></a></span></h5>
jdaggett@514 816
jdaggett@8178 817 <p>Glyphs in sans-serif fonts, as the term is used in CSS, are generally
jdaggett@8178 818 low contrast (vertical and horizontal stems have the close to the same
jdaggett@8178 819 thickness) and have stroke endings that are plain -- without any flaring,
jdaggett@8178 820 cross stroke, or other ornamentation. Sans-serif fonts are typically
jdaggett@8178 821 proportionately-spaced. They often have little variation between thick and
jdaggett@8178 822 thin strokes, compared to fonts from the ‘<a href="#serif"><code
jdaggett@4624 823 class=property>serif</code></a>’ family. CSS uses the term ‘<a
jdaggett@4624 824 href="#sans-serif"><code class=property>sans-serif</code></a>’ to apply
jdaggett@4624 825 to a font for any script, although other names may be more familiar for
jdaggett@3041 826 particular scripts, such as Gothic (Japanese), Hei (Chinese), or Gulim
jdaggett@1148 827 (Korean). Any font that is so described may be used to represent the
jdaggett@4624 828 generic ‘<a href="#sans-serif"><code
jdaggett@4624 829 class=property>sans-serif</code></a>’ family.
jdaggett@518 830
jdaggett@1150 831 <div class=figure><img alt="sample sans-serif fonts"
jdaggett@1150 832 src=sansserifexamples.png>
jdaggett@890 833 <p class=caption>Sample sans-serif fonts
jdaggett@514 834 </div>
jdaggett@514 835
jdaggett@890 836 <h5 class="no-num no-toc"> <span class=index-def id=cursive0
jdaggett@545 837 title="cursive, definition of"> <a name=cursive-def><dfn
jdaggett@890 838 id=cursive>cursive</dfn></a></span></h5>
jdaggett@545 839
jdaggett@8178 840 <p>Glyphs in cursive fonts generally use a more informal script style, and
jdaggett@8178 841 the result looks more like handwritten pen or brush writing than printed
jdaggett@8178 842 letterwork. CSS uses the term ‘<a href="#cursive"><code
jdaggett@8178 843 class=property>cursive</code></a>’ to apply to a font for any script,
jdaggett@8178 844 although other names such as Chancery, Brush, Swing and Script are also
jdaggett@8178 845 used in font names.
jdaggett@514 846
jdaggett@1150 847 <div class=figure><img alt="sample cursive fonts" src=cursiveexamples.png>
jdaggett@890 848 <p class=caption>Sample cursive fonts
jdaggett@514 849 </div>
jdaggett@514 850
jdaggett@890 851 <h5 class="no-num no-toc"> <span class=index-def id=fantasy0
jdaggett@545 852 title="fantasy, definition of"> <a name=fantasy-def><dfn
jdaggett@890 853 id=fantasy>fantasy</dfn></a></span></h5>
jdaggett@514 854
jdaggett@8178 855 <p>Fantasy fonts are primarily decorative or expressive fonts that contain
jdaggett@8178 856 playful representations of characters. These do not include Pi or Picture
jdaggett@8178 857 fonts which do not represent actual characters.
jdaggett@514 858
jdaggett@1150 859 <div class=figure><img alt="sample fantasy fonts" src=fantasyexamples.png>
jdaggett@890 860 <p class=caption>Sample fantasy fonts
jdaggett@514 861 </div>
jdaggett@514 862
jdaggett@890 863 <h5 class="no-num no-toc"> <span class=index-def id=monospace0
jdaggett@545 864 title="monospace, definition of"> <a name=monospace-def><dfn
jdaggett@890 865 id=monospace>monospace</dfn></a></span></h5>
jdaggett@514 866
jdaggett@514 867 <p>The sole criterion of a monospace font is that all glyphs have the same
jdaggett@518 868 fixed width. This is often used to render samples of computer code.
jdaggett@514 869
jdaggett@1150 870 <div class=figure><img alt="sample monospace fonts"
jdaggett@1150 871 src=monospaceexamples.png>
jdaggett@890 872 <p class=caption>Sample monospace fonts
jdaggett@514 873 </div>
jdaggett@512 874 <!-- prop: font-weight -->
jdaggett@512 875
jdaggett@1662 876 <h3 id=font-weight-prop><span class=secno>3.2 </span>Font weight: the <a
jdaggett@1662 877 href="#propdef-font-weight">font-weight</a> property</h3>
jdaggett@1662 878
jdaggett@4624 879 <table class=propdef id=namefont-weightvaluenormal-bold-bolder-l>
jdaggett@484 880 <tbody>
jdaggett@484 881 <tr>
jdaggett@484 882 <td>Name:
jdaggett@484 883
jdaggett@1662 884 <td><dfn id=propdef-font-weight>font-weight</dfn>
jdaggett@484 885
jdaggett@484 886 <tr>
jdaggett@484 887 <td>Value:
jdaggett@484 888
jdaggett@484 889 <td>normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600
jdaggett@5809 890 | 700 | 800 | 900
jdaggett@484 891
jdaggett@484 892 <tr>
jdaggett@484 893 <td>Initial:
jdaggett@484 894
jdaggett@484 895 <td>normal
jdaggett@484 896
jdaggett@484 897 <tr>
jdaggett@484 898 <td>Applies to:
jdaggett@484 899
jdaggett@484 900 <td>all elements
jdaggett@484 901
jdaggett@484 902 <tr>
jdaggett@484 903 <td>Inherited:
jdaggett@484 904
jdaggett@484 905 <td>yes
jdaggett@484 906
jdaggett@484 907 <tr>
jdaggett@484 908 <td>Percentages:
jdaggett@484 909
jdaggett@484 910 <td>N/A
jdaggett@484 911
jdaggett@484 912 <tr>
jdaggett@484 913 <td>Media:
jdaggett@484 914
jdaggett@484 915 <td>visual
jdaggett@484 916
jdaggett@484 917 <tr>
jdaggett@1148 918 <td>Computed value:
jdaggett@484 919
jdaggett@8177 920 <td>numeric weight value (see description)
jdaggett@7377 921
jdaggett@7377 922 <tr>
jdaggett@7377 923 <td>Animatable:
jdaggett@7377 924
jdaggett@7377 925 <td>as <a
jdaggett@7377 926 href="http://dev.w3.org/csswg/css3-transitions/#animtype-font-weight">font
jdaggett@7377 927 weight</a>
jdaggett@484 928 </table>
jdaggett@484 929
jdaggett@2556 930 <p>The <a class=noxref href="#font-weight-prop"><span
jdaggett@2556 931 class=property>‘<code class=property>font-weight</code>’</span></a>
jdaggett@8177 932 property specifies the weight of glyphs in the font, their degree of
jdaggett@8177 933 blackness or stroke thickness.
jdaggett@531 934
jdaggett@531 935 <p>Values have the following meanings:
jdaggett@512 936
jdaggett@512 937 <dl>
jdaggett@514 938 <dt>100 to 900
jdaggett@512 939
jdaggett@512 940 <dd>These values form an ordered sequence, where each number indicates a
jdaggett@514 941 weight that is at least as dark as its predecessor. These roughly
jdaggett@514 942 correspond to the commonly used weight names below:
jdaggett@512 943 </dl>
jdaggett@512 944
jdaggett@512 945 <ul>
jdaggett@512 946 <li>100 - Thin
jdaggett@512 947
jdaggett@518 948 <li>200 - Extra Light (Ultra Light)
jdaggett@512 949
jdaggett@512 950 <li>300 - Light
jdaggett@512 951
jdaggett@512 952 <li>400 - Normal
jdaggett@512 953
jdaggett@512 954 <li>500 - Medium
jdaggett@512 955
jdaggett@518 956 <li>600 - Semi Bold (Demi Bold)
jdaggett@512 957
jdaggett@512 958 <li>700 - Bold
jdaggett@512 959
jdaggett@518 960 <li>800 - Extra Bold (Ultra Bold)
jdaggett@512 961
jdaggett@512 962 <li>900 - Black (Heavy)
jdaggett@512 963 </ul>
jdaggett@512 964
jdaggett@512 965 <dl>
jdaggett@5809 966 <dt><a href="#normal2"><strong>normal</strong></a>
jdaggett@512 967
jdaggett@1148 968 <dd>Same as ‘<code class=css>400</code>’.
jdaggett@512 969
jdaggett@512 970 <dt><strong>bold</strong>
jdaggett@512 971
jdaggett@1148 972 <dd>Same as ‘<code class=css>700</code>’.
jdaggett@512 973
jdaggett@512 974 <dt><strong>bolder</strong>
jdaggett@512 975
jdaggett@8177 976 <dd>Specifies a bolder weight than the inherited value.
jdaggett@512 977
jdaggett@512 978 <dt><strong>lighter</strong>
jdaggett@512 979
jdaggett@8177 980 <dd>Specifies a lighter weight than the inherited value.
jdaggett@512 981 </dl>
jdaggett@512 982
jdaggett@8177 983 <p>Font formats that use a scale other than a nine-step scale should map
jdaggett@531 984 their scale onto the CSS scale so that 400 roughly corresponds with a face
jdaggett@531 985 that would be labeled as Regular, Book, Roman and 700 roughly matches a
jdaggett@531 986 face that would be labeled as Bold. Or weights may be inferred from the
jdaggett@531 987 style names, ones that correspond roughly with the scale above. The scale
jdaggett@1662 988 is relative, so a face with a larger weight value must never appear
jdaggett@1148 989 lighter. If style names are used to infer weights, care should be taken to
jdaggett@1148 990 handle variations in style names across locales.
jdaggett@531 991
jdaggett@531 992 <p>Quite often there are only a few weights available for a particular font
jdaggett@534 993 family. When a weight is specified for which no face exists, a face with a
jdaggett@534 994 nearby weight is used. In general, bold weights map to faces with heavier
jdaggett@1269 995 weights and light weights map to faces with lighter weights (see the <a
jdaggett@1269 996 href="#font-matching-algorithm">font matching section below</a> for a
jdaggett@1269 997 precise definition). The examples here illustrate which face is used for
jdaggett@1269 998 different weights, grey indicates a face for that weight does not exist so
jdaggett@1269 999 a face with a nearby weight is used:
jdaggett@532 1000
jdaggett@1150 1001 <div class=figure><img alt="weight mappings for a family with 400, 700 and
jdaggett@1150 1002 900 weights" src=optimaweights.png>
jdaggett@532 1003 <p class=caption>Weight mappings for a font family with 400, 700 and 900
jdaggett@890 1004 weight faces
jdaggett@518 1005 </div>
jdaggett@518 1006
jdaggett@1150 1007 <div class=figure><img alt="weight mappings for a family with 300, 600
jdaggett@1150 1008 weights" src=hiraginoweights.png>
jdaggett@532 1009 <p class=caption>Weight mappings for a font family with 300 and 600 weight
jdaggett@890 1010 faces
jdaggett@531 1011 </div>
jdaggett@518 1012
jdaggett@2487 1013 <p>Although the practice is not well-loved by typographers, bold faces are
jdaggett@2487 1014 often synthesized by user agents for faces that lack actual bold faces.
jdaggett@2487 1015 For the purposes of style matching, these faces must be treated as if they
jdaggett@8177 1016 exist within the family. Authors can explicitly avoid this behavior by
jdaggett@8177 1017 using the ‘<a href="#propdef-font-synthesis"><code
jdaggett@8177 1018 class=property>font-synthesis</code></a>’ property.
jdaggett@8177 1019
jdaggett@8177 1020 <p>Specified values of ‘<code class=property>bolder</code>’ and
jdaggett@8177 1021 ‘<code class=property>lighter</code>’ indicate weights relative to the
jdaggett@8177 1022 weight of the parent element. The computed weight is calculated based on
jdaggett@8177 1023 the inherited ‘<a href="#propdef-font-weight"><code
jdaggett@8177 1024 class=property>font-weight</code></a>’ value using the chart below.
jdaggett@1148 1025
jdaggett@6651 1026 <table class=data id=bolderlighter summary="Bolder/lighter mappings">
jdaggett@1148 1027 <thead>
jdaggett@1148 1028 <tr>
jdaggett@6651 1029 <th>Inherited value
jdaggett@6651 1030
jdaggett@6651 1031 <th>bolder
jdaggett@6651 1032
jdaggett@6651 1033 <th>lighter
jdaggett@1148 1034
jdaggett@1148 1035 <tbody>
jdaggett@1148 1036 <tr>
jdaggett@1244 1037 <th>100
jdaggett@1148 1038
jdaggett@1148 1039 <td>400
jdaggett@1148 1040
jdaggett@1148 1041 <td>100
jdaggett@1148 1042
jdaggett@1148 1043 <tr>
jdaggett@1244 1044 <th>200
jdaggett@1148 1045
jdaggett@1148 1046 <td>400
jdaggett@1148 1047
jdaggett@1148 1048 <td>100
jdaggett@1148 1049
jdaggett@1148 1050 <tr>
jdaggett@1244 1051 <th>300
jdaggett@1148 1052
jdaggett@1148 1053 <td>400
jdaggett@1148 1054
jdaggett@1148 1055 <td>100
jdaggett@1148 1056
jdaggett@1148 1057 <tr>
jdaggett@1244 1058 <th>400
jdaggett@1148 1059
jdaggett@1148 1060 <td>700
jdaggett@1148 1061
jdaggett@1148 1062 <td>100
jdaggett@1148 1063
jdaggett@1148 1064 <tr>
jdaggett@1244 1065 <th>500
jdaggett@1148 1066
jdaggett@1148 1067 <td>700
jdaggett@1148 1068
jdaggett@1148 1069 <td>100
jdaggett@1148 1070
jdaggett@1148 1071 <tr>
jdaggett@1244 1072 <th>600
jdaggett@1148 1073
jdaggett@1148 1074 <td>900
jdaggett@1148 1075
jdaggett@1148 1076 <td>400
jdaggett@1148 1077
jdaggett@1148 1078 <tr>
jdaggett@1244 1079 <th>700
jdaggett@1148 1080
jdaggett@1148 1081 <td>900
jdaggett@1148 1082
jdaggett@1148 1083 <td>400
jdaggett@1148 1084
jdaggett@1148 1085 <tr>
jdaggett@1244 1086 <th>800
jdaggett@1148 1087
jdaggett@1148 1088 <td>900
jdaggett@1148 1089
jdaggett@1148 1090 <td>700
jdaggett@1148 1091
jdaggett@1148 1092 <tr>
jdaggett@1244 1093 <th>900
jdaggett@1148 1094
jdaggett@1148 1095 <td>900
jdaggett@1148 1096
jdaggett@1148 1097 <td>700
jdaggett@1148 1098 </table>
jdaggett@1148 1099
jdaggett@1148 1100 <p>The table above is equivalent to selecting the next relative bolder or
jdaggett@1148 1101 lighter face, given a font family containing normal and bold faces along
jdaggett@1148 1102 with a thin and a heavy face. Authors who desire finer control over the
jdaggett@8177 1103 exact weight values used for a given element may use numerical values
jdaggett@1148 1104 instead of relative weights.</p>
jdaggett@512 1105 <!-- prop: font-stretch -->
jdaggett@512 1106
jdaggett@1662 1107 <h3 id=font-stretch-prop><span class=secno>3.3 </span>Font width: the <a
jdaggett@1662 1108 href="#propdef-font-stretch">font-stretch</a> property</h3>
jdaggett@1662 1109
jdaggett@4624 1110 <table class=propdef id=namefont-stretchvaluenormal-ultra-conden>
jdaggett@484 1111 <tbody>
jdaggett@484 1112 <tr>
jdaggett@484 1113 <td>Name:
jdaggett@484 1114
jdaggett@1662 1115 <td><dfn id=propdef-font-stretch>font-stretch</dfn>
jdaggett@484 1116
jdaggett@484 1117 <tr>
jdaggett@484 1118 <td>Value:
jdaggett@484 1119
jdaggett@1662 1120 <td>normal | ultra-condensed | extra-condensed | condensed |
jdaggett@1662 1121 semi-condensed | semi-expanded | expanded | extra-expanded |
jdaggett@5809 1122 ultra-expanded
jdaggett@484 1123
jdaggett@484 1124 <tr>
jdaggett@484 1125 <td>Initial:
jdaggett@484 1126
jdaggett@484 1127 <td>normal
jdaggett@484 1128
jdaggett@484 1129 <tr>
jdaggett@484 1130 <td>Applies to:
jdaggett@484 1131
jdaggett@484 1132 <td>all elements
jdaggett@484 1133
jdaggett@484 1134 <tr>
jdaggett@484 1135 <td>Inherited:
jdaggett@484 1136
jdaggett@484 1137 <td>yes
jdaggett@484 1138
jdaggett@484 1139 <tr>
jdaggett@484 1140 <td>Percentages:
jdaggett@484 1141
jdaggett@484 1142 <td>N/A
jdaggett@484 1143
jdaggett@484 1144 <tr>
jdaggett@484 1145 <td>Media:
jdaggett@484 1146
jdaggett@484 1147 <td>visual
jdaggett@484 1148
jdaggett@484 1149 <tr>
jdaggett@1148 1150 <td>Computed value:
jdaggett@484 1151
jdaggett@484 1152 <td>as specified
jdaggett@7377 1153
jdaggett@7377 1154 <tr>
jdaggett@7377 1155 <td>Animatable:
jdaggett@7377 1156
jdaggett@7377 1157 <td>as <a href="#font-stretch-animation">font stretch</a>
jdaggett@484 1158 </table>
jdaggett@484 1159
jdaggett@2556 1160 <p>The <a class=noxref href="#font-stretch-prop"><span
jdaggett@2556 1161 class=property>‘<code class=property>font-stretch</code>’</span></a>
jdaggett@2556 1162 property selects a normal, condensed, or expanded face from a font family.
jdaggett@2556 1163 Absolute keyword values have the following ordering, from narrowest to
jdaggett@2556 1164 widest:
jdaggett@512 1165
jdaggett@512 1166 <ul>
jdaggett@8177 1167 <li><code>ultra-condensed</code>
jdaggett@8177 1168
jdaggett@8177 1169 <li><code>extra-condensed</code>
jdaggett@8177 1170
jdaggett@8177 1171 <li><code>condensed</code>
jdaggett@8177 1172
jdaggett@8177 1173 <li><code>semi-condensed </code>
jdaggett@8177 1174
jdaggett@8177 1175 <li><code>normal</code>
jdaggett@8177 1176
jdaggett@8177 1177 <li><code>semi-expanded</code>
jdaggett@8177 1178
jdaggett@8177 1179 <li><code>expanded</code>
jdaggett@8177 1180
jdaggett@8177 1181 <li><code>extra-expanded</code>
jdaggett@8177 1182
jdaggett@8177 1183 <li><code>ultra-expanded</code>
jdaggett@512 1184 </ul>
jdaggett@512 1185
jdaggett@8197 1186 <p>When a face does not exist for a given width, normal or condensed values
jdaggett@8197 1187 map to a narrower face, otherwise a wider face. Conversely, expanded
jdaggett@8197 1188 values map to a wider face, otherwise a narrower face. The figure below
jdaggett@8197 1189 shows how the nine font-stretch property settings affect font selection
jdaggett@8197 1190 for font family containing a variety of widths, grey indicates a width for
jdaggett@8197 1191 which no face exists and a different width is substituted:
jdaggett@1148 1192
jdaggett@1150 1193 <div class=figure><img alt="width mappings for a family with condensed,
jdaggett@1150 1194 normal and expanded faces" src=universwidths.png>
jdaggett@1148 1195 <p class=caption>Width mappings for a font family with condensed, normal
jdaggett@1148 1196 and expanded width faces
jdaggett@1148 1197 </div>
jdaggett@7377 1198
jdaggett@7377 1199 <p id=font-stretch-animation>Animation of font stretch: Font stretch is
jdaggett@7377 1200 interpolated in discrete steps. The interpolation happens as though the
jdaggett@7377 1201 ordered values are equally spaced real numbers. The interpolation result
jdaggett@7377 1202 is rounded to the nearest value, with values exactly halfway between two
jdaggett@7377 1203 values rounded towards the later value in the list above.</p>
jdaggett@512 1204 <!-- prop: font-style -->
jdaggett@512 1205
jdaggett@1662 1206 <h3 id=font-style-prop><span class=secno>3.4 </span>Font style: the <a
jdaggett@1662 1207 href="#propdef-font-style">font-style</a> property</h3>
jdaggett@1662 1208
jdaggett@4624 1209 <table class=propdef id=namefont-stylevaluenormal-italic-oblique>
jdaggett@484 1210 <tbody>
jdaggett@484 1211 <tr>
jdaggett@484 1212 <td>Name:
jdaggett@484 1213
jdaggett@1662 1214 <td><dfn id=propdef-font-style>font-style</dfn>
jdaggett@484 1215
jdaggett@484 1216 <tr>
jdaggett@484 1217 <td>Value:
jdaggett@484 1218
jdaggett@5809 1219 <td>normal | italic | oblique
jdaggett@484 1220
jdaggett@484 1221 <tr>
jdaggett@484 1222 <td>Initial:
jdaggett@484 1223
jdaggett@484 1224 <td>normal
jdaggett@484 1225
jdaggett@484 1226 <tr>
jdaggett@484 1227 <td>Applies to:
jdaggett@484 1228
jdaggett@484 1229 <td>all elements
jdaggett@484 1230
jdaggett@484 1231 <tr>
jdaggett@484 1232 <td>Inherited:
jdaggett@484 1233
jdaggett@484 1234 <td>yes
jdaggett@484 1235
jdaggett@484 1236 <tr>
jdaggett@484 1237 <td>Percentages:
jdaggett@484 1238
jdaggett@484 1239 <td>N/A
jdaggett@484 1240
jdaggett@484 1241 <tr>
jdaggett@484 1242 <td>Media:
jdaggett@484 1243
jdaggett@484 1244 <td>visual
jdaggett@484 1245
jdaggett@484 1246 <tr>
jdaggett@1148 1247 <td>Computed value:
jdaggett@484 1248
jdaggett@484 1249 <td>as specified
jdaggett@7377 1250
jdaggett@7377 1251 <tr>
jdaggett@7377 1252 <td>Animatable:
jdaggett@7377 1253
jdaggett@7377 1254 <td>no
jdaggett@484 1255 </table>
jdaggett@484 1256
jdaggett@2556 1257 <p>The <a class=noxref href="#font-style-prop"><span
jdaggett@2556 1258 class=property>‘<code class=property>font-style</code>’</span></a>
jdaggett@2556 1259 property allows italic or oblique faces to be selected. Italic forms are
jdaggett@2556 1260 generally cursive in nature while oblique faces are typically sloped
jdaggett@2556 1261 versions of the regular face. Oblique faces can be simulated by
jdaggett@2556 1262 artificially sloping the glyphs of the regular face. Compare the
jdaggett@2556 1263 artificially sloped renderings of Palatino ‘<code
jdaggett@2556 1264 class=property>a</code>’ and Baskerville ‘<code
jdaggett@1148 1265 class=property>N</code>’ in grey with the actual italic versions:
jdaggett@518 1266
jdaggett@1150 1267 <div class=figure><img alt="artificial sloping vs. real italics"
jdaggett@1150 1268 src=realvsfakeitalics.png>
jdaggett@890 1269 <p class=caption>Artificial sloping versus real italics
jdaggett@512 1270 </div>
jdaggett@518 1271
jdaggett@5809 1272 <p>A value of ‘<a href="#normal2"><code
jdaggett@5809 1273 class=property>normal</code></a>’ selects a face that is classified as
jdaggett@5809 1274 ‘<a href="#normal2"><code class=property>normal</code></a>’, while
jdaggett@5809 1275 ‘<code class=property>oblique</code>’ selects a font that is labeled
jdaggett@5809 1276 ‘<code class=property>oblique</code>’. A value of ‘<code
jdaggett@1148 1277 class=property>italic</code>’ selects a font that is labeled ‘<code
jdaggett@1148 1278 class=property>italic</code>’, or, if that is not available, one labeled
jdaggett@8093 1279 ‘<code class=property>oblique</code>’. If no italic or oblique face is
jdaggett@8096 1280 available, oblique faces can be synthesized by rendering non-obliqued
jdaggett@8093 1281 faces with a right sloping transformation applied. When synthesizing these
jdaggett@8093 1282 faces, the transformation should apply to all glyphs in the same way and
jdaggett@8093 1283 not vary based on codepoint or due to horizontal or vertical line
jdaggett@8093 1284 orientation.
jdaggett@518 1285
jdaggett@518 1286 <p>Many scripts lack the tradition of mixing a cursive form within text
jdaggett@518 1287 rendered with a normal face. Chinese, Japanese and Korean fonts almost
jdaggett@518 1288 always lack italic or oblique faces. Fonts that support a mixture of
jdaggett@518 1289 scripts will sometimes omit specific scripts such as Arabic from the set
jdaggett@518 1290 of glyphs supported in the italic face. User agents should be careful
jdaggett@8225 1291 about making <a href="#character-map"><em>character map</em></a>
jdaggett@8225 1292 assumptions across faces.
jdaggett@7355 1293
jdaggett@7355 1294 <p class=issue>For synthetic italics in vertical runs of Chinese, Japanese,
jdaggett@7355 1295 or Korean text, is there a need to define explicitly the direction of the
jdaggett@7355 1296 faux oblique for runs that include a mixture of ideographic and Latin
jdaggett@7355 1297 text?</p>
jdaggett@1662 1298 <!-- prop: font-size -->
jdaggett@1662 1299
jdaggett@1662 1300 <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
jdaggett@1662 1301 href="#propdef-font-size">font-size</a> property</h3>
jdaggett@1662 1302
jdaggett@8225 1303 <table class=propdef id=namefont-sizevalueltabsolute-sizegt-ltre>
jdaggett@484 1304 <tbody>
jdaggett@484 1305 <tr>
jdaggett@484 1306 <td>Name:
jdaggett@484 1307
jdaggett@1662 1308 <td><dfn id=propdef-font-size>font-size</dfn>
jdaggett@484 1309
jdaggett@484 1310 <tr>
jdaggett@484 1311 <td>Value:
jdaggett@484 1312
jdaggett@8225 1313 <td><a href="#absolute-size-value"><var>&lt;absolute-size&gt;</var></a>
jdaggett@8225 1314 | <a href="#relative-size-value"><var>&lt;relative-size&gt;</var></a> |
jdaggett@8225 1315 <a href="#length-size-value"><var>&lt;length&gt;</var></a> | <a
jdaggett@8225 1316 href="#percentage-size-value"><var>&lt;percentage&gt;</var></a>
jdaggett@484 1317
jdaggett@484 1318 <tr>
jdaggett@484 1319 <td>Initial:
jdaggett@484 1320
jdaggett@484 1321 <td>medium
jdaggett@484 1322
jdaggett@484 1323 <tr>
jdaggett@484 1324 <td>Applies to:
jdaggett@484 1325
jdaggett@484 1326 <td>all elements
jdaggett@484 1327
jdaggett@484 1328 <tr>
jdaggett@484 1329 <td>Inherited:
jdaggett@484 1330
jdaggett@484 1331 <td>yes
jdaggett@484 1332
jdaggett@484 1333 <tr>
jdaggett@484 1334 <td>Percentages:
jdaggett@484 1335
jdaggett@484 1336 <td>refer to parent element's font size
jdaggett@484 1337
jdaggett@484 1338 <tr>
jdaggett@484 1339 <td>Media:
jdaggett@484 1340
jdaggett@484 1341 <td>visual
jdaggett@484 1342
jdaggett@484 1343 <tr>
jdaggett@1148 1344 <td>Computed value:
jdaggett@484 1345
jdaggett@484 1346 <td>absolute length
jdaggett@7377 1347
jdaggett@7377 1348 <tr>
jdaggett@7377 1349 <td>Animatable:
jdaggett@7377 1350
jdaggett@7377 1351 <td>as <a
jdaggett@7377 1352 href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
jdaggett@484 1353 </table>
jdaggett@484 1354
jdaggett@512 1355 <p>This property indicates the desired height of glyphs from the font. For
jdaggett@512 1356 scalable fonts, the font-size is a scale factor applied to the EM unit of
jdaggett@512 1357 the font. (Note that certain glyphs may bleed outside their EM box.) For
jdaggett@512 1358 non-scalable fonts, the font-size is converted into absolute units and
jdaggett@512 1359 matched against the declared font-size of the font, using the same
jdaggett@512 1360 absolute coordinate space for both of the matched values. Values have the
jdaggett@512 1361 following meanings:
jdaggett@512 1362
jdaggett@512 1363 <dl>
jdaggett@8225 1364 <dt><dfn id=absolute-size-value><var>&lt;absolute-size&gt;</var></dfn>
jdaggett@8225 1365
jdaggett@8225 1366 <dd> An <a
jdaggett@8225 1367 href="#absolute-size-value"><var>&lt;absolute-size&gt;</var></a> keyword
jdaggett@8225 1368 refers to an entry in a table of font sizes computed and kept by the user
jdaggett@8225 1369 agent. Possible values are:
jdaggett@512 1370 <p> [ xx-small | x-small | small | medium | large | x-large | xx-large ]</p>
jdaggett@512 1371
jdaggett@8225 1372 <dt><dfn id=relative-size-value><var>&lt;relative-size&gt;</var></dfn>
jdaggett@8225 1373
jdaggett@8225 1374 <dd> A <a href="#relative-size-value"><var>&lt;relative-size&gt;</var></a>
jdaggett@8225 1375 keyword is interpreted relative to the table of font sizes and the
jdaggett@8225 1376 computed ‘<a href="#propdef-font-size"><code
jdaggett@8225 1377 class=property>font-size</code></a>’ of the parent element. Possible
jdaggett@8225 1378 values are:
jdaggett@890 1379 <p> [ larger | smaller ]
jdaggett@890 1380
jdaggett@1148 1381 <p> For example, if the parent element has a font size of ‘<code
jdaggett@1148 1382 class=property>medium</code>’, a value of ‘<code
jdaggett@1148 1383 class=property>larger</code>’ will make the font size of the current
jdaggett@1148 1384 element be ‘<code class=property>large</code>’. If the parent
jdaggett@1148 1385 element's size is not close to a table entry, the user agent is free to
jdaggett@1148 1386 interpolate between table entries or round off to the closest one. The
jdaggett@1148 1387 user agent may have to extrapolate table values if the numerical value
jdaggett@1148 1388 goes beyond the keywords.
jdaggett@512 1389
jdaggett@8225 1390 <dt><dfn id=length-size-value><var>&lt;length&gt;</var></dfn>
jdaggett@512 1391
jdaggett@8187 1392 <dd>A length value specifies an absolute font size (independent of the
jdaggett@8187 1393 user agent's font table). Negative lengths are illegal.
jdaggett@512 1394
jdaggett@8225 1395 <dt><dfn id=percentage-size-value><var>&lt;percentage&gt;</var></dfn>
jdaggett@512 1396
jdaggett@512 1397 <dd>A percentage value specifies an absolute font size relative to the
jdaggett@512 1398 parent element's font size. Use of percentage values, or values in
jdaggett@1148 1399 ‘<code class=property>em</code>’s, leads to more robust and
jdaggett@512 1400 cascadable style sheets.
jdaggett@512 1401 </dl>
jdaggett@512 1402
jdaggett@8187 1403 <p>The following table provides user agent guidelines for the absolute-size
jdaggett@8187 1404 scaling factor and their mapping to HTML heading and absolute font-sizes.
jdaggett@8187 1405 The ‘<code class=property>medium</code>’ value is used as the
jdaggett@8187 1406 reference middle value. The user agent may fine-tune these values for
jdaggett@8187 1407 different fonts or different types of display devices.
jdaggett@1244 1408
jdaggett@1244 1409 <table class=data>
jdaggett@1152 1410 <thead>
jdaggett@1152 1411 <tr>
jdaggett@1152 1412 <th>CSS absolute-size values
jdaggett@1152 1413
jdaggett@1152 1414 <th>xx-small
jdaggett@1152 1415
jdaggett@1152 1416 <th>x-small
jdaggett@1152 1417
jdaggett@1152 1418 <th>small
jdaggett@1152 1419
jdaggett@1152 1420 <th>medium
jdaggett@1152 1421
jdaggett@1152 1422 <th>large
jdaggett@1152 1423
jdaggett@1152 1424 <th>x-large
jdaggett@1152 1425
jdaggett@1152 1426 <th>xx-large
jdaggett@1152 1427
jdaggett@1152 1428 <th> 
jdaggett@1152 1429
jdaggett@512 1430 <tbody>
jdaggett@512 1431 <tr>
jdaggett@1152 1432 <th>scaling factor
jdaggett@1152 1433
jdaggett@1152 1434 <td>3/5
jdaggett@1152 1435
jdaggett@1152 1436 <td>3/4
jdaggett@1152 1437
jdaggett@1152 1438 <td>8/9
jdaggett@1152 1439
jdaggett@1152 1440 <td>1
jdaggett@1152 1441
jdaggett@1152 1442 <td>6/5
jdaggett@1152 1443
jdaggett@1152 1444 <td>3/2
jdaggett@1152 1445
jdaggett@1152 1446 <td>2/1
jdaggett@1152 1447
jdaggett@1152 1448 <td>3/1
jdaggett@512 1449
jdaggett@512 1450 <tr>
jdaggett@8187 1451 <th>HTML headings
jdaggett@1152 1452
jdaggett@1152 1453 <td>h6
jdaggett@1152 1454
jdaggett@1152 1455 <td> 
jdaggett@1152 1456
jdaggett@1152 1457 <td>h5
jdaggett@1152 1458
jdaggett@1152 1459 <td>h4
jdaggett@1152 1460
jdaggett@1152 1461 <td>h3
jdaggett@1152 1462
jdaggett@1152 1463 <td>h2
jdaggett@1152 1464
jdaggett@1152 1465 <td>h1
jdaggett@1152 1466
jdaggett@1152 1467 <td> 
jdaggett@512 1468
jdaggett@512 1469 <tr>
jdaggett@8187 1470 <th>HTML font sizes
jdaggett@1152 1471
jdaggett@1152 1472 <td>1
jdaggett@1152 1473
jdaggett@1152 1474 <td> 
jdaggett@1152 1475
jdaggett@1152 1476 <td>2
jdaggett@1152 1477
jdaggett@1152 1478 <td>3
jdaggett@1152 1479
jdaggett@1152 1480 <td>4
jdaggett@1152 1481
jdaggett@1152 1482 <td>5
jdaggett@1152 1483
jdaggett@1152 1484 <td>6
jdaggett@1152 1485
jdaggett@1152 1486 <td>7
jdaggett@512 1487 </table>
jdaggett@512 1488
jdaggett@512 1489 <p class=note><em><strong>Note 1.</strong> To preserve readability, an UA
jdaggett@512 1490 applying these guidelines should nevertheless avoid creating font-size
jdaggett@8187 1491 resulting in less than 9 device pixels per EM unit on a computer display
jdaggett@8187 1492 .</em>
jdaggett@512 1493
jdaggett@512 1494 <p class=note><em><strong>Note 2.</strong> In CSS1, the suggested scaling
jdaggett@512 1495 factor between adjacent indexes was 1.5 which user experience proved to be
jdaggett@512 1496 too large. In CSS2, the suggested scaling factor for computer screen
jdaggett@512 1497 between adjacent indexes was 1.2 which still created issues for the small
jdaggett@512 1498 sizes. The new scaling factor varies between each index to provide a
jdaggett@512 1499 better readability.</em>
jdaggett@512 1500
jdaggett@6659 1501 <p>The actual value of this property may differ from the computed value due
jdaggett@6659 1502 a numerical value on ‘<a href="#propdef-font-size-adjust"><code
jdaggett@4624 1503 class=property>font-size-adjust</code></a>’ and the unavailability of
jdaggett@4624 1504 certain font sizes.
jdaggett@512 1505
jdaggett@512 1506 <p>Child elements inherit the computed <a class=noxref
jdaggett@6659 1507 href="#font-size-prop"> <span class=property>‘<code
jdaggett@1148 1508 class=property>font-size</code>’</span></a> value (otherwise, the effect
jdaggett@2556 1509 of <a class=noxref href="#font-size-adjust-prop"><span
jdaggett@2556 1510 class=property>‘<code
jdaggett@1148 1511 class=property>font-size-adjust</code>’</span></a> would compound).
jdaggett@512 1512
jdaggett@512 1513 <div class=example>
jdaggett@4624 1514 <p style="display:none">Example(s):
jdaggett@890 1515
jdaggett@890 1516 <p>
jdaggett@512 1517
jdaggett@512 1518 <pre>p { font-size: 12pt; }
jdaggett@512 1519 blockquote { font-size: larger }
jdaggett@512 1520 em { font-size: 150% }
jdaggett@512 1521 em { font-size: 1.5em }
jdaggett@512 1522 </pre>
jdaggett@512 1523 </div>
jdaggett@512 1524 <!-- prop: font-size-adjust -->
jdaggett@512 1525
jdaggett@1662 1526 <h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing:
jdaggett@1662 1527 the <a href="#propdef-font-size-adjust">font-size-adjust</a> property</h3>
jdaggett@1662 1528
jdaggett@6659 1529 <table class=propdef id=namefont-size-adjustvaluenone-auto-ltnum>
jdaggett@484 1530 <tbody>
jdaggett@484 1531 <tr>
jdaggett@484 1532 <td>Name:
jdaggett@484 1533
jdaggett@1662 1534 <td><dfn id=propdef-font-size-adjust>font-size-adjust</dfn>
jdaggett@484 1535
jdaggett@484 1536 <tr>
jdaggett@484 1537 <td>Value:
jdaggett@484 1538
jdaggett@8225 1539 <td>none | auto | <a
jdaggett@8225 1540 href="#aspect-ratio-value"><var>&lt;number&gt;</var></a>
jdaggett@484 1541
jdaggett@484 1542 <tr>
jdaggett@484 1543 <td>Initial:
jdaggett@484 1544
jdaggett@484 1545 <td>none
jdaggett@484 1546
jdaggett@484 1547 <tr>
jdaggett@484 1548 <td>Applies to:
jdaggett@484 1549
jdaggett@484 1550 <td>all elements
jdaggett@484 1551
jdaggett@484 1552 <tr>
jdaggett@484 1553 <td>Inherited:
jdaggett@484 1554
jdaggett@484 1555 <td>yes
jdaggett@484 1556
jdaggett@484 1557 <tr>
jdaggett@484 1558 <td>Percentages:
jdaggett@484 1559
jdaggett@554 1560 <td>N/A
jdaggett@484 1561
jdaggett@484 1562 <tr>
jdaggett@484 1563 <td>Media:
jdaggett@484 1564
jdaggett@484 1565 <td>visual
jdaggett@484 1566
jdaggett@484 1567 <tr>
jdaggett@1148 1568 <td>Computed value:
jdaggett@484 1569
jdaggett@554 1570 <td>as specified
jdaggett@7377 1571
jdaggett@7377 1572 <tr>
jdaggett@7377 1573 <td>Animatable:
jdaggett@7377 1574
jdaggett@7377 1575 <td>as <a
jdaggett@7377 1576 href="http://dev.w3.org/csswg/css3-transitions/#animtype-number">number</a>
jdaggett@484 1577 </table>
jdaggett@484 1578
jdaggett@555 1579 <p>For any given font size, the apparent size and legibility of text varies
jdaggett@555 1580 across fonts. For scripts such as Latin or Cyrillic that distinguish
jdaggett@555 1581 between upper and lowercase letters, the relative height of lowercase
jdaggett@555 1582 letters compared to their uppercase counterparts is a determining factor
jdaggett@555 1583 of legibility. This is commonly referred to as the <a class=index-def
jdaggett@4624 1584 href="#aspect-value" id=aspect-value0 title="aspect value"><dfn
jdaggett@4624 1585 id=aspect-value>aspect value</dfn></a>. Precisely defined, it is equal to
jdaggett@4624 1586 the x-height of a font divided by the font size.
jdaggett@555 1587
jdaggett@555 1588 <p>In situations where font fallback occurs, fallback fonts may not share
jdaggett@555 1589 the same aspect ratio as the desired font family and will thus appear less
jdaggett@555 1590 readable. The font-size-adjust property is a way to preserve the
jdaggett@547 1591 readability of text when font fallback occurs. It does this by adjusting
jdaggett@1662 1592 the font-size so that the x-height is the same regardless of the font
jdaggett@555 1593 used.
jdaggett@547 1594
jdaggett@547 1595 <div class=example>
jdaggett@547 1596 <p>The style defined below defines Verdana as the desired font family, but
jdaggett@547 1597 if Verdana is not available Futura or Times will be used.</p>
jdaggett@547 1598
jdaggett@547 1599 <pre>p {
jdaggett@547 1600 font-family: Verdana, Futura, Times;
jdaggett@547 1601 }
jdaggett@547 1602
jdaggett@547 1603 &lt;p>Lorem ipsum dolor sit amet, ...&lt;/p>
jdaggett@547 1604 </pre>
jdaggett@547 1605
jdaggett@547 1606 <p>Verdana has a relatively high aspect ratio, lowercase letters are
jdaggett@547 1607 relatively tall compared to uppercase letters, so at small sizes text
jdaggett@547 1608 appears legible. Times has a lower aspect ratio and so if fallback
jdaggett@547 1609 occurs, the text will be less legible at small sizes than Verdana.</p>
jdaggett@547 1610 </div>
jdaggett@547 1611
jdaggett@547 1612 <p>How text rendered in each of these fonts compares is shown below, the
jdaggett@547 1613 columns show text rendered in Verdana, Futura and Times. The same
jdaggett@547 1614 font-size value is used across cells within each row and red lines are
jdaggett@547 1615 included to show the differences in x-height. In the upper half each row
jdaggett@547 1616 is rendered in the same font-size value. The same is true for the lower
jdaggett@547 1617 half but in this half the font-size-adjust property is also set so that
jdaggett@2462 1618 the actual font size is adjusted to preserve the x-height across each row.
jdaggett@547 1619 Note how small text remains relatively legible across each row in the
jdaggett@547 1620 lower half.
jdaggett@547 1621
jdaggett@1150 1622 <div class=figure><img alt="text with and without font-size-adjust"
jdaggett@1150 1623 src=fontsizeadjust.png>
jdaggett@890 1624 <p class=caption>Text with and without the use of font-size-adjust
jdaggett@547 1625 </div>
jdaggett@512 1626
jdaggett@512 1627 <p>This property allows authors to specify an aspect value for an element
jdaggett@554 1628 that will effectively preserve the x-height of the first choice font,
jdaggett@554 1629 whether it is substituted or not. Values have the following meanings:
jdaggett@512 1630
jdaggett@512 1631 <dl>
jdaggett@512 1632 <dt><strong>none</strong>
jdaggett@512 1633
jdaggett@512 1634 <dd>Do not preserve the font's x-height.
jdaggett@512 1635
jdaggett@6659 1636 <dt><strong>auto</strong>
jdaggett@6659 1637
jdaggett@6659 1638 <dd>Behaves just like &lt;number>, except the number used is the aspect
jdaggett@6659 1639 value calculated by user agents for the first font in the list of fonts
jdaggett@6659 1640 defined for the initial value of the ‘<a
jdaggett@6659 1641 href="#descdef-font-family"><code
jdaggett@6659 1642 class=property>font-family</code></a>’ property. Effectively this is
jdaggett@6659 1643 the default font used when ‘<a href="#descdef-font-family"><code
jdaggett@6659 1644 class=property>font-family</code></a>’ is not otherwise specified.
jdaggett@6659 1645 <p>Authors can use this value to specify that font size should be
jdaggett@6659 1646 normalized across fonts based on the x-height without the need to
jdaggett@6659 1647 specify the aspect ratio explicitly.</p>
jdaggett@6659 1648
jdaggett@8225 1649 <dt><dfn id=aspect-ratio-value><var>&lt;number&gt;</var></dfn>
jdaggett@512 1650
jdaggett@554 1651 <dd>Specifies the aspect value used in the calculation below to calculate
jdaggett@554 1652 the adjusted font size:
jdaggett@554 1653 <pre>c = ( a / a' ) s
jdaggett@512 1654 </pre>
jdaggett@512 1655
jdaggett@512 1656 <p>where:</p>
jdaggett@512 1657
jdaggett@554 1658 <pre>s = font-size value
jdaggett@554 1659 a = aspect value as specified by the font-size-adjust property
jdaggett@554 1660 a' = aspect value of actual font
jdaggett@554 1661 c = adjusted font-size to use
jdaggett@512 1662 </pre>
jdaggett@554 1663
jdaggett@554 1664 <p>This value applies to any font that is selected but in typical usage
jdaggett@554 1665 it should be based on the aspect value of the first font in the
jdaggett@555 1666 font-family list. If this is specified accurately, the <tt>(a/a')</tt>
jdaggett@555 1667 term in the formula above is effectively 1 for the first font and no
jdaggett@555 1668 adjustment occurs. If the value is specified inaccurately, text rendered
jdaggett@555 1669 using the first font in the family list will display differently in
jdaggett@555 1670 older user agents that don't support font-size-adjust.</p>
jdaggett@512 1671 </dl>
jdaggett@512 1672
jdaggett@554 1673 <p>Authors can calculate the aspect value for a given font by comparing
jdaggett@554 1674 spans with the same content but different font-size-adjust properties. If
jdaggett@554 1675 the same font-size is used, the spans will match when the font-size-adjust
jdaggett@554 1676 value is accurate for the given font.
jdaggett@554 1677
jdaggett@554 1678 <div class=example>
jdaggett@554 1679 <p>Two spans with borders are used to determine the aspect value of a
jdaggett@554 1680 font. The font-size is the same for both spans but the font-size-adjust
jdaggett@554 1681 property is specified only for the right span. Starting with a value of
jdaggett@554 1682 0.5, the aspect value can be adjusted until the borders around the two
jdaggett@554 1683 letters line up.</p>
jdaggett@554 1684
jdaggett@554 1685 <pre>p {
jdaggett@554 1686 font-family: Futura;
jdaggett@554 1687 font-size: 500px;
jdaggett@554 1688 }
jdaggett@554 1689
jdaggett@554 1690 span {
jdaggett@554 1691 border: solid 1px red;
jdaggett@554 1692 }
jdaggett@554 1693
jdaggett@554 1694 .adjust {
jdaggett@554 1695 font-size-adjust: 0.5;
jdaggett@554 1696 }
jdaggett@554 1697
jdaggett@554 1698 &lt;p>&lt;span>b&lt;/span>&lt;span class="adjust">b&lt;/span>&lt;/p>
jdaggett@554 1699 </pre>
jdaggett@554 1700
jdaggett@1150 1701 <div class=figure><img alt="Futura with an aspect value of 0.5"
jdaggett@1150 1702 src=beforefontsizeadjust.png>
jdaggett@890 1703 <p class=caption>Futura with an aspect value of 0.5
jdaggett@554 1704 </div>
jdaggett@554 1705
jdaggett@554 1706 <p>The box on the right is a bit bigger than the one on the left, so the
jdaggett@554 1707 aspect value of this font is something less than 0.5. Adjust the value
jdaggett@554 1708 until the boxes align.</p>
jdaggett@554 1709 </div>
jdaggett@512 1710 <!-- prop: font -->
jdaggett@3460 1711 <!-- jtdfix, crap, preprocessor is inserting links to descriptors rather than properties. bert, make it stop... -->
jdaggett@7020 1712 <!-- <a href="#font-stretch-prop" class="noxref"><span class="property">'font-stretch'</span></a> -->
jdaggett@512 1713
jdaggett@1662 1714 <h3 id=font-prop><span class=secno>3.7 </span>Shorthand font property: the
jdaggett@1662 1715 <a href="#propdef-font">font</a> property</h3>
jdaggett@1662 1716
jdaggett@8225 1717 <table class=propdef id=namefontvalue-ltlsquofont-stylersquogt-l>
jdaggett@484 1718 <tbody>
jdaggett@484 1719 <tr>
jdaggett@484 1720 <td>Name:
jdaggett@484 1721
jdaggett@1662 1722 <td><dfn id=propdef-font>font</dfn>
jdaggett@484 1723
jdaggett@484 1724 <tr>
jdaggett@484 1725 <td>Value:
jdaggett@484 1726
jdaggett@8225 1727 <td>[ [ <var>&lt;‘<a href="#propdef-font-style"><code
jdaggett@8225 1728 class=property>font-style</code></a>’&gt;</var> || <a
jdaggett@8225 1729 href="#font-variant-css21-values"><var>&lt;font-variant-css21&gt;</var></a>
jdaggett@8225 1730 || <var>&lt;‘<a href="#propdef-font-weight"><code
jdaggett@8225 1731 class=property>font-weight</code></a>’&gt;</var> || <var>&lt;‘<a
jdaggett@7060 1732 href="#propdef-font-stretch"><code
jdaggett@8225 1733 class=property>font-stretch</code></a>’</var> ]? <var>&lt;‘<a
jdaggett@8225 1734 href="#propdef-font-size"><code
jdaggett@8225 1735 class=property>font-size</code></a>’&gt;</var> [ / <var>&lt;‘<code
jdaggett@8225 1736 class=property>line-height</code>’&gt;</var> ]? <var>&lt;‘<a
jdaggett@4624 1737 href="#descdef-font-family"><code
jdaggett@8225 1738 class=property>font-family</code></a>’&gt;</var> ] | caption | icon |
jdaggett@8225 1739 menu | message-box | small-caption | status-bar
jdaggett@484 1740
jdaggett@484 1741 <tr>
jdaggett@484 1742 <td>Initial:
jdaggett@484 1743
jdaggett@484 1744 <td>see individual properties
jdaggett@484 1745
jdaggett@484 1746 <tr>
jdaggett@484 1747 <td>Applies to:
jdaggett@484 1748
jdaggett@484 1749 <td>all elements
jdaggett@484 1750
jdaggett@484 1751 <tr>
jdaggett@484 1752 <td>Inherited:
jdaggett@484 1753
jdaggett@484 1754 <td>yes
jdaggett@484 1755
jdaggett@484 1756 <tr>
jdaggett@484 1757 <td>Percentages:
jdaggett@484 1758
jdaggett@484 1759 <td>see individual properties
jdaggett@484 1760
jdaggett@484 1761 <tr>
jdaggett@484 1762 <td>Media:
jdaggett@484 1763
jdaggett@484 1764 <td>visual
jdaggett@484 1765
jdaggett@484 1766 <tr>
jdaggett@1148 1767 <td>Computed value:
jdaggett@484 1768
jdaggett@484 1769 <td>see individual properties
jdaggett@7377 1770
jdaggett@7377 1771 <tr>
jdaggett@7377 1772 <td>Animatable:
jdaggett@7377 1773
jdaggett@7377 1774 <td>see individual properties
jdaggett@484 1775 </table>
jdaggett@1732 1776
jdaggett@4624 1777 <p>The <span class=property>‘<a href="#propdef-font"><code
jdaggett@4624 1778 class=property>font</code></a>’</span> property is, except as described
jdaggett@4624 1779 below, a shorthand property for setting ‘<a
jdaggett@7060 1780 href="#propdef-font-style"><code class=property>font-style</code></a>’,
jdaggett@4624 1781 <span class=property>‘<a href="#propdef-font-variant"><code
jdaggett@4624 1782 class=property>font-variant</code></a>’</span>, <span
jdaggett@7060 1783 class=property>‘<a href="#propdef-font-weight"><code
jdaggett@4624 1784 class=property>font-weight</code></a>’</span>, <span
jdaggett@7060 1785 class=property>‘<a href="#propdef-font-stretch"><code
jdaggett@7020 1786 class=property>font-stretch</code></a>’</span>, <span
jdaggett@4624 1787 class=property>‘<a href="#propdef-font-size"><code
jdaggett@4624 1788 class=property>font-size</code></a>’</span>, ‘<code
jdaggett@4624 1789 class=property>line-height</code>’, <span class=property>‘<a
jdaggett@4624 1790 href="#descdef-font-family"><code
jdaggett@4624 1791 class=property>font-family</code></a>’</span> at the same place in the
jdaggett@4624 1792 stylesheet. Values for the <span class=property>‘<a
jdaggett@4624 1793 href="#propdef-font-variant"><code
jdaggett@4624 1794 class=property>font-variant</code></a>’</span> property may also be
jdaggett@4624 1795 included but only those supported in CSS 2.1, none of the font-variant
jdaggett@4624 1796 values added in this specification can be used in the <span
jdaggett@4624 1797 class=property>‘<a href="#propdef-font"><code
jdaggett@4624 1798 class=property>font</code></a>’</span> shorthand:
jdaggett@1732 1799
jdaggett@1732 1800 <pre
jdaggett@8225 1801 class=prod><dfn id=font-variant-css21-values><var>&lt;font-variant-css21&gt;</var></dfn> = [normal | small-caps]</pre>
jdaggett@1732 1802
jdaggett@1732 1803 <p>The syntax of this property is based on a traditional typographical
jdaggett@1732 1804 shorthand notation to set multiple properties related to fonts.
jdaggett@512 1805
jdaggett@8197 1806 <p>All subproperties of the ‘<a href="#propdef-font"><code
jdaggett@8197 1807 class=property>font</code></a>’ property are first reset to their
jdaggett@8197 1808 initial values, including those listed above plus <span
jdaggett@4624 1809 class=property>‘<a href="#propdef-font-size-adjust"><code
jdaggett@4624 1810 class=property>font-size-adjust</code></a>’</span>, <span
jdaggett@4624 1811 class=property>‘<a href="#propdef-font-kerning"><code
jdaggett@8197 1812 class=property>font-kerning</code></a>’</span>, subproperties of <span
jdaggett@8197 1813 class=property>‘<a href="#propdef-font-variant"><code
jdaggett@8197 1814 class=property>font-variant</code></a>’</span> and and <span
jdaggett@8197 1815 class=property>‘<a href="#propdef-font-language-override"><code
jdaggett@8197 1816 class=property>font-language-override</code></a>’</span>. Then, those
jdaggett@8197 1817 properties that are given explicit values in the <span
jdaggett@8197 1818 class=property>‘<a href="#propdef-font"><code
jdaggett@4624 1819 class=property>font</code></a>’</span> shorthand are set to those
jdaggett@512 1820 values. For a definition of allowed and initial values, see the previously
jdaggett@512 1821 defined properties. For reasons of backwards compatibility, it is not
jdaggett@4624 1822 possible to set <span class=property>‘<a
jdaggett@7020 1823 href="#propdef-font-size-adjust"><code
jdaggett@7020 1824 class=property>font-size-adjust</code></a>’</span> to anything other
jdaggett@7020 1825 than its initial value using the <span class=property>‘<a
jdaggett@4624 1826 href="#propdef-font"><code class=property>font</code></a>’</span>
jdaggett@7020 1827 shorthand property; instead, use the individual property.
jdaggett@512 1828
jdaggett@512 1829 <div class=example>
jdaggett@4624 1830 <p style="display:none">Example(s):
jdaggett@890 1831
jdaggett@890 1832 <p>
jdaggett@512 1833
jdaggett@512 1834 <pre>p { font: 12pt/14pt sans-serif }
jdaggett@512 1835 p { font: 80% sans-serif }
jdaggett@512 1836 p { font: x-large/110% &quot;new century schoolbook&quot;, serif }
jdaggett@512 1837 p { font: bold italic large Palatino, serif }
jdaggett@512 1838 p { font: normal small-caps 120%/120% fantasy }
jdaggett@7020 1839 p { font: condensed oblique 12pt &quot;Helvetica Neue&quot;, serif; }
jdaggett@512 1840 </pre>
jdaggett@512 1841
jdaggett@1148 1842 <p> In the second rule, the font size percentage value (‘<code
jdaggett@8187 1843 class=css>80%</code>’) refers to the computed ‘<a
jdaggett@8187 1844 href="#propdef-font-size"><code class=property>font-size</code></a>’ of
jdaggett@8187 1845 the parent element. In the third rule, the line height percentage
jdaggett@8187 1846 (‘<code class=css>110%</code>’) refers to the font size of the
jdaggett@8187 1847 element itself.
jdaggett@512 1848
jdaggett@4624 1849 <p>The first three rules do not specify the <span class=property>‘<a
jdaggett@4624 1850 href="#propdef-font-variant"><code
jdaggett@4624 1851 class=property>font-variant</code></a>’</span> and <span
jdaggett@7060 1852 class=property>‘<a href="#propdef-font-weight"><code
jdaggett@4624 1853 class=property>font-weight</code></a>’</span> explicitly, so these
jdaggett@5809 1854 properties receive their initial values (‘<a href="#normal2"><code
jdaggett@5809 1855 class=property>normal</code></a>’). Notice that the font family name
jdaggett@5809 1856 "new century schoolbook", which contains spaces, is enclosed in quotes.
jdaggett@5809 1857 The fourth rule sets the <span class=property>‘<a
jdaggett@7060 1858 href="#propdef-font-weight"><code
jdaggett@4624 1859 class=property>font-weight</code></a>’</span> to ‘<code
jdaggett@4624 1860 class=property>bold</code>’, the <span class=property>‘<a
jdaggett@7060 1861 href="#propdef-font-style"><code
jdaggett@4624 1862 class=property>font-style</code></a>’</span> to ‘<code
jdaggett@1662 1863 class=property>italic</code>’, and implicitly sets <span
jdaggett@4624 1864 class=property>‘<a href="#propdef-font-variant"><code
jdaggett@5809 1865 class=property>font-variant</code></a>’</span> to ‘<a
jdaggett@5809 1866 href="#normal2"><code class=property>normal</code></a>’.
jdaggett@4624 1867
jdaggett@4624 1868 <p> The fifth rule sets the <span class=property>‘<a
jdaggett@4624 1869 href="#propdef-font-variant"><code
jdaggett@4624 1870 class=property>font-variant</code></a>’</span> (‘<a
jdaggett@4624 1871 href="#small-caps"><code class=property>small-caps</code></a>’), the
jdaggett@4624 1872 <span class=property>‘<a href="#propdef-font-size"><code
jdaggett@4624 1873 class=property>font-size</code></a>’</span> (120% of the parent's font
jdaggett@4624 1874 size), the <span class=property>‘<code
jdaggett@1148 1875 class=property>line-height</code>’</span> (120% of the font size) and
jdaggett@4624 1876 the <span class=property>‘<a href="#descdef-font-family"><code
jdaggett@4624 1877 class=property>font-family</code></a>’</span> (‘<a
jdaggett@4624 1878 href="#fantasy"><code class=property>fantasy</code></a>’). It follows
jdaggett@5809 1879 that the keyword ‘<a href="#normal2"><code
jdaggett@5809 1880 class=property>normal</code></a>’ applies to the two remaining
jdaggett@7060 1881 properties: <span class=property>‘<a href="#propdef-font-style"><code
jdaggett@4624 1882 class=property>font-style</code></a>’</span> and <span
jdaggett@7060 1883 class=property>‘<a href="#propdef-font-weight"><code
jdaggett@4624 1884 class=property>font-weight</code></a>’</span>.
jdaggett@4624 1885
jdaggett@7179 1886 <p>The sixth rule sets the <span class=property>‘<a
jdaggett@7060 1887 href="#propdef-font-style"><code
jdaggett@4624 1888 class=property>font-style</code></a>’</span>, <span
jdaggett@7060 1889 class=property>‘<a href="#propdef-font-stretch"><code
jdaggett@7020 1890 class=property>font-stretch</code></a>’</span>, <span
jdaggett@4624 1891 class=property>‘<a href="#propdef-font-size"><code
jdaggett@4624 1892 class=property>font-size</code></a>’</span>, and <span
jdaggett@4624 1893 class=property>‘<a href="#descdef-font-family"><code
jdaggett@4624 1894 class=property>font-family</code></a>’</span>, the other font
jdaggett@7020 1895 properties being set to their initial values.
jdaggett@512 1896 </div>
jdaggett@512 1897
jdaggett@7060 1898 <p>Since the ‘<a href="#propdef-font-stretch"><code
jdaggett@7020 1899 class=property>font-stretch</code></a>’ property was not defined in CSS
jdaggett@7060 1900 2.1, when using ‘<a href="#propdef-font-stretch"><code
jdaggett@7020 1901 class=property>font-stretch</code></a>’ values within ‘<a
jdaggett@7020 1902 href="#propdef-font"><code class=property>font</code></a>’ rules,
jdaggett@7020 1903 authors should include a extra version compatible with older user agents:
jdaggett@7020 1904
jdaggett@7020 1905 <pre>p {
jdaggett@7020 1906 font: 80% sans-serif; /* for older user agents */
jdaggett@7020 1907 font: condensed 80% sans-serif;
jdaggett@7020 1908 }</pre>
jdaggett@7020 1909
jdaggett@1662 1910 <p>The following values refer to system fonts:
jdaggett@512 1911
jdaggett@512 1912 <dl>
jdaggett@512 1913 <dt><strong>caption</strong>
jdaggett@512 1914
jdaggett@512 1915 <dd>The font used for captioned controls (e.g., buttons, drop-downs,
jdaggett@512 1916 etc.).
jdaggett@512 1917
jdaggett@512 1918 <dt><strong>icon</strong>
jdaggett@512 1919
jdaggett@512 1920 <dd>The font used to label icons.
jdaggett@512 1921
jdaggett@512 1922 <dt><strong>menu</strong>
jdaggett@512 1923
jdaggett@512 1924 <dd>The font used in menus (e.g., dropdown menus and menu lists).
jdaggett@512 1925
jdaggett@512 1926 <dt><strong>message-box</strong>
jdaggett@512 1927
jdaggett@512 1928 <dd>The font used in dialog boxes.
jdaggett@512 1929
jdaggett@512 1930 <dt><strong>small-caption</strong>
jdaggett@512 1931
jdaggett@512 1932 <dd>The font used for labeling small controls.
jdaggett@512 1933
jdaggett@512 1934 <dt><strong>status-bar</strong>
jdaggett@512 1935
jdaggett@512 1936 <dd>The font used in window status bars.
jdaggett@512 1937 </dl>
jdaggett@512 1938
jdaggett@512 1939 <p>System fonts may only be set as a whole; that is, the font family, size,
jdaggett@1662 1940 weight, style, etc. are all set at the same time. These values may then be
jdaggett@512 1941 altered individually if desired. If no font with the indicated
jdaggett@512 1942 characteristics exists on a given platform, the user agent should either
jdaggett@1148 1943 intelligently substitute (e.g., a smaller version of the ‘<code
jdaggett@1148 1944 class=property>caption</code>’ font might be used for the ‘<code
jdaggett@7242 1945 class=property>small-caption</code>’ font), or substitute a user agent
jdaggett@1148 1946 default font. As for regular fonts, if, for a system font, any of the
jdaggett@1148 1947 individual properties are not part of the operating system's available
jdaggett@1148 1948 user preferences, those properties should be set to their initial values.
jdaggett@512 1949
jdaggett@1662 1950 <p>That is why this property is "almost" a shorthand property: system fonts
jdaggett@1662 1951 can only be specified with this property, not with <span
jdaggett@4624 1952 class=property>‘<a href="#descdef-font-family"><code
jdaggett@4624 1953 class=property>font-family</code></a>’</span> itself, so <span
jdaggett@4624 1954 class=property>‘<a href="#propdef-font"><code
jdaggett@4624 1955 class=property>font</code></a>’</span> allows authors to do more than
jdaggett@4624 1956 the sum of its subproperties. However, the individual properties such as
jdaggett@7060 1957 <span class=property>‘<a href="#propdef-font-weight"><code
jdaggett@4624 1958 class=property>font-weight</code></a>’</span> are still given values
jdaggett@4624 1959 taken from the system font, which can be independently varied.
jdaggett@512 1960
jdaggett@7235 1961 <p>Note that the keywords used for the system fonts listed above are only
jdaggett@7235 1962 treated as keywords when they occur in the initial position, in other
jdaggett@7235 1963 positions the same string is treated as part of the font family name:
jdaggett@7235 1964
jdaggett@7235 1965 <pre> font: menu; /* use the font settings for system menus */
jdaggett@7235 1966 font: large menu; /* use a font family named "menu" */</pre>
jdaggett@7235 1967
jdaggett@512 1968 <div class=example>
jdaggett@4624 1969 <p style="display:none">Example(s):
jdaggett@890 1970
jdaggett@890 1971 <p>
jdaggett@512 1972
jdaggett@512 1973 <pre>button { font: 300 italic 1.3em/1.7em &quot;FB Armada&quot;, sans-serif }
jdaggett@512 1974 button p { font: menu }
jdaggett@512 1975 button p em { font-weight: bolder }
jdaggett@512 1976 </pre>
jdaggett@512 1977
jdaggett@512 1978 <p>If the font used for dropdown menus on a particular system happened to
jdaggett@512 1979 be, for example, 9-point Charcoal, with a weight of 600, then P elements
jdaggett@512 1980 that were descendants of BUTTON would be displayed as if this rule were
jdaggett@890 1981 in effect:
jdaggett@512 1982
jdaggett@512 1983 <pre>button p { font: 600 9pt Charcoal }
jdaggett@512 1984 </pre>
jdaggett@512 1985
jdaggett@4624 1986 <p>Because the <span class=property>‘<a href="#propdef-font"><code
jdaggett@4624 1987 class=property>font</code></a>’</span> shorthand resets to its initial
jdaggett@4624 1988 value any property not explicitly given a value, this has the same effect
jdaggett@4624 1989 as this declaration:
jdaggett@512 1990
jdaggett@512 1991 <pre>button p {
jdaggett@512 1992 font-style: normal;
jdaggett@512 1993 font-variant: normal;
jdaggett@512 1994 font-weight: 600;
jdaggett@512 1995 font-size: 9pt;
jdaggett@512 1996 line-height: normal;
jdaggett@512 1997 font-family: Charcoal
jdaggett@512 1998 }
jdaggett@512 1999 </pre>
jdaggett@512 2000 </div>
jdaggett@2487 2001 <!-- prop: font-synthesis -->
jdaggett@2487 2002
jdaggett@2487 2003 <h3 id=font-synthesis-prop><span class=secno>3.8 </span>Controlling
jdaggett@2487 2004 synthetic faces: the <a href="#propdef-font-synthesis">font-synthesis</a>
jdaggett@2487 2005 property</h3>
jdaggett@2487 2006
jdaggett@4624 2007 <table class=propdef id=namefont-synthesisvaluenone-weight-style>
jdaggett@2457 2008 <tbody>
jdaggett@2457 2009 <tr>
jdaggett@2457 2010 <td>Name:
jdaggett@2457 2011
jdaggett@2487 2012 <td><dfn id=propdef-font-synthesis>font-synthesis</dfn>
jdaggett@2457 2013
jdaggett@2457 2014 <tr>
jdaggett@2457 2015 <td>Value:
jdaggett@2457 2016
jdaggett@2487 2017 <td>none | [ weight || style ]
jdaggett@2457 2018
jdaggett@2457 2019 <tr>
jdaggett@2457 2020 <td>Initial:
jdaggett@2457 2021
jdaggett@2487 2022 <td>weight style
jdaggett@2457 2023
jdaggett@2457 2024 <tr>
jdaggett@2457 2025 <td>Applies to:
jdaggett@2457 2026
jdaggett@2457 2027 <td>all elements
jdaggett@2457 2028
jdaggett@2457 2029 <tr>
jdaggett@2457 2030 <td>Inherited:
jdaggett@2457 2031
jdaggett@2457 2032 <td>yes
jdaggett@2457 2033
jdaggett@2457 2034 <tr>
jdaggett@2457 2035 <td>Percentages:
jdaggett@2457 2036
jdaggett@2457 2037 <td>N/A
jdaggett@2457 2038
jdaggett@2457 2039 <tr>
jdaggett@2457 2040 <td>Media:
jdaggett@2457 2041
jdaggett@2457 2042 <td>visual
jdaggett@2457 2043
jdaggett@2457 2044 <tr>
jdaggett@2457 2045 <td>Computed value:
jdaggett@2457 2046
jdaggett@2457 2047 <td>as specified
jdaggett@7377 2048
jdaggett@7377 2049 <tr>
jdaggett@7377 2050 <td>Animatable:
jdaggett@7377 2051
jdaggett@7377 2052 <td>no
jdaggett@2457 2053 </table>
jdaggett@2457 2054
jdaggett@2487 2055 <p>This property controls whether user agents are allowed to synthesize
jdaggett@2487 2056 bold or oblique font faces when a font family lacks bold or italic faces.
jdaggett@7311 2057 If ‘<a href="#weight"><code class=property>weight</code></a>’ is not
jdaggett@7311 2058 specified, user agents must not synthesize bold faces and if ‘<code
jdaggett@2487 2059 class=property>style</code>’ is not specified user agents must not
jdaggett@2487 2060 synthesize italic faces. A value of ‘<code class=property>none</code>’
jdaggett@2487 2061 disallows all synthetic faces.
jdaggett@2457 2062
jdaggett@2457 2063 <div class=example>
jdaggett@2488 2064 <p>The style rule below disables the use of synthetically obliqued Arabic:</p>
jdaggett@2457 2065
jdaggett@2487 2066 <pre>*:lang(ar) { font-synthesis: none; }
jdaggett@2457 2067 </pre>
jdaggett@2457 2068 </div>
jdaggett@512 2069
jdaggett@6699 2070 <h2 id=font-resources><span class=secno>4 </span>Font Resources</h2>
jdaggett@545 2071
jdaggett@7096 2072 <h3 id=font-face-rule><span class=secno>4.1 </span>The
jdaggett@7096 2073 <code>@font-face</code> rule</h3>
jdaggett@7096 2074
jdaggett@7096 2075 <p>The <code>@font-face</code> rule allows for linking to fonts that are
jdaggett@8198 2076 automatically fetched and activated when needed. This allows authors to
jdaggett@8198 2077 select a font that closely matches the design goals for a given page
jdaggett@8198 2078 rather than limiting the font choice to a set of fonts available on all
jdaggett@8198 2079 platforms. A set of font descriptors define the location of a font
jdaggett@8198 2080 resource, either locally or externally, along with the style
jdaggett@8198 2081 characteristics of an individual face. Multiple <code>@font-face</code>
jdaggett@8198 2082 rules can be used to construct font families with a variety of faces.
jdaggett@8198 2083 Using CSS font matching rules, a user agent can selectively download only
jdaggett@8198 2084 those faces that are needed for a given piece of text.
jdaggett@8198 2085
jdaggett@8198 2086 <p>The @font-face rule consists of the @font-face at-keyword followed by a
jdaggett@8198 2087 block of descriptor declarations. In terms of the grammar, this
jdaggett@8198 2088 specification defines the following productions:
jdaggett@8031 2089
jdaggett@8031 2090 <pre><dfn id=fontfacerule>font_face_rule</dfn>
jdaggett@8225 2091 : <a href="#fontfacesym"><i>FONT_FACE_SYM</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* '{' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#descriptordeclaration"><i>descriptor_declaration</i></a>? [ ';' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#descriptordeclaration"><i>descriptor_declaration</i></a>? ]* '}' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>*
jdaggett@8031 2092 ;
jdaggett@8031 2093
jdaggett@8031 2094 <dfn id=descriptordeclaration>descriptor_declaration</dfn>
jdaggett@8225 2095 : <a href="http://www.w3.org/TR/CSS21/grammar.html#grammar"><i>property</i></a> ':' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="http://www.w3.org/TR/CSS21/grammar.html#grammar"><i>expr</i></a>
jdaggett@8031 2096 ;</pre>
jdaggett@8031 2097
jdaggett@8032 2098 <p>The following new definitions are introduced:
jdaggett@8032 2099
jdaggett@8032 2100 <pre>- -|\\0{0,4}2d(\r\n|[ \t\r\n\f])?
jdaggett@8032 2101 F f|\\0{0,4}(46|66)(\r\n|[ \t\r\n\f])?</pre>
jdaggett@8032 2102
jdaggett@8032 2103 <p>The following new token is introduced:
jdaggett@8032 2104
jdaggett@8225 2105 <pre>@{F}{O}{N}{T}{-}{F}{A}{C}{E} {return <dfn id=fontfacesym>FONT_FACE_SYM</dfn>;}</pre>
jdaggett@8032 2106
jdaggett@8031 2107 <p>Each <span class=index-inst id=font-face
jdaggett@7096 2108 title="@font-face"><code>@font-face</code></span> rule specifies a value
jdaggett@7096 2109 for every font descriptor, either implicitly or explicitly. Those not
jdaggett@7096 2110 given explicit values in the rule take the initial value listed with each
jdaggett@7096 2111 descriptor in this specification. These descriptors apply solely within
jdaggett@7096 2112 the context of the <code>@font-face</code> rule in which they are defined,
jdaggett@7096 2113 and do not apply to document language elements. There is no notion of
jdaggett@7096 2114 which elements the descriptors apply to or whether the values are
jdaggett@7096 2115 inherited by child elements. When a given descriptor occurs multiple times
jdaggett@8198 2116 in a given <code>@font-face</code> rule, only the last descriptor
jdaggett@8198 2117 declaration is used and all prior declarations for that descriptor are
jdaggett@8198 2118 ignored.
jdaggett@512 2119
jdaggett@525 2120 <div class=example>
jdaggett@525 2121 <p>To use a downloadable font called Gentium:</p>
jdaggett@512 2122
jdaggett@512 2123 <pre>
jdaggett@525 2124 @font-face {
jdaggett@525 2125 font-family: Gentium;
jdaggett@2556 2126 src: url(http://example.com/fonts/Gentium.ttf);
jdaggett@525 2127 }
jdaggett@525 2128
jdaggett@525 2129 p { font-family: Gentium, serif; }
jdaggett@512 2130 </pre>
jdaggett@512 2131
jdaggett@573 2132 <p>The user agent will download Gentium and use it when rendering text
jdaggett@573 2133 within paragraph elements. If for some reason the site serving the font
jdaggett@573 2134 is unavailable, the default serif font will be used.</p>
jdaggett@512 2135 </div>
jdaggett@512 2136
jdaggett@7096 2137 <p>A given set of <code>@font-face</code> rules define a set of fonts
jdaggett@8198 2138 available for use within the documents that contain these rules. When font
jdaggett@8198 2139 matching is done, fonts defined using these rules are considered before
jdaggett@8198 2140 other available fonts on a system.
jdaggett@8198 2141
jdaggett@8198 2142 <p>Downloaded fonts are only available to documents that reference them.
jdaggett@8198 2143 The process of activating these fonts must not make them available to
jdaggett@2472 2144 other applications or to documents that don't directly link to the same
jdaggett@2556 2145 font. User agent implementers might consider it convenient to use
jdaggett@2472 2146 downloaded fonts when rendering characters in other documents for which no
jdaggett@2472 2147 other available font exists as part of the system font fallback procedure.
jdaggett@8198 2148 However, this would cause a security leak since the contents of one page
jdaggett@8198 2149 would be able to affect other pages, something an attacker could use as an
jdaggett@8198 2150 attack vector. These restrictions do not affect caching behavior, fonts
jdaggett@8198 2151 are cached the same way other web resources are cached.
jdaggett@8198 2152
jdaggett@8198 2153 <p>This at-rule follows the forward-compatible parsing rules of CSS. Like
jdaggett@8198 2154 properties in a declaration block, declarations of any descriptors that
jdaggett@8198 2155 are not supported by the user agent must be ignored.
jdaggett@8198 2156 <code>@font-face</code> rules require a font-family and src descriptor; if
jdaggett@8198 2157 either of these are missing, the <code>@font-face</code> rule is invalid
jdaggett@8198 2158 and must be ignored entirely.
jdaggett@1244 2159
jdaggett@1244 2160 <p>In cases where user agents have limited platform resources or implement
jdaggett@7096 2161 the ability to disable downloadable font resources,
jdaggett@7096 2162 <code>@font-face</code> rules must simply be ignored; the behavior of
jdaggett@7096 2163 individual descriptors as defined in this specification should not be
jdaggett@7096 2164 altered.
jdaggett@1662 2165
jdaggett@1662 2166 <h3 id=font-family-desc><span class=secno>4.2 </span>Font family: the <a
jdaggett@1662 2167 href="#descdef-font-family">font-family</a> descriptor</h3>
jdaggett@512 2168
jdaggett@512 2169 <table class=descdef>
jdaggett@512 2170 <tbody>
jdaggett@512 2171 <tr>
jdaggett@512 2172 <td>Name:
jdaggett@512 2173
jdaggett@1662 2174 <td><dfn id=descdef-font-family>font-family</dfn>
jdaggett@512 2175
jdaggett@512 2176 <tr>
jdaggett@512 2177 <td>Value:
jdaggett@512 2178
jdaggett@8225 2179 <td><a href="#family-name-value"><var>&lt;family-name&gt;</var></a>
jdaggett@890 2180
jdaggett@890 2181 <tr>
jdaggett@890 2182 <td><em>Initial:</em>
jdaggett@890 2183
jdaggett@890 2184 <td>N/A
jdaggett@512 2185 </table>
jdaggett@512 2186
jdaggett@525 2187 <p>This descriptor defines the font family name that will be used in all
jdaggett@8198 2188 CSS font family name matching. It is required for the @font-face rule to
jdaggett@8198 2189 be valid. It overrides the font family names contained in the underlying
jdaggett@8198 2190 font data. If the font family name is the same as a font family available
jdaggett@8198 2191 in a given user's environment, it effectively hides the underlying font
jdaggett@8198 2192 for documents that use the stylesheet. This permits a web author to freely
jdaggett@8198 2193 choose font-family names without worrying about conflicts with font family
jdaggett@8198 2194 names present in a given user's environment. Likewise, platform
jdaggett@8198 2195 substitutions for a given font family name must not be used.
jdaggett@1244 2196
jdaggett@1662 2197 <h3 id=src-desc><span class=secno>4.3 </span>Font reference: the <a
jdaggett@1662 2198 href="#descdef-src">src</a> descriptor</h3>
jdaggett@512 2199
jdaggett@512 2200 <table class=descdef>
jdaggett@512 2201 <tbody>
jdaggett@512 2202 <tr>
jdaggett@512 2203 <td>Name:
jdaggett@512 2204
jdaggett@1662 2205 <td><dfn id=descdef-src>src</dfn>
jdaggett@512 2206
jdaggett@512 2207 <tr>
jdaggett@512 2208 <td>Value:
jdaggett@512 2209
jdaggett@8225 2210 <td>[ &lt;url> [format(&lt;string> #)]? | <a
jdaggett@8225 2211 href="#font-face-name-value"><var>&lt;font-face-name&gt;</var></a> ] #
jdaggett@890 2212
jdaggett@890 2213 <tr>
jdaggett@890 2214 <td><em>Initial:</em>
jdaggett@890 2215
jdaggett@890 2216 <td>N/A
jdaggett@512 2217 </table>
jdaggett@512 2218
jdaggett@899 2219 <p>This descriptor specifies the resource containing font data. It is
jdaggett@8198 2220 required for the <code>@font-face</code> rule to be valid. Its value is a
jdaggett@8198 2221 prioritized, comma-separated list of external references or locally
jdaggett@1758 2222 installed font face names. When a font is needed the user agent iterates
jdaggett@1758 2223 over the set of references listed, using the first one it can successfully
jdaggett@2527 2224 activate. Fonts containing invalid data or local font faces that are not
jdaggett@8198 2225 found are ignored and the user agent loads the next font in the list.
jdaggett@8198 2226
jdaggett@8198 2227 <p>As with other URLs in CSS, the URL may be partial, in which case it is
jdaggett@1244 2228 resolved relative to the location of the style sheet containing the <span
jdaggett@8031 2229 class=index-inst id=font-face0
jdaggett@7096 2230 title="@font-face"><code>@font-face</code></span> rule. In the case of SVG
jdaggett@7096 2231 fonts, the URL points to an element within a document containing SVG font
jdaggett@7096 2232 definitions. If the element reference is omitted, a reference to the first
jdaggett@7096 2233 defined font is implied. Similarly, font container formats that can
jdaggett@7096 2234 contain more than one font must load one and only one of the fonts for a
jdaggett@7096 2235 given <code>@font-face</code> rule. Fragment identifiers are used to
jdaggett@5928 2236 indicate which font to load. If a container format lacks a defined
jdaggett@5928 2237 fragment identifier scheme, implementations should use a simple 1-based
jdaggett@5928 2238 indexing scheme (e.g. "font-collection#1" for the first font,
jdaggett@5928 2239 "font-collection#2" for the second font).
jdaggett@1244 2240
jdaggett@2527 2241 <pre>
jdaggett@2527 2242 src: url(fonts/simple.ttf); /* load simple.ttf relative to stylesheet location */
jdaggett@2527 2243 src: url(/fonts/simple.ttf); /* load simple.ttf from absolute location */
jdaggett@2527 2244 src: url(fonts.svg#simple); /* load SVG font with id 'simple' */
jdaggett@2527 2245 </pre>
jdaggett@2527 2246
jdaggett@8198 2247 <p>External references consist of a URL, followed by an optional hint
jdaggett@8198 2248 describing the format of the font resource referenced by that URL. The
jdaggett@2527 2249 format hint contains a comma-separated list of format strings that denote
jdaggett@2527 2250 well-known font formats. Conformant user agents must skip downloading a
jdaggett@2527 2251 font resource if the format hints indicate only unsupported or unknown
jdaggett@2527 2252 font formats. If no format hints are supplied, the user agent should
jdaggett@2527 2253 download the font resource.
jdaggett@2527 2254
jdaggett@2527 2255 <pre>
jdaggett@2527 2256 /* load WOFF font if possible, otherwise use OpenType font */
jdaggett@2527 2257 @font-face {
jdaggett@2527 2258 font-family: bodytext;
jdaggett@2527 2259 src: url(ideal-sans-serif.woff) format("woff"),
jdaggett@2527 2260 url(basic-sans-serif.ttf) format("opentype");
jdaggett@2527 2261 }
jdaggett@2527 2262 </pre>
jdaggett@2527 2263
jdaggett@2527 2264 <p>Format strings defined by this specification:
jdaggett@2527 2265
jdaggett@2527 2266 <table class=data id=fontformats>
jdaggett@2527 2267 <thead>
jdaggett@2527 2268 <tr>
jdaggett@2527 2269 <th>String
jdaggett@2527 2270
jdaggett@2527 2271 <th>Font Format
jdaggett@2527 2272
jdaggett@2527 2273 <th>Common extensions
jdaggett@2527 2274
jdaggett@2527 2275 <tbody>
jdaggett@2527 2276 <tr>
jdaggett@2527 2277 <th>"woff"
jdaggett@2527 2278
jdaggett@4624 2279 <td><a href="http://www.w3.org/TR/WOFF/">WOFF (Web Open Font Format)</a>
jdaggett@2527 2280
jdaggett@2527 2281 <td>.woff
jdaggett@2527 2282
jdaggett@2527 2283 <tr>
jdaggett@2527 2284 <th>"truetype"
jdaggett@2527 2285
jdaggett@4624 2286 <td><a
jdaggett@4624 2287 href="http://www.microsoft.com/typography/otspec/default.htm">TrueType</a>
jdaggett@2527 2288
jdaggett@2527 2289 <td>.ttf
jdaggett@2527 2290
jdaggett@2527 2291 <tr>
jdaggett@2527 2292 <th>"opentype"
jdaggett@2527 2293
jdaggett@4624 2294 <td><a
jdaggett@4624 2295 href="http://www.microsoft.com/typography/otspec/default.htm">OpenType</a>
jdaggett@2527 2296
jdaggett@2527 2297 <td>.ttf, .otf
jdaggett@2527 2298
jdaggett@2527 2299 <tr>
jdaggett@2527 2300 <th>"embedded-opentype"
jdaggett@2527 2301
jdaggett@4624 2302 <td><a
jdaggett@4624 2303 href="http://www.w3.org/Submission/2008/SUBM-EOT-20080305/">Embedded
jdaggett@4624 2304 OpenType</a>
jdaggett@2527 2305
jdaggett@2527 2306 <td>.eot
jdaggett@2527 2307
jdaggett@2527 2308 <tr>
jdaggett@2527 2309 <th>"svg"
jdaggett@2527 2310
jdaggett@4624 2311 <td><a href="http://www.w3.org/TR/SVG/fonts.html">SVG Font</a>
jdaggett@2527 2312
jdaggett@2527 2313 <td>.svg, .svgz
jdaggett@2527 2314 </table>
jdaggett@2527 2315
jdaggett@2527 2316 <p>Given the overlap in common usage between TrueType and OpenType, the
jdaggett@2527 2317 format hints "truetype" and "opentype" must be considered as synonymous; a
jdaggett@2527 2318 format hint of "opentype" does not imply that the font contains Postscript
jdaggett@2527 2319 CFF style glyph data or that it contains OpenType layout information (see
jdaggett@7377 2320 <a href="#platform-props-to-css">Appendix A</a> for more background on
jdaggett@7377 2321 this).
jdaggett@2527 2322
jdaggett@2527 2323 <p>When authors would prefer to use a locally available copy of a given
jdaggett@8198 2324 font and download it if it's not, <code>local()</code> can be used. The
jdaggett@8225 2325 locally-installed <dfn
jdaggett@8225 2326 id=font-face-name-value><var>&lt;font-face-name&gt;</var></dfn> argument
jdaggett@8198 2327 is a format-specific string that uniquely identifies a single font face
jdaggett@8225 2328 within a larger family. The syntax for a <a
jdaggett@8225 2329 href="#font-face-name-value"><var>&lt;font-face-name&gt;</var></a> is a
jdaggett@8198 2330 unique font face name enclosed by "local(" and ")".
jdaggett@2527 2331
jdaggett@2527 2332 <pre>
jdaggett@2527 2333 /* regular face of Gentium */
jdaggett@573 2334 @font-face {
jdaggett@2527 2335 font-family: MyGentium;
jdaggett@2527 2336 src: local(Gentium), /* use locally available Gentium */
jdaggett@2527 2337 url(Gentium.ttf); /* otherwise, download it */
jdaggett@573 2338 }
jdaggett@573 2339 </pre>
jdaggett@573 2340
jdaggett@2527 2341 <p>The name can optionally be enclosed in quotes. For OpenType and TrueType
jdaggett@2527 2342 fonts, this string is used to match only the Postscript name or the full
jdaggett@8213 2343 font name in the name table of locally available fonts. Which type of name
jdaggett@8213 2344 is used varies by platform and font, so authors should include both of
jdaggett@8213 2345 these names to assure proper matching across platforms. Platform
jdaggett@8213 2346 substitutions for a given font name must not be used.
jdaggett@2527 2347
jdaggett@2527 2348 <pre>
jdaggett@2527 2349 /* bold face of Gentium */
jdaggett@2527 2350 @font-face {
jdaggett@2527 2351 font-family: MyGentium;
jdaggett@2527 2352 src: local(Gentium Bold), /* full font name */
jdaggett@2527 2353 local(Gentium-Bold), /* Postscript name */
jdaggett@2527 2354 url(GentiumBold.ttf); /* otherwise, download it */
jdaggett@2527 2355 font-weight: bold;
jdaggett@2527 2356 }
jdaggett@2527 2357 </pre>
jdaggett@2527 2358
jdaggett@7096 2359 <p>Just as a <code>@font-face</code> rule specifies the characteristics of
jdaggett@8198 2360 a single font within a family, the unique name used with
jdaggett@8198 2361 <code>local()</code> specifies a single font, not an entire font family.
jdaggett@8198 2362 Defined in terms of OpenType font data, the Postscript name is found in
jdaggett@8198 2363 the font's <a
jdaggett@2527 2364 href="http://www.microsoft.com/typography/otspec/name.htm">name table</a>,
jdaggett@2527 2365 in the name record with nameID = 6 (see <a href="#OPENTYPE"
jdaggett@2556 2366 rel=biblioentry>[OPENTYPE]<!--{{!OPENTYPE}}--></a> for more details). The
jdaggett@2527 2367 Postscript name is the commonly used key for all fonts on OSX and for
jdaggett@2527 2368 Postscript CFF fonts under Windows. The full font name (nameID = 4) is
jdaggett@2527 2369 used as a unique key for fonts with TrueType glyphs on Windows.
jdaggett@2527 2370
jdaggett@2527 2371 <p>For OpenType fonts with multiple localizations of the full font name,
jdaggett@2527 2372 the US English version is used (language ID = 0x409 for Windows and
jdaggett@2527 2373 language ID = 0 for Macintosh) or the first localization when a US English
jdaggett@2527 2374 full font name is not available (the OpenType specification recommends
jdaggett@2527 2375 that <a href="http://www.microsoft.com/typography/otspec/recom.htm">all
jdaggett@2527 2376 fonts minimally include US English names</a>). User agents that also match
jdaggett@2527 2377 other full font names, e.g. matching the Dutch name when the current
jdaggett@2527 2378 system locale is set to Dutch, are considered non-conformant. This is done
jdaggett@2527 2379 not to prefer English but to avoid matching inconsistencies across font
jdaggett@2527 2380 versions and OS localizations, since font style names (e.g. "Bold") are
jdaggett@2527 2381 frequently localized into many languages and the set of localizations
jdaggett@2527 2382 available varies widely across platform and font version. User agents that
jdaggett@2527 2383 match a concatenation of family name (nameID = 1) with style name (nameID
jdaggett@2527 2384 = 2) are considered non-conformant.
jdaggett@2527 2385
jdaggett@2527 2386 <p>This also allows for referencing faces that belong to larger families
jdaggett@2527 2387 that cannot otherwise be referenced.
jdaggett@2527 2388
jdaggett@2527 2389 <div class=example>
jdaggett@525 2390 <p>Use a local font or reference an SVG font in another document:</p>
jdaggett@525 2391
jdaggett@525 2392 <pre>
jdaggett@525 2393 @font-face {
jdaggett@525 2394 font-family: Headline;
jdaggett@1148 2395 src: local(Futura-Medium),
jdaggett@1148 2396 url(fonts.svg#MyGeometricModern) format("svg");
jdaggett@525 2397 }
jdaggett@525 2398 </pre>
jdaggett@525 2399
jdaggett@525 2400 <p>Create an alias for local Japanese fonts on different platforms:</p>
jdaggett@525 2401
jdaggett@525 2402 <pre>
jdaggett@525 2403 @font-face {
jdaggett@2527 2404 font-family: jpgothic;
jdaggett@525 2405 src: local(HiraKakuPro-W3), local(Meiryo), local(IPAPGothic);
jdaggett@525 2406 }
jdaggett@525 2407 </pre>
jdaggett@525 2408
jdaggett@525 2409 <p>Reference a font face that cannot be matched within a larger family:</p>
jdaggett@525 2410
jdaggett@525 2411 <pre>
jdaggett@525 2412 @font-face {
jdaggett@525 2413 font-family: Hoefler Text Ornaments;
jdaggett@525 2414 /* has the same font properties as Hoefler Text Regular */
jdaggett@525 2415 src: local(HoeflerText-Ornaments);
jdaggett@525 2416 }
jdaggett@525 2417 </pre>
jdaggett@2527 2418
jdaggett@8198 2419 <p>Since localized fullnames never match, a document with the header style
jdaggett@8198 2420 rules below would always render using the default serif font, regardless
jdaggett@8198 2421 whether a particular system locale parameter is set to Finnish or not:</p>
jdaggett@1662 2422
jdaggett@1662 2423 <pre>
jdaggett@1662 2424 @font-face {
jdaggett@1662 2425 font-family: SectionHeader;
jdaggett@6653 2426 src: local("Arial Lihavoitu"); /* Finnish fullname for Arial Bold, should fail */
jdaggett@1662 2427 font-weight: bold;
jdaggett@1662 2428 }
jdaggett@1662 2429
jdaggett@1662 2430 h2 { font-family: SectionHeader, serif; }
jdaggett@1662 2431 </pre>
jdaggett@1662 2432
jdaggett@8198 2433 <p>A conformant user agent would never load the font ‘<code
jdaggett@1662 2434 class=css>gentium.eot</code>’ in the example below, since it is
jdaggett@4624 2435 included in the first definition of the ‘<a href="#descdef-src"><code
jdaggett@4624 2436 class=property>src</code></a>’ descriptor which is overridden by the
jdaggett@7096 2437 second definition in the same <code>@font-face</code> rule:</p>
jdaggett@1662 2438
jdaggett@1662 2439 <pre>
jdaggett@1662 2440 @font-face {
jdaggett@1662 2441 font-family: MainText;
jdaggett@6653 2442 src: url(gentium.eot); /* for use with older non-conformant user agents */
jdaggett@1662 2443 src: local("Gentium"), url(gentium.ttf); /* Overrides src definition */
jdaggett@1662 2444 }
jdaggett@1662 2445 </pre>
jdaggett@1662 2446 </div>
jdaggett@1662 2447
jdaggett@1662 2448 <h3 id=font-prop-desc><span class=secno>4.4 </span>Font property
jdaggett@1662 2449 descriptors: the <a href="#descdef-font-style">font-style</a>, <a
jdaggett@1662 2450 href="#descdef-font-weight">font-weight</a>, <a
jdaggett@1662 2451 href="#descdef-font-stretch">font-stretch</a> descriptors</h3>
jdaggett@518 2452
jdaggett@518 2453 <table class=descdef>
jdaggett@518 2454 <tbody>
jdaggett@518 2455 <tr>
jdaggett@518 2456 <td>Name:
jdaggett@518 2457
jdaggett@7060 2458 <td><dfn id=descdef-font-style title="font-style
jdaggett@7060 2459 (descriptor)">font-style</dfn>
jdaggett@518 2460
jdaggett@518 2461 <tr>
jdaggett@518 2462 <td>Value:
jdaggett@518 2463
jdaggett@545 2464 <td>normal | italic | oblique
jdaggett@890 2465
jdaggett@890 2466 <tr>
jdaggett@890 2467 <td><em>Initial:</em>
jdaggett@890 2468
jdaggett@890 2469 <td>normal
jdaggett@518 2470 </table>
jdaggett@518 2471
jdaggett@518 2472 <table class=descdef>
jdaggett@518 2473 <tbody>
jdaggett@518 2474 <tr>
jdaggett@518 2475 <td>Name:
jdaggett@518 2476
jdaggett@7060 2477 <td><dfn id=descdef-font-weight title="font-weight
jdaggett@7060 2478 (descriptor)">font-weight</dfn>
jdaggett@518 2479
jdaggett@518 2480 <tr>
jdaggett@518 2481 <td>Value:
jdaggett@518 2482
jdaggett@545 2483 <td>normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
jdaggett@890 2484
jdaggett@890 2485 <tr>
jdaggett@890 2486 <td><em>Initial:</em>
jdaggett@890 2487
jdaggett@890 2488 <td>normal
jdaggett@518 2489 </table>
jdaggett@518 2490
jdaggett@518 2491 <table class=descdef>
jdaggett@518 2492 <tbody>
jdaggett@518 2493 <tr>
jdaggett@518 2494 <td>Name:
jdaggett@518 2495
jdaggett@7060 2496 <td><dfn id=descdef-font-stretch title="font-stretch
jdaggett@7060 2497 (descriptor)">font-stretch</dfn>
jdaggett@518 2498
jdaggett@518 2499 <tr>
jdaggett@518 2500 <td>Value:
jdaggett@518 2501
jdaggett@545 2502 <td>normal | ultra-condensed | extra-condensed | condensed |
jdaggett@518 2503 semi-condensed | semi-expanded | expanded | extra-expanded |
jdaggett@525 2504 ultra-expanded
jdaggett@890 2505
jdaggett@890 2506 <tr>
jdaggett@890 2507 <td><em>Initial:</em>
jdaggett@890 2508
jdaggett@890 2509 <td>normal
jdaggett@518 2510 </table>
jdaggett@518 2511
jdaggett@573 2512 <p>These descriptors define the characteristics of a font face and are used
jdaggett@573 2513 in the process of matching styles to specific faces. For a font family
jdaggett@7096 2514 defined with several <code>@font-face</code> rules, user agents can either
jdaggett@7096 2515 download all faces in the family or use these descriptors to selectively
jdaggett@7096 2516 download font faces that match actual styles used in document. The values
jdaggett@7096 2517 for these descriptors are the same as those for the corresponding font
jdaggett@7096 2518 properties except that relative keywords are not allowed, ‘<code
jdaggett@2527 2519 class=property>bolder</code>’ and ‘<code
jdaggett@2527 2520 class=property>lighter</code>’. If these descriptors are omitted,
jdaggett@8213 2521 initial values are assumed.
jdaggett@890 2522
jdaggett@890 2523 <p>The value for these font face style attributes is used in place of the
jdaggett@890 2524 style implied by the underlying font data. This allows authors to combine
jdaggett@890 2525 faces in flexible combinations, even in situations where the original font
jdaggett@890 2526 data was arranged differently. User agents that implement synthetic
jdaggett@1662 2527 bolding and obliqueing must only apply synthetic styling in cases where
jdaggett@890 2528 the font descriptors imply this is needed, rather than based on the style
jdaggett@890 2529 attributes implied by the font data.
jdaggett@573 2530
jdaggett@1662 2531 <h3 id=unicode-range-desc><span class=secno>4.5 </span>Character range: the
jdaggett@1662 2532 <a href="#descdef-unicode-range">unicode-range</a> descriptor</h3>
jdaggett@518 2533
jdaggett@518 2534 <table class=descdef>
jdaggett@518 2535 <tbody>
jdaggett@518 2536 <tr>
jdaggett@518 2537 <td>Name:
jdaggett@518 2538
jdaggett@1662 2539 <td><dfn id=descdef-unicode-range>unicode-range</dfn>
jdaggett@518 2540
jdaggett@518 2541 <tr>
jdaggett@518 2542 <td>Value:
jdaggett@518 2543
jdaggett@8225 2544 <td><a href="#urange-value"><var>&lt;urange&gt;</var></a> #
jdaggett@890 2545
jdaggett@890 2546 <tr>
jdaggett@890 2547 <td><em>Initial:</em>
jdaggett@890 2548
jdaggett@1148 2549 <td>U+0-10FFFF
jdaggett@518 2550 </table>
jdaggett@518 2551
jdaggett@8213 2552 <p>This descriptor defines the set of Unicode codepoints that may be
jdaggett@8213 2553 supported by the font face for which it is declared. The descriptor value
jdaggett@8225 2554 is a comma-delimited list of Unicode range (<a
jdaggett@8225 2555 href="#urange-value"><var>&lt;urange&gt;</var></a>) values. The union of
jdaggett@8225 2556 these ranges defines the set of codepoints that serves as a hint for user
jdaggett@8225 2557 agents when deciding whether or not to download a font resource for a
jdaggett@8225 2558 given text run.
jdaggett@8225 2559
jdaggett@8225 2560 <p>Each <dfn id=urange-value><var>&lt;urange&gt;</var></dfn> value is a <a
jdaggett@8225 2561 href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><code
jdaggett@8225 2562 title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token made up of a
jdaggett@8225 2563 "U+" or "u+" prefix followed by a codepoint range in one of the three
jdaggett@8225 2564 forms listed below:
jdaggett@573 2565
jdaggett@573 2566 <ul>
jdaggett@8225 2567 <li>a single codepoint (e.g. U+416)
jdaggett@573 2568
jdaggett@8213 2569 <li>an interval value range defined by two hyphen-separated codepoints
jdaggett@8213 2570 that indicate the inclusive start and end codepoints of a range (e.g.
jdaggett@8213 2571 U+400-4ff)
jdaggett@8213 2572
jdaggett@8225 2573 <li>a wildcard value range defined by the set of codepoints implied when
jdaggett@8225 2574 trailing ‘<code class=css>?</code>’ characters signify ‘<code
jdaggett@8225 2575 class=css>any digit value</code>’ (e.g. U+4??)
jdaggett@573 2576 </ul>
jdaggett@573 2577
jdaggett@8213 2578 <p>Individual codepoints are written using hexadecimal values that
jdaggett@8213 2579 correspond to <a href="http://www.unicode.org/charts/">Unicode character
jdaggett@8225 2580 codepoints</a>. Valid Unicode codepoint values vary between 0 and 10FFFF
jdaggett@8225 2581 inclusive. Digit values of codepoints are ASCII case-insensitive. For
jdaggett@8225 2582 interval ranges, the start and end codepoints must be valid Unicode values
jdaggett@8225 2583 and the end codepoint must be greater than or equal to the start
jdaggett@8225 2584 codepoint.
jdaggett@8225 2585
jdaggett@8225 2586 <p>Wildcard ranges specified with ‘?’ that lack an initial digit (e.g.
jdaggett@8225 2587 "U+???") are valid and equivalent to a wildcard range with an initial zero
jdaggett@8225 2588 digit (e.g. "U+0???" = "U+0000-0FFF"). Wildcard ranges that extend beyond
jdaggett@8225 2589 the range of valid Unicode codepoints are invalid. Because of this, the
jdaggett@8225 2590 maximum number of trailing ‘<code class=css>?</code>’ wildcard
jdaggett@8225 2591 characters is four, even though the <a
jdaggett@8225 2592 href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><code
jdaggett@8225 2593 title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token accepts six.
jdaggett@8213 2594
jdaggett@8213 2595 <p>Within the comma-delimited list of Unicode ranges in a ‘<a
jdaggett@8213 2596 href="#descdef-unicode-range"><code
jdaggett@8213 2597 class=property>unicode-range</code></a>’ descriptor declaration, ranges
jdaggett@8213 2598 may overlap. Whitespace before or after commas is ignored. The union of
jdaggett@8213 2599 these ranges defines the set of codepoints for which the corresponding
jdaggett@8213 2600 font may be used. User agents must not download or use the font for
jdaggett@8213 2601 codepoints outside this set. User agents may normalize the list of ranges
jdaggett@8213 2602 into a list that is different but represents the same set of codepoints.
jdaggett@8213 2603
jdaggett@8213 2604 <p>The associated font may not contain glyphs for the entire set of
jdaggett@8213 2605 codepoints defined by the ‘<a href="#descdef-unicode-range"><code
jdaggett@8213 2606 class=property>unicode-range</code></a>’ descriptor. When the font is
jdaggett@8225 2607 used the effective <a href="#character-map"><em>character map</em></a> is
jdaggett@8225 2608 the intersection of the codepoints defined by ‘<a
jdaggett@8225 2609 href="#descdef-unicode-range"><code
jdaggett@8225 2610 class=property>unicode-range</code></a>’ with the font's <a
jdaggett@8225 2611 href="#character-map"><em>character map</em></a>. This allows authors to
jdaggett@8225 2612 define supported ranges in terms of broad ranges without worrying about
jdaggett@8225 2613 the precise codepoint ranges supported by the underlying font.
jdaggett@8225 2614
jdaggett@8225 2615 <h3 id=composite-fonts><span class=secno>4.6 </span>Using character ranges
jdaggett@8225 2616 to define composite fonts</h3>
jdaggett@8225 2617
jdaggett@8225 2618 <p>Multiple <code>@font-face</code> rules with different unicode ranges for
jdaggett@8225 2619 the same family and style descriptor values can be used to create
jdaggett@8225 2620 composite fonts that mix the glyphs from different fonts for different
jdaggett@8225 2621 scripts. This can be used to combine fonts that only contain glyphs for a
jdaggett@8225 2622 single script (e.g. Latin, Greek, Cyrillic) or it can be used by authors
jdaggett@8225 2623 as a way of segmenting a font into fonts for commonly used characters and
jdaggett@8225 2624 less frequently used characters. Since the user agent will only pull down
jdaggett@8225 2625 the fonts it needs this helps reduce page bandwidth.
jdaggett@8225 2626
jdaggett@8225 2627 <p>If the unicode ranges overlap for a set of <code>@font-face</code> rules
jdaggett@8225 2628 with the same family and style descriptor values, the rules are ordered in
jdaggett@8225 2629 the reverse order they were defined; the last rule defined is the first to
jdaggett@8225 2630 be checked for a given character.
jdaggett@890 2631
jdaggett@890 2632 <p>Example ranges for specific languages or characters:
jdaggett@518 2633
jdaggett@518 2634 <dl>
jdaggett@529 2635 <dt>unicode-range: U+A5;
jdaggett@529 2636
jdaggett@1149 2637 <dd>a single code point, the yen/yuan symbol
jdaggett@529 2638
jdaggett@1148 2639 <dt>unicode-range: U+0-7F;
jdaggett@1148 2640
jdaggett@1148 2641 <dd>code range for basic ASCII characters
jdaggett@1148 2642
jdaggett@529 2643 <dt>unicode-range: U+590-5ff;
jdaggett@529 2644
jdaggett@529 2645 <dd>code range for Hebrew characters
jdaggett@529 2646
jdaggett@529 2647 <dt>unicode-range: U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F;
jdaggett@529 2648
jdaggett@529 2649 <dd>code range for Japanese kanji, hiragana and katakana characters plus
jdaggett@529 2650 yen/yuan symbol
jdaggett@518 2651 </dl>
jdaggett@518 2652
jdaggett@529 2653 <div class=example>
jdaggett@531 2654 <p>The BBC provides news services in a wide variety of languages, many
jdaggett@7096 2655 that are not well supported across all platforms. Using an
jdaggett@7096 2656 <code>@font-face</code> rule, the BBC could provide a font for any of
jdaggett@7096 2657 these languages, as it already does via a manual font download.</p>
jdaggett@531 2658
jdaggett@531 2659 <pre>
jdaggett@531 2660 @font-face {
jdaggett@531 2661 font-family: BBCBengali;
jdaggett@531 2662 src: url(fonts/BBCBengali.ttf) format("opentype");
jdaggett@531 2663 unicode-range: U+00-FF, U+980-9FF;
jdaggett@531 2664 }
jdaggett@531 2665 </pre>
jdaggett@529 2666 </div>
jdaggett@529 2667
jdaggett@529 2668 <div class=example>
jdaggett@531 2669 <p>Technical documents often require a wide range of symbols. The STIX
jdaggett@531 2670 Fonts project is one project aimed at providing fonts to support a wide
jdaggett@531 2671 range of technical typesetting in a standardized way. The example below
jdaggett@531 2672 shows the use of a font that provides glyphs for many of the mathematical
jdaggett@531 2673 and technical symbol ranges within Unicode:</p>
jdaggett@531 2674
jdaggett@531 2675 <pre>
jdaggett@531 2676 @font-face {
jdaggett@531 2677 font-family: STIXGeneral;
jdaggett@531 2678 src: local(STIXGeneral), url(/stixfonts/STIXGeneral.otf);
jdaggett@531 2679 unicode-range: U+000-49F, U+2000-27FF, U+2900-2BFF, U+1D400-1D7FF;
jdaggett@531 2680 }
jdaggett@531 2681 </pre>
jdaggett@529 2682 </div>
jdaggett@529 2683
jdaggett@529 2684 <div class=example>
jdaggett@529 2685 <p>This example shows how an author can override the glyphs used for Latin
jdaggett@529 2686 characters in a Japanese font with glyphs from a different font. The
jdaggett@529 2687 first rule specifies no range so it defaults to the entire range. The
jdaggett@529 2688 range specified in the second rule overlaps but takes precedence because
jdaggett@529 2689 it is defined later.</p>
jdaggett@529 2690
jdaggett@529 2691 <pre>
jdaggett@529 2692 @font-face {
jdaggett@529 2693 font-family: JapaneseWithGentium;
jdaggett@529 2694 src: local(MSMincho);
jdaggett@529 2695 /* no range specified, defaults to entire range */
jdaggett@529 2696 }
jdaggett@529 2697
jdaggett@529 2698 @font-face {
jdaggett@529 2699 font-family: JapaneseWithGentium;
jdaggett@529 2700 src: url(../fonts/Gentium.ttf);
jdaggett@529 2701 unicode-range: U+0-2FF;
jdaggett@529 2702 }
jdaggett@529 2703 </pre>
jdaggett@529 2704 </div>
jdaggett@1148 2705
jdaggett@1148 2706 <div class=example>
jdaggett@1148 2707 <p>Consider a family constructed to optimize bandwidth by separating out
jdaggett@1148 2708 Latin, Japanese and other characters into different font files:</p>
jdaggett@1148 2709
jdaggett@1148 2710 <pre>
jdaggett@1148 2711 /* fallback font - size: 4.5MB */
jdaggett@1148 2712 @font-face {
jdaggett@1148 2713 font-family: DroidSans;
jdaggett@1148 2714 src: url(DroidSansFallback.ttf);
jdaggett@1148 2715 /* no range specified, defaults to entire range */
jdaggett@1148 2716 }
jdaggett@1148 2717
jdaggett@1148 2718 /* Japanese glyphs - size: 1.2MB */
jdaggett@1148 2719 @font-face {
jdaggett@1148 2720 font-family: DroidSans;
jdaggett@1148 2721 src: url(DroidSansJapanese.ttf);
jdaggett@1148 2722 unicode-range: U+3000-9FFF, U+ff??;
jdaggett@1148 2723 }
jdaggett@1148 2724
jdaggett@1148 2725 /* Latin, Greek, Cyrillic along with some
jdaggett@1148 2726 punctuation and symbols - size: 190KB */
jdaggett@1148 2727 @font-face {
jdaggett@1148 2728 font-family: DroidSans;
jdaggett@1148 2729 src: url(DroidSans.ttf);
jdaggett@1148 2730 unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
jdaggett@1148 2731 }
jdaggett@1148 2732 </pre>
jdaggett@1148 2733
jdaggett@1148 2734 <p>For simple Latin text, only the font for Latin characters is
jdaggett@1148 2735 downloaded:</p>
jdaggett@1148 2736
jdaggett@1148 2737 <pre>
jdaggett@1148 2738 body { font-family: DroidSans; }
jdaggett@1148 2739
jdaggett@1148 2740 &lt;p>This is that&lt;/p>
jdaggett@1148 2741 </pre>
jdaggett@1148 2742
jdaggett@1148 2743 <p>In this case the user agent first checks the unicode-range for the font
jdaggett@1148 2744 containing Latin characters (DroidSans.ttf). Since all the characters
jdaggett@1148 2745 above are in the range U+0-5FF, the user agent downloads the font and
jdaggett@1148 2746 renders the text with that font.</p>
jdaggett@1148 2747
jdaggett@1148 2748 <p>Next, consider text that makes use of an arrow character (⇨):</p>
jdaggett@1148 2749
jdaggett@1148 2750 <pre>
jdaggett@1148 2751 &lt;p>This &amp;#x21e8; that&lt;p>
jdaggett@1148 2752 </pre>
jdaggett@1148 2753
jdaggett@1148 2754 <p>The user agent again first checks the unicode-range of the font
jdaggett@1149 2755 containing Latin characters. Since U+2000-2300 includes the arrow code
jdaggett@1149 2756 point (U+21E8), the user agent downloads the font. For this character
jdaggett@1148 2757 however the Latin font does not have a matching glyph, so the effective
jdaggett@1149 2758 unicode-range used for font matching excludes this code point. Next, the
jdaggett@1148 2759 user agent evaluates the Japanese font. The unicode-range for the
jdaggett@1148 2760 Japanese font, U+3000-9FFF and U+ff??, does not include U+21E8, so the
jdaggett@1662 2761 user agent does not download the Japanese font. Next the fallback font is
jdaggett@7096 2762 considered. The <code>@font-face</code> rule for the fallback font does
jdaggett@7096 2763 not define unicode-range so its value defaults to the range of all
jdaggett@7096 2764 Unicode code points. The fallback font is downloaded and used to render
jdaggett@7096 2765 the arrow character.</p>
jdaggett@1148 2766 </div>
jdaggett@890 2767
jdaggett@8225 2768 <h3 id=font-rend-desc><span class=secno>4.7 </span>Font features: the <a
jdaggett@1662 2769 href="#descdef-font-variant">font-variant</a> and <a
jdaggett@1662 2770 href="#descdef-font-feature-settings">font-feature-settings</a>
jdaggett@1662 2771 descriptors</h3>
jdaggett@1662 2772
jdaggett@1662 2773 <table class=descdef>
jdaggett@1662 2774 <tbody>
jdaggett@1662 2775 <tr>
jdaggett@1662 2776 <td>Name:
jdaggett@1662 2777
jdaggett@7060 2778 <td><dfn id=descdef-font-variant title="font-variant
jdaggett@7060 2779 (descriptor)">font-variant</dfn>
jdaggett@1662 2780
jdaggett@1662 2781 <tr>
jdaggett@1662 2782 <td>Value:
jdaggett@1662 2783
jdaggett@8225 2784 <td>normal | none | [ <a
jdaggett@8225 2785 href="#common-lig-values"><var>&lt;common-lig-values&gt;</var></a> ||
jdaggett@8225 2786 <a
jdaggett@8225 2787 href="#discretionary-lig-values"><var>&lt;discretionary-lig-values&gt;</var></a>
jdaggett@8225 2788 || <a
jdaggett@8225 2789 href="#historical-lig-values"><var>&lt;historical-lig-values&gt;</var></a>
jdaggett@8225 2790 || <a
jdaggett@8225 2791 href="#contextual-alt-values"><var>&lt;contextual-alt-values&gt;</var></a>
jdaggett@8225 2792 || <a href="#stylistic"><var
jdaggett@8225 2793 title=stylistic>stylistic(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 2794 href="#historical-forms"><var>historical-forms</var></a> || <a
jdaggett@8225 2795 href="#styleset"><var
jdaggett@8225 2796 title=styleset>styleset(&lt;feature-value-name&gt; #)</var></a> || <a
jdaggett@8225 2797 href="#character-variant"><var
jdaggett@8225 2798 title=character-variant>character-variant(&lt;feature-value-name&gt;
jdaggett@8225 2799 #)</var></a> || <a href="#swash"><var
jdaggett@8225 2800 title=swash>swash(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 2801 href="#ornaments"><var
jdaggett@8225 2802 title=ornaments>ornaments(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 2803 href="#annotation"><var
jdaggett@8225 2804 title=annotation>annotation(&lt;feature-value-name&gt;)</var></a> || [
jdaggett@8225 2805 <a href="#small-caps"><i>small-caps</i></a> | <a
jdaggett@8225 2806 href="#all-small-caps"><i>all-small-caps</i></a> | <a
jdaggett@8225 2807 href="#petite-caps"><i>petite-caps</i></a> | <a
jdaggett@8225 2808 href="#all-petite-caps"><i>all-petite-caps</i></a> | <a
jdaggett@8225 2809 href="#unicase"><i>unicase</i></a> | <a
jdaggett@8225 2810 href="#titling-caps"><i>titling-caps</i></a> ] || <a
jdaggett@8225 2811 href="#numeric-figure-values"><var>&lt;numeric-figure-values&gt;</var></a>
jdaggett@8225 2812 || <a
jdaggett@8225 2813 href="#numeric-spacing-values"><var>&lt;numeric-spacing-values&gt;</var></a>
jdaggett@8225 2814 || <a
jdaggett@8225 2815 href="#numeric-fraction-values"><var>&lt;numeric-fraction-values&gt;</var></a>
jdaggett@8225 2816 || <a href="#ordinal"><i>ordinal</i></a> || <a
jdaggett@8225 2817 href="#slashed-zero"><i>slashed-zero</i></a> || <a
jdaggett@8225 2818 href="#east-asian-variant-values"><var>&lt;east-asian-variant-values&gt;</var></a>
jdaggett@8225 2819 || <a
jdaggett@8225 2820 href="#east-asian-width-values"><var>&lt;east-asian-width-values&gt;</var></a>
jdaggett@8225 2821 || <a href="#ruby"><i>ruby</i></a> ]
jdaggett@1662 2822
jdaggett@1662 2823 <tr>
jdaggett@1662 2824 <td><em>Initial:</em>
jdaggett@1662 2825
jdaggett@1662 2826 <td>normal
jdaggett@1662 2827 </table>
jdaggett@1662 2828
jdaggett@1662 2829 <table class=descdef>
jdaggett@1662 2830 <tbody>
jdaggett@1662 2831 <tr>
jdaggett@1662 2832 <td>Name:
jdaggett@1662 2833
jdaggett@7060 2834 <td><dfn id=descdef-font-feature-settings title="font-feature-settings
jdaggett@7060 2835 (descriptor)">font-feature-settings</dfn>
jdaggett@1662 2836
jdaggett@1662 2837 <tr>
jdaggett@1662 2838 <td>Value:
jdaggett@1662 2839
jdaggett@8225 2840 <td>normal | <a
jdaggett@8225 2841 href="#feature-tag-value"><var>&lt;feature-tag-value&gt;</var></a> #
jdaggett@1662 2842
jdaggett@1662 2843 <tr>
jdaggett@1662 2844 <td><em>Initial:</em>
jdaggett@1662 2845
jdaggett@1662 2846 <td>normal
jdaggett@1662 2847 </table>
jdaggett@1662 2848
jdaggett@8213 2849 <p>These descriptors define initial settings that apply when the font
jdaggett@8197 2850 defined by an <code>@font-face</code> rule is rendered. They do not affect
jdaggett@8197 2851 font selection. Values are identical to those defined for the
jdaggett@8197 2852 corresponding ‘<a href="#propdef-font-variant"><code
jdaggett@4624 2853 class=property>font-variant</code></a>’ and ‘<a
jdaggett@4624 2854 href="#propdef-font-feature-settings"><code
jdaggett@4624 2855 class=property>font-feature-settings</code></a>’ properties defined
jdaggett@4624 2856 below except that the value ‘<code class=property>inherit</code>’ is
jdaggett@4624 2857 omitted. When multiple font feature descriptors or properties are used,
jdaggett@8031 2858 the cumulative effect on text rendering is detailed in the section <a
jdaggett@8031 2859 href="#font-feature-resolution">Font Feature Resolution</a> below. In
jdaggett@8031 2860 cases where specific values define synthesized fallback for certain ‘<a
jdaggett@8031 2861 href="#propdef-font-variant"><code
jdaggett@8031 2862 class=property>font-variant</code></a>’ subproperties, the same
jdaggett@8031 2863 synthesized fallback applies when used within those values are used with
jdaggett@8031 2864 the <a href="#descdef-font-variant">‘<code
jdaggett@8031 2865 class=property>font-variant</code>’</a> descriptor.
jdaggett@1662 2866
jdaggett@8225 2867 <h3 id=font-face-loading><span class=secno>4.8 </span>Font loading
jdaggett@2563 2868 guidelines</h3>
jdaggett@2563 2869
jdaggett@7096 2870 <p>The <code>@font-face</code> rule is designed to allow lazy loading of
jdaggett@7096 2871 fonts, fonts are only downloaded when needed for use within a document. A
jdaggett@7096 2872 stylesheet can include <code>@font-face</code> rules for a library of
jdaggett@7096 2873 fonts of which only a select set are used; user agents must only download
jdaggett@7096 2874 those fonts that are referred to within the style rules applicable to a
jdaggett@7096 2875 given page. User agents that download all fonts defined in
jdaggett@7096 2876 <code>@font-face</code> rules without considering whether those fonts are
jdaggett@7096 2877 in fact used within a page are considered non-conformant. In cases where a
jdaggett@7096 2878 font might be downloaded in character fallback cases, user agents may
jdaggett@7096 2879 download a font if it's listed in a font list but is not actually used for
jdaggett@7096 2880 a given text run.
jdaggett@2563 2881
jdaggett@2563 2882 <pre>
jdaggett@2563 2883 @font-face {
jdaggett@2563 2884 font-family: GeometricModern;
jdaggett@2563 2885 src: url(font.ttf);
jdaggett@2563 2886 }
jdaggett@2563 2887
jdaggett@2563 2888 p {
jdaggett@2563 2889 /* font will be downloaded for pages with p elements */
jdaggett@2563 2890 font-family: GeometricModern, sans-serif;
jdaggett@2563 2891 }
jdaggett@2563 2892
jdaggett@2563 2893 h2 {
jdaggett@2563 2894 /* font may be downloaded for pages with h2 elements, even if Futura is available locally */
jdaggett@2563 2895 font-family: Futura, GeometricModern, sans-serif;
jdaggett@2563 2896 }
jdaggett@2563 2897 </pre>
jdaggett@2563 2898
jdaggett@2563 2899 <p>In cases where textual content is loaded before downloadable fonts are
jdaggett@2563 2900 available, user agents may render text as it would be rendered if
jdaggett@2563 2901 downloadable font resources are not available or they may render text
jdaggett@2563 2902 transparently with fallback fonts to avoid a flash of text using a
jdaggett@2563 2903 fallback font. In cases where the font download fails user agents must
jdaggett@2563 2904 display text, simply leaving transparent text is considered non-conformant
jdaggett@2563 2905 behavior. Authors are advised to use fallback fonts in their font lists
jdaggett@2563 2906 that closely match the vertical metrics of the downloadable fonts to avoid
jdaggett@2563 2907 large page reflows where possible.
jdaggett@2563 2908
jdaggett@8225 2909 <h3 id=same-origin-restriction><span class=secno>4.9 </span>Same-origin
jdaggett@2737 2910 restriction for fonts</h3>
jdaggett@2737 2911
jdaggett@8225 2912 <h4 id=default-same-origin-restriction><span class=secno>4.9.1
jdaggett@2740 2913 </span>Default same-origin restriction</h4>
jdaggett@7253 2914 <!-- TPAC 2011 Resolution to require same-origin restriction for loading fonts:
jdaggett@7253 2915 http://lists.w3.org/Archives/Public/www-style/2011Nov/0711.html
jdaggett@7253 2916 http://www.w3.org/2011/10/31-webapps-minutes.html#item02
jdaggett@7253 2917 -->
jdaggett@2740 2918
jdaggett@2737 2919 <p>User agents must implement a same-origin restriction when loading fonts
jdaggett@7096 2920 via the <code>@font-face</code> mechanism. This restriction limits the
jdaggett@7096 2921 loading of fonts for a given document to fonts loaded from the same
jdaggett@7096 2922 origin. Fonts can only be loaded via the same host, port, and method
jdaggett@7096 2923 combination as the containing document, using the <a
jdaggett@7179 2924 href="http://www.w3.org/TR/html5/browsers.html#origin">origin matching
jdaggett@2737 2925 algorithm</a> described in the <a href="#HTML5"
jdaggett@2737 2926 rel=biblioentry>[HTML5]<!--{{!HTML5}}--></a> specification. The origin of
jdaggett@7096 2927 the stylesheet containing <code>@font-face</code> rules is not used when
jdaggett@7096 2928 deciding whether a font is same origin or not, only the origin of the
jdaggett@7096 2929 containing document is used. The restriction applies to all font types.
jdaggett@2737 2930
jdaggett@2737 2931 <p>Given a document located at http://example.com/page.html, fonts defined
jdaggett@4624 2932 with ‘<a href="#descdef-src"><code class=property>src</code></a>’
jdaggett@2737 2933 definitions considered cross origin must not be loaded:
jdaggett@2737 2934
jdaggett@2737 2935 <pre>
jdaggett@2737 2936 /* same origin (i.e. domain, protocol, port match document) */
jdaggett@2737 2937 src: url(fonts/simple.ttf);
jdaggett@2737 2938 src: url(//fonts/simple.ttf);
jdaggett@2737 2939
jdaggett@2737 2940 /* cross origin, different protocol */
jdaggett@2737 2941 src: url(https://example.com/fonts/simple.ttf);
jdaggett@2737 2942
jdaggett@2737 2943 /* cross origin, different domain */
jdaggett@2737 2944 src: url(http://another.example.com/fonts/simple.ttf);
jdaggett@2737 2945 </pre>
jdaggett@2737 2946
jdaggett@8225 2947 <h4 id=allowing-cross-origin-font-loading><span class=secno>4.9.2
jdaggett@2740 2948 </span>Allowing cross-origin font loading</h4>
jdaggett@2740 2949
jdaggett@2737 2950 <p>User agents must also implement the ability to relax this restriction
jdaggett@2737 2951 using cross-site origin controls <a href="#CORS"
jdaggett@7253 2952 rel=biblioentry>[CORS]<!--{{!CORS}}--></a> for fonts loaded via HTTP.
jdaggett@7253 2953 Sites can explicitly allow cross-site downloading of font data using the
jdaggett@7253 2954 <code>Access-Control-Allow-Origin</code> HTTP header. For other protocols,
jdaggett@7253 2955 no explicit relaxation mechanism is defined or required.
jdaggett@7253 2956
jdaggett@7253 2957 <p>For font loads over HTTP, cross-origin requests must be made with the
jdaggett@7253 2958 following parameter settings which are used in conjunction with the <a
jdaggett@7254 2959 href="http://www.w3.org/TR/cors/#cross-origin-request-0"> <em>cross-origin
jdaggett@7254 2960 request algorithm</em></a> <a href="#CORS"
jdaggett@7254 2961 rel=biblioentry>[CORS]<!--{{!CORS}}--></a>:
jdaggett@7253 2962
jdaggett@7253 2963 <ul>
jdaggett@7253 2964 <li><em>request URL</em> — the URL of the font resource in the <a
jdaggett@7253 2965 href="#descdef-src"><code>src</code></a> descriptor
jdaggett@7253 2966
jdaggett@7253 2967 <li><em>request method</em> — GET
jdaggett@7253 2968
jdaggett@7253 2969 <li><em>author request headers</em> — none
jdaggett@7253 2970
jdaggett@7253 2971 <li><em>request entity body</em> — empty
jdaggett@7253 2972
jdaggett@7253 2973 <li><em>source origin</em> — the origin of the page which linked to the
jdaggett@7253 2974 stylesheet
jdaggett@7253 2975
jdaggett@7253 2976 <li><em>manual redirect flag</em> — false
jdaggett@7253 2977
jdaggett@7253 2978 <li><em>omit credentials flag</em> — true
jdaggett@7253 2979
jdaggett@7253 2980 <li><em>force preflight flag</em> — false
jdaggett@7253 2981 </ul>
jdaggett@2737 2982
jdaggett@6699 2983 <h2 id=font-matching-algorithm><span class=secno>5 </span>Font Matching
jdaggett@6699 2984 Algorithm</h2>
jdaggett@484 2985
jdaggett@2457 2986 <p>The algorithm below describes how fonts are associated with individual
jdaggett@2457 2987 runs of text. For each character in the run a font family is chosen and a
jdaggett@2457 2988 particular font face is selected containing a glyph for that character.
jdaggett@2457 2989
jdaggett@7309 2990 <h3 id=font-family-casing><span class=secno>5.1 </span>Case sensitivity of
jdaggett@7309 2991 font family names</h3>
jdaggett@7309 2992
jdaggett@7309 2993 <p>As part of the font matching algorithm outlined below, user agents must
jdaggett@7309 2994 match font family names used in style rules with actual font family names
jdaggett@7309 2995 contained in fonts available in a given environment or defined via
jdaggett@7309 2996 <code>@font-face</code> rules. User agents must match these names case
jdaggett@7309 2997 insensitively, using the "Default Caseless Matching" algorithm outlined in
jdaggett@7309 2998 the Unicode specification <a href="#UNICODE6"
jdaggett@7309 2999 rel=biblioentry>[UNICODE6]<!--{{!UNICODE6}}--></a>. This algorithm is
jdaggett@7309 3000 detailed in section 3.13 entitled "Default Case Algorithms". Specifically,
jdaggett@7309 3001 the algorithm must be applied without normalizing the strings involved and
jdaggett@7309 3002 without applying any language-specific tailorings. The case folding method
jdaggett@7309 3003 specified by this algorithm uses the case mappings with status field
jdaggett@7309 3004 ‘<code class=property>C</code>’ or ‘<code class=property>F</code>’
jdaggett@7309 3005 in the CaseFolding.txt file of the Unicode Character Database.
jdaggett@7355 3006
jdaggett@7355 3007 <p class=note> Implementors should take care to verify that a given
jdaggett@7355 3008 caseless string comparison implementation uses this precise algorithm and
jdaggett@7355 3009 not assume that a given platform string matching routine follows it, as
jdaggett@7355 3010 many of these have locale-specific behavior or use some level of string
jdaggett@7355 3011 normalization.
jdaggett@7355 3012
jdaggett@7355 3013 <p class=note> For authors this means that font family names are matched
jdaggett@7355 3014 case insensitively, whether or not those names exist in a platform font or
jdaggett@7355 3015 in the <code>@font-face</code> rules contained in a stylesheet. Authors
jdaggett@7377 3016 should take care to ensure that names use a character sequence consistent
jdaggett@7377 3017 with the actual font family name, particularly when using combining
jdaggett@7377 3018 characters such as diacritical marks. For example, a family name that
jdaggett@7377 3019 contains an uppercase A (U+0041) followed by a combining ring (U+030A)
jdaggett@7377 3020 will <strong>not</strong> match a name that looks identical but which uses
jdaggett@7377 3021 the precomposed lowercase a-ring character (U+00E5) instead of the
jdaggett@7377 3022 combining sequence.
jdaggett@7309 3023
jdaggett@7309 3024 <h3 id=font-style-matching><span class=secno>5.2 </span>Matching font
jdaggett@2457 3025 styles</h3>
jdaggett@2457 3026
jdaggett@6701 3027 <p>The procedure for choosing fonts consists of iterating over the font
jdaggett@531 3028 families determined by the font-family property, selecting a font face
jdaggett@531 3029 with the appropriate style based on other font properties and then
jdaggett@7311 3030 determining whether a glyph exists for a given character. This is done
jdaggett@7311 3031 using the <dfn id=character-map>character map</dfn> of the font, data
jdaggett@7311 3032 which maps characters to the default glyph for that character. Codepoint
jdaggett@6701 3033 sequences consisting of a base character followed by a sequence of
jdaggett@6701 3034 combining characters are treated slightly differently, see the section on
jdaggett@6701 3035 <a href="#cluster-matching">cluster matching</a> below.
jdaggett@531 3036
jdaggett@7232 3037 <p>For this procedure, the <dfn id=default-face>default face</dfn> for a
jdaggett@7232 3038 given font family is defined to be the face that would be selected if all
jdaggett@7232 3039 font style properties were set to their initial value.
jdaggett@7232 3040
jdaggett@531 3041 <ol id=fontmatchingalg>
jdaggett@2457 3042 <li>Using the computed font property values for a given element, the user
jdaggett@2457 3043 agent starts with the first family name in the fontlist specified by the
jdaggett@4624 3044 <span class=property>‘<a href="#descdef-font-family"><code
jdaggett@4624 3045 class=property>font-family</code></a>’</span> property.
jdaggett@2457 3046
jdaggett@2457 3047 <li>If the family name is unquoted and is a generic family name, the user
jdaggett@2457 3048 agent looks up the appropriate font family name to be used. User agents
jdaggett@2457 3049 may choose the generic font family to use based on the language of the
jdaggett@2457 3050 containing element or the Unicode range of the character.
jdaggett@2457 3051
jdaggett@2457 3052 <li>For other family names, the user agent attempts to find the family
jdaggett@7096 3053 name among fonts defined via <code>@font-face</code> rules and then among
jdaggett@7309 3054 available system fonts, matching names with a case-insensitive comparison
jdaggett@7309 3055 as outlined <a href="#font-family-casing">in the section above</a>. On
jdaggett@7309 3056 systems containing fonts with multiple localized font family names, user
jdaggett@7309 3057 agents must match any of these names independent of the underlying system
jdaggett@7674 3058 locale or platform API used. If the font resources defined for a given
jdaggett@7674 3059 face in an @font-face rule are either not available or contain invalid
jdaggett@7674 3060 font data, then the face should be treated as not present in the family.
jdaggett@7674 3061 If no faces are present for a family defined via @font-face rules, the
jdaggett@7674 3062 family should be treated as missing; matching a platform font with the
jdaggett@7674 3063 same name must not occur in this case.
jdaggett@2457 3064
jdaggett@2457 3065 <li>If a font family match occurs, the user agent assembles the set of
jdaggett@6701 3066 font faces in that family and then narrows the set to a single face using
jdaggett@6701 3067 other font properties in the order given below:
jdaggett@2457 3068 <ol id=fontstylematchingalg>
jdaggett@7060 3069 <li><span class=property>‘<a href="#propdef-font-stretch"><code
jdaggett@4624 3070 class=property>font-stretch</code></a>’</span> is tried first. If the
jdaggett@4624 3071 matching set contains faces with width values matching the ‘<a
jdaggett@7060 3072 href="#propdef-font-stretch"><code
jdaggett@4624 3073 class=property>font-stretch</code></a>’ value, faces with other width
jdaggett@4624 3074 values are removed from the matching set. If there is no face that
jdaggett@4624 3075 exactly matches the width value the nearest width is used instead. If
jdaggett@7060 3076 the value of ‘<a href="#propdef-font-stretch"><code
jdaggett@5809 3077 class=property>font-stretch</code></a>’ is ‘<a
jdaggett@5809 3078 href="#normal2"><code class=property>normal</code></a>’ or one of the
jdaggett@5809 3079 condensed values, narrower width values are checked first, then wider
jdaggett@7060 3080 values. If the value of ‘<a href="#propdef-font-stretch"><code
jdaggett@4624 3081 class=property>font-stretch</code></a>’ is one of the expanded
jdaggett@4624 3082 values, wider values are checked first, followed by narrower values.
jdaggett@4624 3083 Once the closest matching width has been determined by this process,
jdaggett@4624 3084 faces with other widths are removed from the matching set.
jdaggett@4624 3085
jdaggett@7060 3086 <li><span class=property>‘<a href="#propdef-font-style"><code
jdaggett@4624 3087 class=property>font-style</code></a>’</span> is tried next. If the
jdaggett@7060 3088 value of ‘<a href="#propdef-font-style"><code
jdaggett@4624 3089 class=property>font-style</code></a>’ is ‘<code
jdaggett@2457 3090 class=property>italic</code>’, italic faces are checked first, then
jdaggett@2457 3091 oblique, then normal faces. If the value is ‘<code
jdaggett@2457 3092 class=property>oblique</code>’, oblique faces are checked first, then
jdaggett@5809 3093 italic faces and then normal faces. If the value is ‘<a
jdaggett@5809 3094 href="#normal2"><code class=property>normal</code></a>’, normal faces
jdaggett@5809 3095 are checked first, then oblique faces, then italic faces. Faces with
jdaggett@5809 3096 other style values are excluded from the matching set. User agents are
jdaggett@5809 3097 permitted to distinguish between italic and oblique faces within
jdaggett@5809 3098 platform font families but this is not required, they may treat all
jdaggett@5809 3099 italic or oblique faces as italic faces. However, within font families
jdaggett@7096 3100 defined via <code>@font-face</code> rules, italic and oblique faces
jdaggett@7096 3101 must be distinguished using the value of the ‘<a
jdaggett@7060 3102 href="#propdef-font-style"><code
jdaggett@4624 3103 class=property>font-style</code></a>’ descriptor.
jdaggett@4624 3104
jdaggett@7060 3105 <li><span class=property>‘<a href="#propdef-font-weight"><code
jdaggett@4624 3106 class=property>font-weight</code></a>’</span> is matched next, it
jdaggett@4624 3107 will always reduce the matching set to a single font face. If
jdaggett@2457 3108 bolder/lighter relative weights are used, the effective weight is
jdaggett@2457 3109 calculated based on the inherited weight value, as described in the
jdaggett@7060 3110 definition of the ‘<a href="#propdef-font-weight"><code
jdaggett@4624 3111 class=property>font-weight</code></a>’ property. Given the desired
jdaggett@4624 3112 weight and the weights of faces in the matching set after the steps
jdaggett@4624 3113 above, if the desired weight is available that face matches. Otherwise,
jdaggett@4624 3114 a weight is chosen using the rules below:
jdaggett@531 3115 <ul>
jdaggett@531 3116 <li>If the desired weight is less than 400, weights below the desired
jdaggett@531 3117 weight are checked in descending order followed by weights above the
jdaggett@531 3118 desired weight in ascending order until a match is found.
jdaggett@531 3119
jdaggett@531 3120 <li>If the desired weight is greater than 500, weights above the
jdaggett@531 3121 desired weight are checked in ascending order followed by weights
jdaggett@531 3122 below the desired weight in descending order until a match is found.
jdaggett@531 3123
jdaggett@531 3124 <li>If the desired weight is 400, 500 is checked first and then the
jdaggett@531 3125 rule for desired weights less than 400 is used.
jdaggett@531 3126
jdaggett@531 3127 <li>If the desired weight is 500, 400 is checked first and then the
jdaggett@532 3128 rule for desired weights less than 400 is used.
jdaggett@531 3129 </ul>
jdaggett@531 3130
jdaggett@4624 3131 <li><span class=property>‘<a href="#propdef-font-size"><code
jdaggett@4624 3132 class=property>font-size</code></a>’</span> must be matched within a
jdaggett@4624 3133 UA-dependent margin of tolerance. (Typically, sizes for scalable fonts
jdaggett@4624 3134 are rounded to the nearest whole pixel, while the tolerance for
jdaggett@4624 3135 bitmapped fonts could be as large as 20%.) Further computations, e.g.,
jdaggett@4624 3136 by ‘<code class=property>em</code>’ values in other properties, are
jdaggett@4624 3137 based on the <span class=property>‘<a href="#propdef-font-size"><code
jdaggett@4624 3138 class=property>font-size</code></a>’</span> value that is used, not
jdaggett@4624 3139 the one that is specified.
jdaggett@531 3140 </ol>
jdaggett@531 3141
jdaggett@7232 3142 <li>
jdaggett@7232 3143 <p>If no matching face exists or the matched face does not contain a
jdaggett@7232 3144 glyph for the character to be rendered, the next family name is selected
jdaggett@7232 3145 and the previous two steps repeated. Glyphs from other faces in the
jdaggett@7232 3146 family are not considered. The only exception is that user agents may
jdaggett@7232 3147 optionally substitute a synthetic version of the <a
jdaggett@7232 3148 href="#default-face"><em>default face</em></a> if that face supports a
jdaggett@7232 3149 given glyph (e.g. a synthetic italic version of the regular face may be
jdaggett@7232 3150 used if the italic face doesn't support glyphs for Arabic).</p>
jdaggett@7242 3151 <!-- resolution on the above: http://lists.w3.org/Archives/Public/www-style/2012Nov/0292.html -->
jdaggett@7242 3152
jdaggett@7232 3153 <p>If the matched font is defined via an <code>@font-face</code> rule and
jdaggett@7232 3154 needs to be downloaded, the font resource is downloaded. While the
jdaggett@7232 3155 download occurs, the user agent can either wait until the font is
jdaggett@7232 3156 downloaded or render once with substituted font metrics and render again
jdaggett@7232 3157 once the font is downloaded.</p>
jdaggett@531 3158
jdaggett@531 3159 <li>If there are no more font families to be evaluated and no matching
jdaggett@2457 3160 face has been found, then the user agent performs a <em>system font
jdaggett@2457 3161 fallback</em> procedure to find the best match for the character to be
jdaggett@2457 3162 rendered. The result of this procedure may vary across user agents.
jdaggett@531 3163
jdaggett@531 3164 <li>If a particular character cannot be displayed using any font, the user
jdaggett@531 3165 agent should indicate by some means that a character is not being
jdaggett@2457 3166 displayed, displaying either a symbolic representation of the missing
jdaggett@2457 3167 glyph (e.g. using a <a
jdaggett@2457 3168 href="http://en.wikipedia.org/wiki/Last_resort_font">Last Resort
jdaggett@2457 3169 Font</a>) or using the missing character glyph from a default font.
jdaggett@512 3170 </ol>
jdaggett@2457 3171
jdaggett@7309 3172 <h3 id=cluster-matching><span class=secno>5.3 </span>Cluster matching</h3>
jdaggett@6701 3173
jdaggett@6701 3174 <p>When text contains characters such as combining diacritics, ideally the
jdaggett@6701 3175 base character should be rendered using the same font as the diacritic,
jdaggett@6701 3176 this assures proper placement of the diacritic. For this reason, the font
jdaggett@6701 3177 matching algorithm for clusters is more specialized than the general case
jdaggett@6701 3178 of matching a single character by itself. For sequences containing
jdaggett@6701 3179 variation selectors, which indicate the precise glyph to be used for a
jdaggett@6701 3180 given character, user agents always attempt system font fallback to find
jdaggett@6701 3181 the appropriate glyph before using the default glyph of the base
jdaggett@6701 3182 character.
jdaggett@6701 3183
jdaggett@7020 3184 <p>A font is considered to <em>support</em> a given character if (1) the
jdaggett@7311 3185 character is contained in the font's <a
jdaggett@7311 3186 href="#character-map"><em>character map</em></a> and (2) if required by
jdaggett@7020 3187 the containing script, shaping information is available for that
jdaggett@7311 3188 character. Some legacy fonts may include a given character in the <a
jdaggett@7311 3189 href="#character-map"><em>character map</em></a> but lack the shaping
jdaggett@7311 3190 information (e.g. <a
jdaggett@7020 3191 href="http://www.microsoft.com/typography/otspec/ttochap1.htm">OpenType
jdaggett@7020 3192 layout tables</a> or <a
jdaggett@7103 3193 href="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_techAbout">Graphite
jdaggett@7020 3194 tables</a>) necessary for correctly rendering text runs containing that
jdaggett@7020 3195 character.
jdaggett@7020 3196
jdaggett@6701 3197 <p>A sequence of codepoints containing combining diacritics or other
jdaggett@6701 3198 modifiers is termed a grapheme cluster (see <a href="#CSS3TEXT"
jdaggett@6701 3199 rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> for a more complete
jdaggett@6701 3200 description). For a given cluster containing a base character, <em>b</em>
jdaggett@6701 3201 and a sequence of combining characters <em>c1, c2…</em>, the entire
jdaggett@6701 3202 cluster is matched using these steps:
jdaggett@6701 3203
jdaggett@6701 3204 <ol>
jdaggett@6701 3205 <li>For each family in the font list, a face is chosen using the style
jdaggett@6701 3206 selection rules defined in the previous section.
jdaggett@6701 3207 <ol>
jdaggett@7020 3208 <li>If all characters in the sequence <em>b + c1 + c2 …</em> are
jdaggett@7021 3209 completely supported by the font, select this font for the sequence.
jdaggett@6701 3210
jdaggett@6701 3211 <li>If a sequence of multiple codepoints is canonically equivalent to a
jdaggett@7021 3212 single character and the font supports that character, select this font
jdaggett@7021 3213 for the sequence.
jdaggett@6701 3214 </ol>
jdaggett@6701 3215
jdaggett@6701 3216 <li>If no font was found in the font list in step 1:
jdaggett@6701 3217 <ol>
jdaggett@6701 3218 <li>If <em>c1</em> is a variation selector, system fallback must be used
jdaggett@6701 3219 to find a font that supports the full sequence of <em>b + c1</em>. If
jdaggett@6701 3220 no font on the system supports the full sequence, match the single
jdaggett@6701 3221 character <em>b</em> using the normal procedure for matching single
jdaggett@6701 3222 characters and ignore the variation selector. Note: a sequence with
jdaggett@6701 3223 more than one variation selector is treated as an encoding error and
jdaggett@6701 3224 the trailing selectors are ignored.
jdaggett@6701 3225
jdaggett@6701 3226 <li>Otherwise, the user agent may optionally use system font fallback to
jdaggett@6701 3227 match a font that supports the entire cluster.
jdaggett@6701 3228 </ol>
jdaggett@6701 3229
jdaggett@6701 3230 <li>If no font is found in step 2, use the matching sequence from step 1
jdaggett@6701 3231 to determine the longest sequence that is completely matched by a font in
jdaggett@6701 3232 the font list and attempt to match the remaining combining characters
jdaggett@6701 3233 separately using the rules for single characters.
jdaggett@6701 3234 </ol>
jdaggett@6701 3235
jdaggett@7309 3236 <h3 id=char-handling-issues><span class=secno>5.4 </span>Character handling
jdaggett@2457 3237 issues</h3>
jdaggett@2457 3238
jdaggett@2461 3239 <p>The procedure above is always performed on text runs containing Unicode
jdaggett@2461 3240 characters, documents using legacy encodings are assumed to have been
jdaggett@7311 3241 transcoded before matching fonts. For fonts containing <a
jdaggett@7311 3242 href="#character-map"><em title="character map">character maps</em></a>
jdaggett@7311 3243 for both legacy encodings and Unicode, the contents of the legacy encoding
jdaggett@7311 3244 <a href="#character-map"><em>character map</em></a> must have no effect on
jdaggett@7311 3245 the results of the font matching process.
jdaggett@2461 3246
jdaggett@2461 3247 <p>The font matching process does not assume that text runs are in either
jdaggett@2461 3248 normalized or denormalized form (see <a href="#CHARMOD-NORM"
jdaggett@3042 3249 rel=biblioentry>[CHARMOD-NORM]<!--{{CHARMOD-NORM}}--></a> for more
jdaggett@2461 3250 details). Layout engines often convert base character plus combining
jdaggett@6701 3251 character sequences into precomposed characters if they exist. The font
jdaggett@6701 3252 matching algorithm outlined here supports both ways and fonts can
jdaggett@6701 3253 generally support either but variations can occur. Authors should always
jdaggett@6701 3254 tailor their choice of fonts to their content, including whether that
jdaggett@6701 3255 content contains normalized or denormalized character streams.
jdaggett@2457 3256
jdaggett@2457 3257 <p>If a given character is a Private-Use Area Unicode codepoint and none of
jdaggett@2457 3258 the fonts in the fontlist contain a glyph for that codepoint, user agents
jdaggett@2457 3259 must display some form of missing glyph symbol for that character rather
jdaggett@2457 3260 than attempting system font fallback for that codepoint. When matching the
jdaggett@2457 3261 replacement character U+FFFD, user agents may skip the font matching
jdaggett@2457 3262 process and immediately display some form of missing glyph symbol, they
jdaggett@2457 3263 are not required to display the glyph from the font that would be selected
jdaggett@2457 3264 by the font matching process.
jdaggett@2457 3265
jdaggett@2457 3266 <p>In general, the fonts for a given family will all have the same or
jdaggett@7311 3267 similar <a href="#character-map"><em title="character map">character
jdaggett@7311 3268 maps</em></a>. The process outlined here is designed to handle even font
jdaggett@7311 3269 families containing faces with widely variant <a href="#character-map"><em
jdaggett@7311 3270 title="character map">character maps</em></a>. However, authors are
jdaggett@7311 3271 cautioned that the use of such families can lead to unexpected results.
jdaggett@2457 3272
jdaggett@2457 3273 <p>Optimizations of this process are allowed provided that an
jdaggett@2457 3274 implementation behaves as if the algorithm had been followed exactly.
jdaggett@2457 3275 Matching occurs in a well-defined order to insure that the results are as
jdaggett@2457 3276 consistent as possible across user agents, given an identical set of
jdaggett@2509 3277 available fonts and rendering technology.
jdaggett@2509 3278
jdaggett@7309 3279 <h3 id=font-matching-changes><span class=secno>5.5 </span>Font matching
jdaggett@2509 3280 changes since CSS 2.1</h3>
jdaggett@2509 3281
jdaggett@2509 3282 <p>The algorithm above is different from CSS 2.1 in a number of key places.
jdaggett@2509 3283 These changes were made to better reflect actual font matching behavior
jdaggett@2509 3284 across user agent implementations.
jdaggett@2509 3285
jdaggett@2509 3286 <p>Differences compared to the font matching algorithm in CSS 2.1:
jdaggett@2509 3287
jdaggett@2509 3288 <ul>
jdaggett@2509 3289 <li>The algorithm includes font-stretch matching.
jdaggett@2509 3290
jdaggett@2509 3291 <li>All possible font-style matching scenarios are delineated.
jdaggett@2509 3292
jdaggett@2509 3293 <li>Small-caps fonts are not matched as part of the font matching process,
jdaggett@2509 3294 they are now handled via font features.
jdaggett@2509 3295
jdaggett@2509 3296 <li>Unicode variation selector matching is required.
jdaggett@6701 3297
jdaggett@6701 3298 <li>Cluster sequences are matched as a unit.
jdaggett@2509 3299 </ul>
jdaggett@531 3300
jdaggett@7309 3301 <h3 id=font-matching-examples><span class=secno>5.6 </span>Font matching
jdaggett@6701 3302 examples</h3>
jdaggett@6701 3303
jdaggett@531 3304 <div class=example>
jdaggett@531 3305 <p>It's useful to note that the CSS selector syntax may be used to create
jdaggett@531 3306 language-sensitive typography. For example, some Chinese and Japanese
jdaggett@1149 3307 characters are unified to have the same Unicode code point, although the
jdaggett@890 3308 abstract glyphs are not the same in the two languages.
jdaggett@531 3309
jdaggett@531 3310 <pre>*:lang(ja-jp) { font: 900 14pt/16pt &quot;Heisei Mincho W9&quot;, serif; }
jdaggett@531 3311 *:lang(zh-tw) { font: 800 14pt/16.5pt &quot;Li Sung&quot;, serif; }
jdaggett@512 3312 </pre>
jdaggett@531 3313
jdaggett@531 3314 <p>This selects any element that has the given language - Japanese or
jdaggett@890 3315 Traditional Chinese - and uses the appropriate font.
jdaggett@512 3316 </div>
jdaggett@1662 3317
jdaggett@6699 3318 <h2 id=font-rend-props><span class=secno>6 </span>Font Feature Properties</h2>
jdaggett@1662 3319
jdaggett@1856 3320 <p>Modern font technologies support a variety of advanced typographic and
jdaggett@1856 3321 language-specific font features. Using these features, a single font can
jdaggett@1856 3322 provide glyphs for a wide range of ligatures, contextual and stylistic
jdaggett@1856 3323 alternates, tabular and old-style figures, small capitals, automatic
jdaggett@1856 3324 fractions, swashes, and alternates specific to a given language. To allow
jdaggett@1856 3325 authors control over these font capabilities, the font-variant property
jdaggett@1856 3326 has been expanded for CSS3, it now functions as a shorthand for a set of
jdaggett@1856 3327 properties that provide control over stylistic font features.
jdaggett@1856 3328
jdaggett@1856 3329 <h3 id=glyph-selection-positioning><span class=secno>6.1 </span>Glyph
jdaggett@1856 3330 selection and positioning</h3>
jdaggett@1856 3331
jdaggett@1856 3332 <p>Simple fonts used for displaying Latin text use a very basic processing
jdaggett@7311 3333 model, fonts contain a <a href="#character-map"><em>character map</em></a>
jdaggett@7311 3334 which maps a given character to a glyph for that character. Glyphs for
jdaggett@7311 3335 subsequent characters are simply placed next in line along a run of text.
jdaggett@7311 3336 Font formats such as OpenType and AAT (Apple Advanced Typography) use a
jdaggett@7311 3337 richer processing model, the glyph for a given character can be chosen and
jdaggett@7311 3338 positioned not just based on a single character, but also based on
jdaggett@7311 3339 surrounding characters along with the language, script, and features
jdaggett@7311 3340 enabled for the text. Font features may be required for specific scripts,
jdaggett@7311 3341 or recommended as enabled by default or they may be stylistic features
jdaggett@7311 3342 meant to be used under author control.
jdaggett@1856 3343
jdaggett@1856 3344 <p>For a good visual overview of these features, see the <a
jdaggett@1856 3345 href="#OPENTYPE-FONT-GUIDE"
jdaggett@1856 3346 rel=biblioentry>[OPENTYPE-FONT-GUIDE]<!--{{OPENTYPE-FONT-GUIDE}}--></a>.
jdaggett@1856 3347 For a detailed description of glyph processing for OpenType fonts, see <a
jdaggett@1856 3348 href="#WINDOWS-GLYPH-PROC"
jdaggett@1856 3349 rel=biblioentry>[WINDOWS-GLYPH-PROC]<!--{{WINDOWS-GLYPH-PROC}}--></a>.
jdaggett@1856 3350
jdaggett@6176 3351 <p>Stylistic font features can be classified into two broad categories,
jdaggett@6177 3352 ones that affect the harmonization of glyph shapes with the surrounding
jdaggett@6177 3353 context, such as kerning and ligature features, and those such as the
jdaggett@6177 3354 small-caps, subscript/superscript and alternate features that affect shape
jdaggett@6177 3355 selection.
jdaggett@6176 3356
jdaggett@1856 3357 <p>The subproperties of font-variant listed below are used to control these
jdaggett@1856 3358 stylistic font features; they do not control features that are required
jdaggett@1856 3359 for displaying certain scripts, such as the OpenType features used when
jdaggett@1856 3360 displaying Arabic or Indic language text. They affect glyph selection and
jdaggett@1856 3361 positioning, they do not affect font selection as described in the font
jdaggett@1856 3362 matching section (except in cases required for compatibility with CSS
jdaggett@1856 3363 2.1).
jdaggett@1856 3364
jdaggett@1856 3365 <p>To assure consistent behavior across user agents, the equivalent
jdaggett@1662 3366 OpenType property settings are listed for individual properties and must
jdaggett@1856 3367 be considered normative. When using other font formats these should be
jdaggett@1856 3368 used as a guideline to map CSS font feature property values to specific
jdaggett@1856 3369 font features.
jdaggett@1856 3370
jdaggett@1856 3371 <h3 id=language-specific-support><span class=secno>6.2
jdaggett@1856 3372 </span>Language-specific display</h3>
jdaggett@1856 3373
jdaggett@1856 3374 <p>OpenType also supports language-specific glyph selection and
jdaggett@1856 3375 positioning, so that text can be displayed correctly in cases where the
jdaggett@1856 3376 language dictates a specific display behavior. Languages often share a
jdaggett@1856 3377 common script but the shape of certain letters may vary across those
jdaggett@1856 3378 languages, such as the variations in certain Cyrillic letters used in
jdaggett@1856 3379 Russian and Bulgarian text. In Latin text, it's common to render "fi" with
jdaggett@1856 3380 an explicit fi-ligature that lacks a dot on the "i". However, in languages
jdaggett@1856 3381 such as Turkish which uses both a dotted-i and a dotless-i, it's important
jdaggett@1856 3382 to not use this ligature or use a specialized version that contains a dot
jdaggett@2515 3383 over the "i". The example below shows language-specific variations based
jdaggett@2515 3384 on stylistic traditions found in Spanish, Italian and French orthography:
jdaggett@2515 3385
jdaggett@2515 3386 <div class=featex><img alt="language specific forms, spanish"
jdaggett@2515 3387 src=locl-1.png></div>
jdaggett@2515 3388
jdaggett@2515 3389 <div class=featex><img alt="language specific forms, italian"
jdaggett@2515 3390 src=locl-2.png></div>
jdaggett@2515 3391
jdaggett@2515 3392 <div class=featex><img alt="language specific forms, french"
jdaggett@2515 3393 src=locl-3.png></div>
jdaggett@1856 3394
jdaggett@7355 3395 <p>If the content language of the element is known, according to the rules
jdaggett@7355 3396 of the <a
jdaggett@7355 3397 href="http://www.w3.org/TR/CSS21/conform.html#doclanguage">document
jdaggett@7355 3398 language</a>, user agents are required to infer the OpenType language
jdaggett@7355 3399 system from the content language and use that when selecting and
jdaggett@7355 3400 positioning glyphs using an OpenType font.
jdaggett@7355 3401
jdaggett@7355 3402 <p>For OpenType fonts, in some cases it may be necessary to explicitly
jdaggett@7355 3403 declare the OpenType language to be used, for example when displaying text
jdaggett@7355 3404 in a given language that uses the typographic conventions of another
jdaggett@7355 3405 language or when the font does not explicitly support a given language but
jdaggett@7355 3406 supports a language that shares common typographic conventions. The ‘<a
jdaggett@4624 3407 href="#propdef-font-language-override"><code
jdaggett@4624 3408 class=property>font-language-override</code></a>’ property is used for
jdaggett@8225 3409 this purpose.</p>
jdaggett@1662 3410 <!-- prop: font-kerning -->
jdaggett@1662 3411
jdaggett@1856 3412 <h3 id=font-kerning-prop><span class=secno>6.3 </span>Kerning: the <a
jdaggett@1662 3413 href="#propdef-font-kerning">font-kerning</a> property</h3>
jdaggett@1662 3414
jdaggett@4624 3415 <table class=propdef id=namefont-kerningvalueauto-normal-noneini>
jdaggett@1662 3416 <tbody>
jdaggett@1662 3417 <tr>
jdaggett@1662 3418 <td>Name:
jdaggett@1662 3419
jdaggett@1662 3420 <td><dfn id=propdef-font-kerning>font-kerning</dfn>
jdaggett@1662 3421
jdaggett@1662 3422 <tr>
jdaggett@1662 3423 <td>Value:
jdaggett@1662 3424
jdaggett@1856 3425 <td>auto | normal | none
jdaggett@1662 3426
jdaggett@1662 3427 <tr>
jdaggett@1662 3428 <td>Initial:
jdaggett@1662 3429
jdaggett@1856 3430 <td>auto
jdaggett@1662 3431
jdaggett@1662 3432 <tr>
jdaggett@1662 3433 <td>Applies to:
jdaggett@1662 3434
jdaggett@1662 3435 <td>all elements
jdaggett@1662 3436
jdaggett@1662 3437 <tr>
jdaggett@1662 3438 <td>Inherited:
jdaggett@1662 3439
jdaggett@1662 3440 <td>yes
jdaggett@1662 3441
jdaggett@1662 3442 <tr>
jdaggett@1662 3443 <td>Percentages:
jdaggett@1662 3444
jdaggett@1662 3445 <td>N/A
jdaggett@1662 3446
jdaggett@1662 3447 <tr>
jdaggett@1662 3448 <td>Media:
jdaggett@1662 3449
jdaggett@1662 3450 <td>visual
jdaggett@1662 3451
jdaggett@1662 3452 <tr>
jdaggett@1662 3453 <td>Computed value:
jdaggett@1662 3454
jdaggett@1662 3455 <td>as specified
jdaggett@7377 3456
jdaggett@7377 3457 <tr>
jdaggett@7377 3458 <td>Animatable:
jdaggett@7377 3459
jdaggett@7377 3460 <td>no
jdaggett@1662 3461 </table>
jdaggett@1662 3462
jdaggett@2509 3463 <p>Kerning is the contextual adjustment of inter-glyph spacing. This
jdaggett@2509 3464 property controls metric kerning, kerning that utilizes adjustment data
jdaggett@5809 3465 contained in the font. The value ‘<a href="#normal2"><code
jdaggett@5809 3466 class=property>normal</code></a>’ implies that kerning is applied while
jdaggett@5809 3467 the value ‘<code class=property>none</code>’ implies that kerning is
jdaggett@5809 3468 not applied when rendering text. If the value is ‘<code
jdaggett@5809 3469 class=property>auto</code>’, a user agent is free to choose whether
jdaggett@5809 3470 kerning is enabled or not by default and to vary that default based on the
jdaggett@5809 3471 underlying text script.
jdaggett@1662 3472
jdaggett@1662 3473 <p>For fonts that do not include kerning data this property will have no
jdaggett@1662 3474 visible effect. When rendering with OpenType fonts, the <a
jdaggett@1662 3475 href="#OPENTYPE" rel=biblioentry>[OPENTYPE]<!--{{!OPENTYPE}}--></a>
jdaggett@2515 3476 specification suggests that kerning be enabled by default. When kerning is
jdaggett@6436 3477 enabled, the OpenType <span class=tag>kern</span> feature is enabled (for
jdaggett@6436 3478 vertical text runs the <span class=tag>vkrn</span> feature is enabled).
jdaggett@6436 3479 User agents must also support fonts that only support kerning via data
jdaggett@6436 3480 contained in a ‘<code class=property>kern</code>’ font table, as
jdaggett@6436 3481 detailed in the OpenType specification. Authors may prefer to disable
jdaggett@6436 3482 kerning in situations where performance is more important that precise
jdaggett@6436 3483 appearance. If the ‘<code class=property>letter-spacing</code>’
jdaggett@6436 3484 property is defined, kerning adjustments are considered part of the
jdaggett@6436 3485 default spacing, letter spacing adjustments are made after kerning has
jdaggett@6436 3486 been applied.</p>
jdaggett@6176 3487 <!-- prop: font-variant-ligatures -->
jdaggett@6176 3488
jdaggett@6176 3489 <h3 id=font-variant-ligatures-prop><span class=secno>6.4 </span>Ligatures:
jdaggett@6176 3490 the <a href="#propdef-font-variant-ligatures">font-variant-ligatures</a>
jdaggett@6176 3491 property</h3>
jdaggett@6176 3492
jdaggett@6436 3493 <table class=propdef id=namefont-variant-ligaturesvaluenormal-no>
jdaggett@6176 3494 <tbody>
jdaggett@6176 3495 <tr>
jdaggett@6176 3496 <td>Name:
jdaggett@6176 3497
jdaggett@6176 3498 <td><dfn id=propdef-font-variant-ligatures>font-variant-ligatures</dfn>
jdaggett@6176 3499
jdaggett@6176 3500 <tr>
jdaggett@6176 3501 <td>Value:
jdaggett@6176 3502
jdaggett@8225 3503 <td>normal | none | [ <a
jdaggett@8225 3504 href="#common-lig-values"><var>&lt;common-lig-values&gt;</var></a> ||
jdaggett@8225 3505 <a
jdaggett@8225 3506 href="#discretionary-lig-values"><var>&lt;discretionary-lig-values&gt;</var></a>
jdaggett@8225 3507 || <a
jdaggett@8225 3508 href="#historical-lig-values"><var>&lt;historical-lig-values&gt;</var></a>
jdaggett@8225 3509 || <a
jdaggett@8225 3510 href="#contextual-alt-values"><var>&lt;contextual-alt-values&gt;</var></a>
jdaggett@8225 3511 ]
jdaggett@6176 3512
jdaggett@6176 3513 <tr>
jdaggett@6176 3514 <td>Initial:
jdaggett@6176 3515
jdaggett@6176 3516 <td>normal
jdaggett@6176 3517
jdaggett@6176 3518 <tr>
jdaggett@6176 3519 <td>Applies to:
jdaggett@6176 3520
jdaggett@6176 3521 <td>all elements
jdaggett@6176 3522
jdaggett@6176 3523 <tr>
jdaggett@6176 3524 <td>Inherited:
jdaggett@6176 3525
jdaggett@6176 3526 <td>yes
jdaggett@6176 3527
jdaggett@6176 3528 <tr>
jdaggett@6176 3529 <td>Percentages:
jdaggett@6176 3530
jdaggett@6176 3531 <td>N/A
jdaggett@6176 3532
jdaggett@6176 3533 <tr>
jdaggett@6176 3534 <td>Media:
jdaggett@6176 3535
jdaggett@6176 3536 <td>visual
jdaggett@6176 3537
jdaggett@6176 3538 <tr>
jdaggett@6176 3539 <td>Computed value:
jdaggett@6176 3540
jdaggett@6176 3541 <td>as specified
jdaggett@7377 3542
jdaggett@7377 3543 <tr>
jdaggett@7377 3544 <td>Animatable:
jdaggett@7377 3545
jdaggett@7377 3546 <td>no
jdaggett@6176 3547 </table>
jdaggett@6176 3548
jdaggett@6436 3549 <p>Ligatures and contextual forms are ways of combining glyphs to produce
jdaggett@6436 3550 more harmonized forms. A value of ‘<a href="#normal2"><code
jdaggett@6451 3551 class=property>normal</code></a>’ implies that common default features
jdaggett@6451 3552 are enabled, <a href="#font-feature-resolution">as described in detail in
jdaggett@6451 3553 the next section</a>. For OpenType fonts, common ligatures and contextual
jdaggett@6451 3554 forms are on by default, discretionary and historical ligatures are not. A
jdaggett@6451 3555 value of ‘<code class=property>none</code>’ implies that all types of
jdaggett@6451 3556 ligatures and contextual forms covered by this property are explicitly
jdaggett@6451 3557 disabled. In situations where ligatures are not considered necessary, this
jdaggett@6451 3558 may improve the speed of text rendering.
jdaggett@6176 3559
jdaggett@6176 3560 <pre
jdaggett@8225 3561 class=prod><dfn id=common-lig-values><var>&lt;common-lig-values&gt;</var></dfn> = [ <a href="#common-ligatures">common-ligatures</a> | <a href="#no-common-ligatures">no-common-ligatures</a> ]</pre>
jdaggett@6176 3562
jdaggett@6176 3563 <pre
jdaggett@8225 3564 class=prod><dfn id=discretionary-lig-values><var>&lt;discretionary-lig-values&gt;</var></dfn> = [ <a href="#discretionary-ligatures">discretionary-ligatures</a> | <a href="#no-discretionary-ligatures">no-discretionary-ligatures</a> ]</pre>
jdaggett@6176 3565
jdaggett@6176 3566 <pre
jdaggett@8225 3567 class=prod><dfn id=historical-lig-values><var>&lt;historical-lig-values&gt;</var></dfn> = [ <a href="#historical-ligatures">historical-ligatures</a> | <a href="#no-historical-ligatures">no-historical-ligatures</a> ]</pre>
jdaggett@6176 3568
jdaggett@6176 3569 <pre
jdaggett@8225 3570 class=prod><dfn id=contextual-alt-values><var>&lt;contextual-alt-values&gt;</var></dfn> = [ <a href="#contextual">contextual</a> | <a href="#no-contextual">no-contextual</a> ]</pre>
jdaggett@6176 3571
jdaggett@6176 3572 <p>Individual values have the following meanings:
jdaggett@6176 3573
jdaggett@6176 3574 <dl>
jdaggett@6176 3575 <dt><dfn id=common-ligatures>common-ligatures</dfn>
jdaggett@6176 3576
jdaggett@6436 3577 <dd>Enables display of common ligatures (OpenType features: <span
jdaggett@6436 3578 class=tag>liga, clig</span>). For OpenType fonts, common ligatures are
jdaggett@6436 3579 enabled by default.
jdaggett@6176 3580 </dl>
jdaggett@6176 3581
jdaggett@6176 3582 <div class=featex><img alt="common ligature example" src=liga.png></div>
jdaggett@6176 3583
jdaggett@6176 3584 <dl>
jdaggett@6176 3585 <dt><dfn id=no-common-ligatures>no-common-ligatures</dfn>
jdaggett@6176 3586
jdaggett@6436 3587 <dd>Disables display of common ligatures (OpenType features: <span
jdaggett@6436 3588 class=tag>liga, clig</span>).
jdaggett@6176 3589
jdaggett@6176 3590 <dt><dfn id=discretionary-ligatures>discretionary-ligatures</dfn>
jdaggett@6176 3591
jdaggett@6436 3592 <dd>Enables display of discretionary ligatures (OpenType feature: <span
jdaggett@6436 3593 class=tag>dlig</span>). Which ligatures are discretionary, or optional,
jdaggett@6436 3594 is decided by the type designer so authors will need to refer to the
jdaggett@6176 3595 documentation of a given font to understand which ligatures are
jdaggett@6176 3596 considered discretionary.
jdaggett@6176 3597 </dl>
jdaggett@6176 3598
jdaggett@6176 3599 <div class=featex><img alt="discretionary ligature example" src=dlig.png></div>
jdaggett@6176 3600
jdaggett@6176 3601 <dl>
jdaggett@6176 3602 <dt><dfn id=no-discretionary-ligatures>no-discretionary-ligatures</dfn>
jdaggett@6176 3603
jdaggett@6436 3604 <dd>Disables display of discretionary ligatures (OpenType feature: <span
jdaggett@6436 3605 class=tag>dlig</span>).
jdaggett@6176 3606
jdaggett@6176 3607 <dt><dfn id=historical-ligatures>historical-ligatures</dfn>
jdaggett@6176 3608
jdaggett@6436 3609 <dd>Enables display of historical ligatures (OpenType feature: <span
jdaggett@6436 3610 class=tag>hlig</span>).
jdaggett@6176 3611 </dl>
jdaggett@6176 3612
jdaggett@6176 3613 <div class=featex><img alt="historical ligature example" src=hlig.png></div>
jdaggett@6176 3614
jdaggett@6176 3615 <dl>
jdaggett@6176 3616 <dt><dfn id=no-historical-ligatures>no-historical-ligatures</dfn>
jdaggett@6176 3617
jdaggett@6436 3618 <dd>Disables display of historical ligatures (OpenType feature: <span
jdaggett@6436 3619 class=tag>hlig</span>).
jdaggett@6176 3620
jdaggett@6176 3621 <dt><dfn id=contextual>contextual</dfn>
jdaggett@6176 3622
jdaggett@6436 3623 <dd>Enables display of contextual alternates (OpenType feature: <span
jdaggett@6436 3624 class=tag>calt</span>). Although not strictly a ligature feature, like
jdaggett@6176 3625 ligatures this feature is commonly used to harmonize the shapes of glyphs
jdaggett@6436 3626 with the surrounding context. For OpenType fonts, this feature is on by
jdaggett@6436 3627 default.
jdaggett@6176 3628 </dl>
jdaggett@6176 3629
jdaggett@6176 3630 <div class=featex><img alt="contextual alternate example" src=calt.png></div>
jdaggett@6176 3631
jdaggett@6176 3632 <dl>
jdaggett@6176 3633 <dt><dfn id=no-contextual>no-contextual</dfn>
jdaggett@6176 3634
jdaggett@6436 3635 <dd>Disables display of contextual alternates (OpenType feature: <span
jdaggett@6436 3636 class=tag>calt</span>).
jdaggett@6176 3637 </dl>
jdaggett@6176 3638
jdaggett@6176 3639 <p>Required ligatures, needed for correctly rendering complex scripts, are
jdaggett@6436 3640 not affected by the settings above, including ‘<code
jdaggett@6436 3641 class=property>none</code>’ (OpenType feature: <span
jdaggett@6436 3642 class=tag>rlig</span>).</p>
jdaggett@3460 3643 <!-- prop: font-variant-position -->
jdaggett@3460 3644
jdaggett@6176 3645 <h3 id=font-variant-position-prop><span class=secno>6.5 </span>Subscript
jdaggett@3638 3646 and superscript forms: the <a
jdaggett@3460 3647 href="#propdef-font-variant-position">font-variant-position</a> property</h3>
jdaggett@3460 3648
jdaggett@4624 3649 <table class=propdef id=namefont-variant-positionvaluenormal-sub>
jdaggett@1662 3650 <tbody>
jdaggett@1662 3651 <tr>
jdaggett@1662 3652 <td>Name:
jdaggett@1662 3653
jdaggett@3460 3654 <td><dfn id=propdef-font-variant-position>font-variant-position</dfn>
jdaggett@1662 3655
jdaggett@1662 3656 <tr>
jdaggett@1662 3657 <td>Value:
jdaggett@1662 3658
jdaggett@3638 3659 <td>normal | sub | super
jdaggett@1732 3660
jdaggett@1732 3661 <tr>
jdaggett@1732 3662 <td>Initial:
jdaggett@1732 3663
jdaggett@1732 3664 <td>normal
jdaggett@1732 3665
jdaggett@1732 3666 <tr>
jdaggett@1732 3667 <td>Applies to:
jdaggett@1732 3668
jdaggett@1732 3669 <td>all elements
jdaggett@1732 3670
jdaggett@1732 3671 <tr>
jdaggett@1732 3672 <td>Inherited:
jdaggett@1732 3673
jdaggett@1732 3674 <td>yes
jdaggett@1732 3675
jdaggett@1732 3676 <tr>
jdaggett@1732 3677 <td>Percentages:
jdaggett@1732 3678
jdaggett@1732 3679 <td>N/A
jdaggett@1732 3680
jdaggett@1732 3681 <tr>
jdaggett@1732 3682 <td>Media:
jdaggett@1732 3683
jdaggett@1732 3684 <td>visual
jdaggett@1732 3685
jdaggett@1732 3686 <tr>
jdaggett@1732 3687 <td>Computed value:
jdaggett@1732 3688
jdaggett@1732 3689 <td>as specified
jdaggett@7377 3690
jdaggett@7377 3691 <tr>
jdaggett@7377 3692 <td>Animatable:
jdaggett@7377 3693
jdaggett@7377 3694 <td>no
jdaggett@1732 3695 </table>
jdaggett@1732 3696
jdaggett@5890 3697 <p>This property is used to enable typographic subscript and superscript
jdaggett@5890 3698 glyphs. These are alternate glyphs designed within the same em-box as
jdaggett@5890 3699 default glyphs and are intended to be laid out on the same baseline as the
jdaggett@5890 3700 default glyphs, with no resizing or repositioning of the baseline. They
jdaggett@5890 3701 are explicitly designed to match the surrounding text and to be more
jdaggett@5890 3702 readable without affecting the line height.
jdaggett@3511 3703
jdaggett@3511 3704 <div class=figure><img alt="comparison between real subscript glyphs and
jdaggett@3511 3705 synthesized ones" src=realsubscripts.png>
jdaggett@3511 3706 <p class=caption>Subscript glyphs (top) vs. typical synthesized subscripts
jdaggett@3511 3707 (bottom)
jdaggett@3511 3708 </div>
jdaggett@3460 3709
jdaggett@3638 3710 <p>The values ‘<code class=property>sub</code>’ and ‘<code
jdaggett@3638 3711 class=property>super</code>’ imply the appropriate variant glyph is
jdaggett@6436 3712 displayed when available in the font (OpenType features: <span
jdaggett@6436 3713 class=tag>subs, sups</span>). A value of ‘<a href="#normal2"><code
jdaggett@5890 3714 class=property>normal</code></a>’ implies neither of these alternate
jdaggett@5890 3715 glyphs are substituted.
jdaggett@5890 3716
jdaggett@5890 3717 <p>Because of the semantic nature of subscripts and superscripts, when the
jdaggett@5890 3718 value is either ‘<code class=property>sub</code>’ or ‘<code
jdaggett@8177 3719 class=property>super</code>’ for a given contiguous run of text, if a
jdaggett@8177 3720 variant glyph is not available for all the characters in the run,
jdaggett@8177 3721 simulated glyphs must be synthesized for all characters using reduced
jdaggett@8177 3722 forms of the glyphs that would be used without this feature applied. This
jdaggett@8177 3723 is done to avoid a mixture of variant glyphs and synthesized ones that
jdaggett@8177 3724 would not align correctly.
jdaggett@3460 3725
jdaggett@3460 3726 <p>In the case of OpenType fonts that lack subscript or superscript glyphs
jdaggett@5891 3727 for a given character, user agents must use the appropriate subscript and
jdaggett@5891 3728 superscript metrics specified in the selected font's <a
jdaggett@3460 3729 href="http://www.microsoft.com/typography/otspec/os2.htm#subxs">OS/2
jdaggett@3460 3730 table</a> <a href="#OPENTYPE"
jdaggett@5891 3731 rel=biblioentry>[OPENTYPE]<!--{{!OPENTYPE}}--></a> to calculate the size
jdaggett@5891 3732 and offset of the synthesized substitutes.
jdaggett@2461 3733
jdaggett@2461 3734 <p>In the past, user agents have used font-size and vertical-align to
jdaggett@6436 3735 simulate subscripts and superscripts for the <span class=tag>sub</span>
jdaggett@6436 3736 and <span class=tag>sup</span> elements. To allow a backwards compatible
jdaggett@6436 3737 way of defining subscripts and superscripts, it is recommended that
jdaggett@6436 3738 authors use conditional rules <a href="#CSS3-CONDITIONAL"
jdaggett@3460 3739 rel=biblioentry>[CSS3-CONDITIONAL]<!--{{CSS3-CONDITIONAL}}--></a> so that
jdaggett@5890 3740 older user agents will still render subscripts and superscripts via the
jdaggett@5890 3741 older mechanism.
jdaggett@5890 3742
jdaggett@5890 3743 <p>Authors should note that fonts typically only provide subscript and
jdaggett@5890 3744 superscript glyphs for a subset of all characters supported by the font.
jdaggett@5891 3745 While subscript and superscript glyphs are often available for Latin
jdaggett@5891 3746 numbers, glyphs for punctuation and letter characters are less frequently
jdaggett@5891 3747 provided. The synthetic fallback rules defined for this property assure
jdaggett@5891 3748 that subscripts and superscripts will always appear but the appearance may
jdaggett@5891 3749 not match author expectations if the font used does not provide the
jdaggett@5891 3750 appropriate alternate glyph for all characters contained in a subscript or
jdaggett@5890 3751 superscript.
jdaggett@5890 3752
jdaggett@5890 3753 <div class=figure><img alt="alternate superscripts vs. glyphs synthesized
jdaggett@5890 3754 using superscript metrics" src=superscript-alt-synth.png>
jdaggett@5890 3755 <p class=caption>Superscript alternate glyph (left), synthesized
jdaggett@5890 3756 superscript glyphs (middle), and incorrect mixture of the two (right)
jdaggett@5890 3757 </div>
jdaggett@5890 3758
jdaggett@5890 3759 <p>This property is not cumulative, applying it to subelements within a
jdaggett@5890 3760 subscript or superscript won't nest the placement of a subscript or
jdaggett@5890 3761 superscript glyph. Images contained within text runs where the value of
jdaggett@5890 3762 this property is ‘<code class=property>sub</code>’ or ‘<code
jdaggett@5890 3763 class=property>super</code>’ will be drawn just as they would if the
jdaggett@5890 3764 value was ‘<a href="#normal2"><code class=property>normal</code></a>’.
jdaggett@5890 3765 Likewise, text decorations such as underlines or emphasis marks will
jdaggett@5890 3766 render in the same position as they would for the default glyphs, since
jdaggett@5890 3767 this property does not affect the baseline position.
jdaggett@5890 3768
jdaggett@5890 3769 <p>Because of these limitations, font-variant-position is not recommended
jdaggett@5890 3770 for use in user agent stylesheets. Authors should use it in cases where
jdaggett@5890 3771 subscripts or superscripts will only contain the narrow range of
jdaggett@5890 3772 characters supported by the fonts specified.
jdaggett@2509 3773
jdaggett@2461 3774 <div class=example>
jdaggett@6436 3775 <p>A typical user agent default style for the <span class=tag>sub</span>
jdaggett@6436 3776 element:</p>
jdaggett@2461 3777
jdaggett@2461 3778 <pre>sub {
jdaggett@2461 3779 vertical-align: sub;
jdaggett@2461 3780 font-size: smaller;
jdaggett@2461 3781 line-height: normal;
jdaggett@2461 3782 }
jdaggett@2461 3783 </pre>
jdaggett@2461 3784
jdaggett@3460 3785 <p>Using font-variant-position to specify typographic subscripts in a way
jdaggett@3460 3786 that will still show subscripts in older user agents:</p>
jdaggett@3460 3787
jdaggett@3460 3788 <pre>@supports ( font-variant-position: sub ) {
jdaggett@3460 3789
jdaggett@3460 3790 sub {
jdaggett@3460 3791 vertical-align: inherit;
jdaggett@3460 3792 font-size: 100%;
jdaggett@3460 3793 line-height: inherit;
jdaggett@3460 3794 font-variant-position: sub;
jdaggett@3460 3795 }
jdaggett@3460 3796
jdaggett@2461 3797 }
jdaggett@2461 3798 </pre>
jdaggett@2461 3799
jdaggett@4624 3800 <p>User agents that support the ‘<a
jdaggett@4624 3801 href="#propdef-font-variant-position"><code
jdaggett@4624 3802 class=property>font-variant-position</code></a>’ property will select a
jdaggett@4624 3803 subscript variant glyph and render this without adjusting the baseline or
jdaggett@4624 3804 font-size. Older user agents will ignore the ‘<a
jdaggett@4624 3805 href="#propdef-font-variant-position"><code
jdaggett@4624 3806 class=property>font-variant-position</code></a>’ property definition
jdaggett@4624 3807 and use the standard defaults for subscripts.</p>
jdaggett@2461 3808 </div>
jdaggett@2118 3809 <!-- prop: font-variant-caps -->
jdaggett@2118 3810
jdaggett@2118 3811 <h3 id=font-variant-caps-prop><span class=secno>6.6 </span>Capitalization:
jdaggett@1662 3812 the <a href="#propdef-font-variant-caps">font-variant-caps</a> property</h3>
jdaggett@1662 3813
jdaggett@5809 3814 <table class=propdef id=namefont-variant-capsvaluenormal-small-c>
jdaggett@1662 3815 <tbody>
jdaggett@1662 3816 <tr>
jdaggett@1662 3817 <td>Name:
jdaggett@1662 3818
jdaggett@1662 3819 <td><dfn id=propdef-font-variant-caps>font-variant-caps</dfn>
jdaggett@1662 3820
jdaggett@1662 3821 <tr>
jdaggett@1662 3822 <td>Value:
jdaggett@1662 3823
jdaggett@5809 3824 <td>normal | small-caps | all-small-caps | petite-caps | all-petite-caps
jdaggett@6648 3825 | unicase | titling-caps
jdaggett@1662 3826
jdaggett@1662 3827 <tr>
jdaggett@1662 3828 <td>Initial:
jdaggett@1662 3829
jdaggett@1662 3830 <td>normal
jdaggett@1662 3831
jdaggett@1662 3832 <tr>
jdaggett@1662 3833 <td>Applies to:
jdaggett@1662 3834
jdaggett@1662 3835 <td>all elements
jdaggett@1662 3836
jdaggett@1662 3837 <tr>
jdaggett@1662 3838 <td>Inherited:
jdaggett@1662 3839
jdaggett@1662 3840 <td>yes
jdaggett@1662 3841
jdaggett@1662 3842 <tr>
jdaggett@1662 3843 <td>Percentages:
jdaggett@1662 3844
jdaggett@1662 3845 <td>N/A
jdaggett@1662 3846
jdaggett@1662 3847 <tr>
jdaggett@1662 3848 <td>Media:
jdaggett@1662 3849
jdaggett@1662 3850 <td>visual
jdaggett@1662 3851
jdaggett@1662 3852 <tr>
jdaggett@1662 3853 <td>Computed value:
jdaggett@1662 3854
jdaggett@1662 3855 <td>as specified
jdaggett@7377 3856
jdaggett@7377 3857 <tr>
jdaggett@7377 3858 <td>Animatable:
jdaggett@7377 3859
jdaggett@7377 3860 <td>no
jdaggett@1662 3861 </table>
jdaggett@1662 3862
jdaggett@1662 3863 <p>Specifies control over capitalized forms.
jdaggett@1662 3864
jdaggett@1732 3865 <p>Individual values have the following meanings:
jdaggett@1662 3866
jdaggett@1662 3867 <dl>
jdaggett@5809 3868 <dt><dfn id=normal>normal</dfn>
jdaggett@5809 3869
jdaggett@5809 3870 <dd>None of the features listed below are enabled.
jdaggett@5809 3871
jdaggett@1662 3872 <dt><dfn id=small-caps>small-caps</dfn>
jdaggett@1662 3873
jdaggett@6436 3874 <dd>Enables display of small capitals (OpenType feature: <span
jdaggett@6436 3875 class=tag>smcp</span>). Small-caps glyphs typically use the form of
jdaggett@6436 3876 uppercase letters but are reduced to the size of lowercase letters.
jdaggett@1662 3877 </dl>
jdaggett@1662 3878
jdaggett@1662 3879 <div class=featex><img alt="small-caps example" src=smcp.png></div>
jdaggett@1662 3880
jdaggett@1662 3881 <dl>
jdaggett@1732 3882 <dt><dfn id=all-small-caps>all-small-caps</dfn>
jdaggett@1732 3883
jdaggett@1732 3884 <dd>Enables display of small capitals for both upper and lowercase letters
jdaggett@6436 3885 (OpenType features: <span class=tag>c2sc, smcp</span>).
jdaggett@1732 3886
jdaggett@1662 3887 <dt><dfn id=petite-caps>petite-caps</dfn>
jdaggett@1662 3888
jdaggett@6436 3889 <dd>Enables display of petite capitals (OpenType feature: <span
jdaggett@6436 3890 class=tag>pcap</span>).
jdaggett@1662 3891
jdaggett@1732 3892 <dt><dfn id=all-petite-caps>all-petite-caps</dfn>
jdaggett@1732 3893
jdaggett@1732 3894 <dd>Enables display of petite capitals for both upper and lowercase
jdaggett@6436 3895 letters (OpenType features: <span class=tag>c2pc, pcap</span>).
jdaggett@1732 3896
jdaggett@6648 3897 <dt><dfn id=unicase>unicase</dfn>
jdaggett@6648 3898
jdaggett@6648 3899 <dd>Enables display of mixture of small capitals for uppercase letters
jdaggett@6648 3900 with normal lowercase letters (OpenType feature: <span
jdaggett@6648 3901 class=tag>unic</span>).
jdaggett@6648 3902
jdaggett@1662 3903 <dt><dfn id=titling-caps>titling-caps</dfn>
jdaggett@1662 3904
jdaggett@6436 3905 <dd>Enables display of titling capitals (OpenType feature: <span
jdaggett@6436 3906 class=tag>titl</span>). Uppercase letter glyphs are often designed for
jdaggett@6436 3907 use with lowercase letters. When used in all uppercase titling sequences
jdaggett@6436 3908 they can appear too strong. Titling capitals are designed specifically
jdaggett@6436 3909 for this situation.
jdaggett@1662 3910 </dl>
jdaggett@1662 3911
jdaggett@6648 3912 <p>This property allows the selection of alternate glyphs used for small or
jdaggett@6648 3913 petite capitals or for titling. These glyphs are specifically designed to
jdaggett@6648 3914 blend well with the surrounding normal glyphs, to maintain the weight and
jdaggett@6648 3915 readability which suffers when text is simply resized to fit this purpose.
jdaggett@6648 3916
jdaggett@6648 3917 <p>The availability of these glyphs is based on whether a given feature is
jdaggett@6648 3918 defined or not in the feature list of the font. User agents can optionally
jdaggett@6648 3919 decide this on a per-script basis but should explicitly not decide this on
jdaggett@6648 3920 a per-character basis.
jdaggett@6648 3921
jdaggett@6648 3922 <p>Some fonts may only support a subset or none of the features described
jdaggett@6648 3923 for this property. For backwards compatibility with CSS 2.1, if ‘<a
jdaggett@4624 3924 href="#small-caps"><code class=property>small-caps</code></a>’ or ‘<a
jdaggett@4624 3925 href="#all-small-caps"><code class=property>all-small-caps</code></a>’
jdaggett@4624 3926 is specified but small-caps glyphs are not available for a given font,
jdaggett@4624 3927 user agents should simulate a small-caps font, for example by taking a
jdaggett@6648 3928 normal font and replacing the glyphs for lowercase letters with scaled
jdaggett@6648 3929 versions of the glyphs for uppercase characters (replacing the glyphs for
jdaggett@6648 3930 both upper and lowercase letters in the case of ‘<a
jdaggett@4624 3931 href="#all-small-caps"><code class=property>all-small-caps</code></a>’).
jdaggett@6648 3932
jdaggett@6648 3933 <div class=figure style="padding: 0; margin: auto;"><img alt="synthetic vs.
jdaggett@6648 3934 real small-caps" class=hires src=synthetic-vs-real-small-caps.png
jdaggett@6648 3935 width=512px>
jdaggett@6648 3936 <p class=caption>Synthetic vs. real small-caps
jdaggett@6648 3937 </div>
jdaggett@6648 3938
jdaggett@6648 3939 <p>To match the surrounding text, a font may provide alternate glyphs for
jdaggett@6648 3940 caseless characters when these features are enabled but when a user agent
jdaggett@6648 3941 simulates small capitals, it must not attempt to simulate alternates for
jdaggett@6648 3942 codepoints which are considered caseless.
jdaggett@6648 3943
jdaggett@6648 3944 <div class=figure style="padding: 0; margin: auto;"><img alt="caseless
jdaggett@6648 3945 characters with small-caps, all-small-caps enabled" class=hires
jdaggett@6648 3946 src=small-capitals-variations.png width=418px>
jdaggett@6648 3947 <p class=caption>Caseless characters with small-caps, all-small-caps
jdaggett@6648 3948 enabled
jdaggett@6648 3949 </div>
jdaggett@6648 3950
jdaggett@6648 3951 <p>If either ‘<a href="#petite-caps"><code
jdaggett@4624 3952 class=property>petite-caps</code></a>’ or ‘<a
jdaggett@4624 3953 href="#all-petite-caps"><code class=property>all-petite-caps</code></a>’
jdaggett@4624 3954 is specified for a font that doesn't support these features, the property
jdaggett@4624 3955 behaves as if ‘<a href="#small-caps"><code
jdaggett@4624 3956 class=property>small-caps</code></a>’ or ‘<a
jdaggett@4624 3957 href="#all-small-caps"><code class=property>all-small-caps</code></a>’,
jdaggett@6648 3958 respectively, had been specified. If ‘<a href="#unicase"><code
jdaggett@6648 3959 class=property>unicase</code></a>’ is specified for a font that doesn't
jdaggett@6648 3960 support that feature, the property behaves as if ‘<a
jdaggett@6648 3961 href="#small-caps"><code class=property>small-caps</code></a>’ was
jdaggett@6648 3962 applied only to lowercased uppercase letters. If ‘<a
jdaggett@6648 3963 href="#titling-caps"><code class=property>titling-caps</code></a>’ is
jdaggett@6648 3964 specified with a font that does not support this feature, this property
jdaggett@6648 3965 has no visible effect. When simulated small capital glyphs are used, for
jdaggett@4624 3966 scripts that lack uppercase and lowercase letters, ‘<a
jdaggett@4624 3967 href="#small-caps"><code class=property>small-caps</code></a>’, ‘<a
jdaggett@4624 3968 href="#all-small-caps"><code class=property>all-small-caps</code></a>’,
jdaggett@4624 3969 ‘<a href="#petite-caps"><code class=property>petite-caps</code></a>’,
jdaggett@4624 3970 ‘<a href="#all-petite-caps"><code
jdaggett@4624 3971 class=property>all-petite-caps</code></a>’ and ‘<a
jdaggett@4624 3972 href="#unicase"><code class=property>unicase</code></a>’ have no visible
jdaggett@2462 3973 effect.
jdaggett@1662 3974
jdaggett@6648 3975 <p>When casing transforms are used to simulate small capitals, the casing
jdaggett@6648 3976 transformations should match those used for the <span
jdaggett@6648 3977 class=property>‘<code class=property>text-transform</code>’</span>
jdaggett@6648 3978 property.
jdaggett@6648 3979
jdaggett@6648 3980 <p>As a last resort, unscaled uppercase letter glyphs in a normal font may
jdaggett@6648 3981 replace glyphs in a small-caps font so that the text appears in all
jdaggett@6648 3982 uppercase letters.
jdaggett@6648 3983
jdaggett@6648 3984 <div class=figure style="padding: 0; margin: auto;"><img alt="using
jdaggett@6648 3985 all-small-caps in acronym-laden text" class=hires
jdaggett@6648 3986 src=acronym-laden-text.png width=596px>
jdaggett@6648 3987 <p class=caption>Using small capitals to improve readability in
jdaggett@6648 3988 acronym-laden text
jdaggett@6648 3989 </div>
jdaggett@6648 3990
jdaggett@1662 3991 <div class=example>
jdaggett@1662 3992 <p>Quotes rendered italicised, with small-caps on the first line:</p>
jdaggett@1662 3993
jdaggett@1662 3994 <pre>blockquote { font-style: italic; }
jdaggett@1662 3995 blockquote:first-line { font-variant: small-caps; }
jdaggett@1662 3996
jdaggett@1662 3997 &lt;blockquote><a href="http://lists.w3.org/Archives/Public/www-style/2009Dec/0036.html" style="text-decoration: none">I'll be honor-bound to slap them like a haddock.</a>&lt;/blockquote>
jdaggett@1662 3998 </pre>
jdaggett@1662 3999 </div>
jdaggett@2118 4000 <!-- prop: font-variant-numeric -->
jdaggett@2118 4001
jdaggett@2118 4002 <h3 id=font-variant-numeric-prop><span class=secno>6.7 </span>Numerical
jdaggett@1662 4003 formatting: the <a
jdaggett@1662 4004 href="#propdef-font-variant-numeric">font-variant-numeric</a> property</h3>
jdaggett@1662 4005
jdaggett@5809 4006 <table class=propdef id=namefont-variant-numericvaluenormal-ltnu>
jdaggett@1662 4007 <tbody>
jdaggett@1662 4008 <tr>
jdaggett@1662 4009 <td>Name:
jdaggett@1662 4010
jdaggett@1662 4011 <td><dfn id=propdef-font-variant-numeric>font-variant-numeric</dfn>
jdaggett@1662 4012
jdaggett@1662 4013 <tr>
jdaggett@1662 4014 <td>Value:
jdaggett@1662 4015
jdaggett@8225 4016 <td>normal | [ <a
jdaggett@8225 4017 href="#numeric-figure-values"><var>&lt;numeric-figure-values&gt;</var></a>
jdaggett@8225 4018 || <a
jdaggett@8225 4019 href="#numeric-spacing-values"><var>&lt;numeric-spacing-values&gt;</var></a>
jdaggett@8225 4020 || <a
jdaggett@8225 4021 href="#numeric-fraction-values"><var>&lt;numeric-fraction-values&gt;</var></a>
jdaggett@8225 4022 || <a href="#ordinal">ordinal</a> || <a
jdaggett@8225 4023 href="#slashed-zero">slashed-zero</a> ]
jdaggett@1662 4024
jdaggett@1662 4025 <tr>
jdaggett@1662 4026 <td>Initial:
jdaggett@1662 4027
jdaggett@1662 4028 <td>normal
jdaggett@1662 4029
jdaggett@1662 4030 <tr>
jdaggett@1662 4031 <td>Applies to:
jdaggett@1662 4032
jdaggett@1662 4033 <td>all elements
jdaggett@1662 4034
jdaggett@1662 4035 <tr>
jdaggett@1662 4036 <td>Inherited:
jdaggett@1662 4037
jdaggett@1662 4038 <td>yes
jdaggett@1662 4039
jdaggett@1662 4040 <tr>
jdaggett@1662 4041 <td>Percentages:
jdaggett@1662 4042
jdaggett@1662 4043 <td>N/A
jdaggett@1662 4044
jdaggett@1662 4045 <tr>
jdaggett@1662 4046 <td>Media:
jdaggett@1662 4047
jdaggett@1662 4048 <td>visual
jdaggett@1662 4049
jdaggett@1662 4050 <tr>
jdaggett@1662 4051 <td>Computed value:
jdaggett@1662 4052
jdaggett@1662 4053 <td>as specified
jdaggett@7377 4054
jdaggett@7377 4055 <tr>
jdaggett@7377 4056 <td>Animatable:
jdaggett@7377 4057
jdaggett@7377 4058 <td>no
jdaggett@1662 4059 </table>
jdaggett@1662 4060
jdaggett@1662 4061 <p>Specifies control over numerical forms.
jdaggett@1662 4062
jdaggett@1662 4063 <pre
jdaggett@8225 4064 class=prod><dfn id=numeric-figure-values><var>&lt;numeric-figure-values&gt;</var></dfn> = [ <a href="#lining-nums">lining-nums</a> | <a href="#oldstyle-nums">oldstyle-nums</a> ]</pre>
jdaggett@1732 4065
jdaggett@1732 4066 <pre
jdaggett@8225 4067 class=prod><dfn id=numeric-spacing-values><var>&lt;numeric-spacing-values&gt;</var></dfn> = [ <a href="#proportional-nums">proportional-nums</a> | <a href="#tabular-nums">tabular-nums</a> ]</pre>
jdaggett@1732 4068
jdaggett@1732 4069 <pre
jdaggett@8225 4070 class=prod><dfn id=numeric-fraction-values><var>&lt;numeric-fraction-values&gt;</var></dfn> = [ <a href="#diagonal-fractions">diagonal-fractions</a> | <a href="#stacked-fractions">stacked-fractions</a> ]</pre>
jdaggett@1732 4071
jdaggett@1732 4072 <p>Individual values have the following meanings:
jdaggett@1662 4073
jdaggett@1662 4074 <dl>
jdaggett@5809 4075 <dt><dfn id=normal0>normal</dfn>
jdaggett@5809 4076
jdaggett@5809 4077 <dd>None of the features listed below are enabled.
jdaggett@5809 4078
jdaggett@1662 4079 <dt><dfn id=lining-nums>lining-nums</dfn>
jdaggett@1662 4080
jdaggett@6436 4081 <dd>Enables display of lining numerals (OpenType feature: <span
jdaggett@6436 4082 class=tag>lnum</span>).
jdaggett@1662 4083
jdaggett@1662 4084 <dt><dfn id=oldstyle-nums>oldstyle-nums</dfn>
jdaggett@1662 4085
jdaggett@6436 4086 <dd>Enables display of old-style numerals (OpenType feature: <span
jdaggett@6436 4087 class=tag>onum</span>).
jdaggett@1662 4088
jdaggett@1662 4089 <dt><dfn id=proportional-nums>proportional-nums</dfn>
jdaggett@1662 4090
jdaggett@6436 4091 <dd>Enables display of proportional numerals (OpenType feature: <span
jdaggett@6436 4092 class=tag>pnum</span>).
jdaggett@1662 4093
jdaggett@1662 4094 <dt><dfn id=tabular-nums>tabular-nums</dfn>
jdaggett@1662 4095
jdaggett@6436 4096 <dd>Enables display of tabular numerals (OpenType feature: <span
jdaggett@6436 4097 class=tag>tnum</span>).
jdaggett@1662 4098 </dl>
jdaggett@1662 4099
jdaggett@1662 4100 <p>The example below shows how these different properties can be combined
jdaggett@1662 4101 to influence the rendering of tabular data with fonts that support these
jdaggett@1662 4102 features. Within normal paragraph text, proportional numbers are used
jdaggett@1662 4103 while tabular numbers are used so that columns of numbers line up
jdaggett@1662 4104 properly:
jdaggett@1662 4105
jdaggett@1662 4106 <div class=figure style="padding: 0; margin: auto;"><img alt="combining
jdaggett@1662 4107 number styles" src=numberstyles.png>
jdaggett@1662 4108 <p class=caption>Using number styles
jdaggett@1662 4109 </div>
jdaggett@1662 4110
jdaggett@1662 4111 <dl>
jdaggett@1662 4112 <dt><dfn id=diagonal-fractions>diagonal-fractions</dfn>
jdaggett@1662 4113
jdaggett@6436 4114 <dd>Enables display of lining diagonal fractions (OpenType feature: <span
jdaggett@6436 4115 class=tag>frac</span>).
jdaggett@1662 4116 </dl>
jdaggett@1662 4117
jdaggett@1662 4118 <div class=featex><img alt="diagonal fraction example" src=frac.png></div>
jdaggett@1662 4119
jdaggett@1662 4120 <dl>
jdaggett@1662 4121 <dt><dfn id=stacked-fractions>stacked-fractions</dfn>
jdaggett@1662 4122
jdaggett@6436 4123 <dd>Enables display of lining stacked fractions (OpenType feature: <span
jdaggett@6436 4124 class=tag>afrc</span>).
jdaggett@1662 4125 </dl>
jdaggett@1662 4126
jdaggett@1662 4127 <div class=featex><img alt="stacked fraction example" src=afrc.png></div>
jdaggett@1662 4128
jdaggett@1662 4129 <dl>
jdaggett@3638 4130 <dt><dfn id=ordinal>ordinal</dfn>
jdaggett@3638 4131
jdaggett@3638 4132 <dd>Enables display of forms used with ordinal numbers (OpenType feature:
jdaggett@6436 4133 <span class=tag>ordn</span>).
jdaggett@3638 4134
jdaggett@1662 4135 <dt><dfn id=slashed-zero>slashed-zero</dfn>
jdaggett@1662 4136
jdaggett@6436 4137 <dd>Enables display of slashed zeros (OpenType feature: <span
jdaggett@6436 4138 class=tag>zero</span>).
jdaggett@1662 4139 </dl>
jdaggett@1662 4140
jdaggett@1662 4141 <div class=featex><img alt="slashed zero example" src=zero.png></div>
jdaggett@1662 4142
jdaggett@1662 4143 <div class=example id=steak-marinade>
jdaggett@1662 4144 <p>A simple flank steak marinade recipe, rendered with automatic fractions
jdaggett@1662 4145 and old-style numerals:</p>
jdaggett@1662 4146
jdaggett@1662 4147 <pre>.amount { font-variant-numeric: oldstyle-nums diagonal-fractions; }
jdaggett@1662 4148
jdaggett@1662 4149 &lt;h4>Steak marinade:&lt;/h4>
jdaggett@1662 4150 &lt;ul>
jdaggett@1662 4151 &lt;li>&lt;span class="amount">2&lt;/span> tbsp olive oil&lt;/li>
jdaggett@1662 4152 &lt;li>&lt;span class="amount">1&lt;/span> tbsp lemon juice&lt;/li>
jdaggett@1662 4153 &lt;li>&lt;span class="amount">1&lt;/span> tbsp soy sauce&lt;/li>
jdaggett@1662 4154 &lt;li>&lt;span class="amount">1 1/2&lt;/span> tbsp dry minced onion&lt;/li>
jdaggett@1662 4155 &lt;li>&lt;span class="amount">2 1/2&lt;/span> tsp italian seasoning&lt;/li>
jdaggett@1732 4156 &lt;li>Salt &amp;amp; pepper&lt;/li>
jdaggett@1662 4157 &lt;/ul>
jdaggett@1662 4158
jdaggett@5596 4159 &lt;p>Mix the meat with the marinade and let it sit covered in the refrigerator
jdaggett@5596 4160 for a few hours or overnight.&lt;/p>
jdaggett@1662 4161 </pre>
jdaggett@1662 4162 </div>
jdaggett@2118 4163 <!-- prop: font-variant-alternates -->
jdaggett@2118 4164
jdaggett@2118 4165 <h3 id=font-variant-alternates-prop><span class=secno>6.8 </span>Alternates
jdaggett@2118 4166 and swashes: the <a
jdaggett@2118 4167 href="#propdef-font-variant-alternates">font-variant-alternates</a>
jdaggett@2118 4168 property</h3>
jdaggett@2118 4169
jdaggett@6176 4170 <table class=propdef id=namefont-variant-alternatesvaluenormal-s>
jdaggett@2118 4171 <tbody>
jdaggett@2118 4172 <tr>
jdaggett@2118 4173 <td>Name:
jdaggett@2118 4174
jdaggett@2118 4175 <td><dfn
jdaggett@2118 4176 id=propdef-font-variant-alternates>font-variant-alternates</dfn>
jdaggett@2118 4177
jdaggett@2118 4178 <tr>
jdaggett@2118 4179 <td>Value:
jdaggett@2118 4180
jdaggett@8225 4181 <td>normal | [ <a href="#stylistic"
jdaggett@8225 4182 title=stylistic>stylistic(&lt;feature-value-name&gt;)</a> || <a
jdaggett@8225 4183 href="#historical-forms">historical-forms</a> || <a href="#styleset"
jdaggett@8225 4184 title=styleset>styleset(&lt;feature-value-name&gt; #)</a> || <a
jdaggett@8225 4185 href="#character-variant"
jdaggett@8225 4186 title=character-variant>character-variant(&lt;feature-value-name&gt;
jdaggett@8225 4187 #)</a> || <a href="#swash"
jdaggett@8225 4188 title=swash>swash(&lt;feature-value-name&gt;)</a> || <a
jdaggett@8225 4189 href="#ornaments"
jdaggett@8225 4190 title=ornaments>ornaments(&lt;feature-value-name&gt;)</a> || <a
jdaggett@8225 4191 href="#annotation"
jdaggett@8225 4192 title=annotation>annotation(&lt;feature-value-name&gt;)</a> ]
jdaggett@2118 4193
jdaggett@2118 4194 <tr>
jdaggett@2118 4195 <td>Initial:
jdaggett@2118 4196
jdaggett@2118 4197 <td>normal
jdaggett@2118 4198
jdaggett@2118 4199 <tr>
jdaggett@2118 4200 <td>Applies to:
jdaggett@2118 4201
jdaggett@2118 4202 <td>all elements
jdaggett@2118 4203
jdaggett@2118 4204 <tr>
jdaggett@2118 4205 <td>Inherited:
jdaggett@2118 4206
jdaggett@2118 4207 <td>yes
jdaggett@2118 4208
jdaggett@2118 4209 <tr>
jdaggett@2118 4210 <td>Percentages:
jdaggett@2118 4211
jdaggett@2118 4212 <td>N/A
jdaggett@2118 4213
jdaggett@2118 4214 <tr>
jdaggett@2118 4215 <td>Media:
jdaggett@2118 4216
jdaggett@2118 4217 <td>visual
jdaggett@2118 4218
jdaggett@2118 4219 <tr>
jdaggett@2118 4220 <td>Computed value:
jdaggett@2118 4221
jdaggett@2118 4222 <td>as specified
jdaggett@7377 4223
jdaggett@7377 4224 <tr>
jdaggett@7377 4225 <td>Animatable:
jdaggett@7377 4226
jdaggett@7377 4227 <td>no
jdaggett@2118 4228 </table>
jdaggett@2118 4229
jdaggett@2118 4230 <p>For any given character, fonts can provide a variety of alternate glyphs
jdaggett@2118 4231 in addition to the default glyph for that character. This property
jdaggett@2118 4232 provides control over the selection of these alternate glyphs.
jdaggett@2118 4233
jdaggett@7041 4234 <p>In cases where multiple alternates are possible, authors define a
jdaggett@7041 4235 <code>&lt;feature-value-name&gt;</code> using the
jdaggett@7041 4236 <code>@font-feature-values</code> rule described below to indicate the
jdaggett@7041 4237 specific alternate to be used. The nature of these alternates is font
jdaggett@7041 4238 specific, so the rule defines values for a specific font family or set of
jdaggett@7041 4239 families. When a particular value has not been defined for a given family,
jdaggett@7041 4240 the named value is treated as if the feature had omitted from the style
jdaggett@7041 4241 rule. If a given value is outside the range supported by a given font, the
jdaggett@7041 4242 value is ignored. These values never apply to generic font families, nor
jdaggett@7041 4243 to families selected as part of system font fallback. Values that behave
jdaggett@7041 4244 this way are marked as <em>font specific</em>.
jdaggett@2556 4245
jdaggett@2118 4246 <p>Individual values have the following meanings:
jdaggett@2118 4247
jdaggett@2118 4248 <dl>
jdaggett@5809 4249 <dt><dfn id=normal1>normal</dfn>
jdaggett@5809 4250
jdaggett@5809 4251 <dd>None of the features listed below are enabled.
jdaggett@5809 4252
jdaggett@8225 4253 <dt><dfn id=stylistic
jdaggett@7060 4254 title=stylistic>stylistic(&lt;feature-value-name&gt;)</dfn>
jdaggett@2118 4255
jdaggett@2118 4256 <dd>Enables display of stylistic alternates (<em>font specific</em>,
jdaggett@6436 4257 OpenType feature: <span class=tag>salt
jdaggett@6436 4258 &lt;feature-value-name&gt;</span>).
jdaggett@2118 4259 </dl>
jdaggett@2118 4260
jdaggett@2118 4261 <div class=featex><img alt="stylistic alternate example" src=salt.png></div>
jdaggett@2118 4262
jdaggett@2118 4263 <dl>
jdaggett@2118 4264 <dt><dfn id=historical-forms>historical-forms</dfn>
jdaggett@2118 4265
jdaggett@6436 4266 <dd>Enables display of historical forms (OpenType feature: <span
jdaggett@6436 4267 class=tag>hist</span>).
jdaggett@2118 4268 </dl>
jdaggett@2118 4269
jdaggett@2118 4270 <div class=featex><img alt="historical form example" src=hist.png></div>
jdaggett@2118 4271
jdaggett@2118 4272 <dl>
jdaggett@8225 4273 <dt><dfn id=styleset title=styleset>styleset(&lt;feature-value-name&gt;
jdaggett@8225 4274 #)</dfn>
jdaggett@2118 4275
jdaggett@2118 4276 <dd>Enables display with stylistic sets (<em>font specific</em>, OpenType
jdaggett@6436 4277 feature: <span class=tag>ss&lt;feature-index&gt;</span> OpenType
jdaggett@6436 4278 currently defines <span class=tag>ss01</span> through <span
jdaggett@6436 4279 class=tag>ss20</span>).
jdaggett@2118 4280 </dl>
jdaggett@2118 4281
jdaggett@2118 4282 <div class=featex><img alt="styleset example" src=ssnn.png></div>
jdaggett@2118 4283
jdaggett@2118 4284 <dl>
jdaggett@8225 4285 <dt><dfn id=character-variant
jdaggett@8225 4286 title=character-variant>character-variant(&lt;feature-value-name&gt;
jdaggett@8225 4287 #)</dfn>
jdaggett@2118 4288
jdaggett@2118 4289 <dd>Enables display of specific character variants (<em>font
jdaggett@6436 4290 specific</em>, OpenType feature: <span
jdaggett@6436 4291 class=tag>cv&lt;feature-index&gt;</span> OpenType currently defines <span
jdaggett@6436 4292 class=tag>cv01</span> through <span class=tag>cv99</span>).
jdaggett@2118 4293
jdaggett@8225 4294 <dt><dfn id=swash title=swash>swash(&lt;feature-value-name&gt;)</dfn>
jdaggett@2118 4295
jdaggett@2118 4296 <dd>Enables display of swash glyphs (<em>font specific</em>, OpenType
jdaggett@6436 4297 feature: <span class=tag>swsh &lt;feature-index&gt;, cswh
jdaggett@6436 4298 &lt;feature-index&gt;</span>).
jdaggett@2118 4299 </dl>
jdaggett@2118 4300
jdaggett@2118 4301 <div class=featex><img alt="swash example" src=swsh.png></div>
jdaggett@2118 4302
jdaggett@2118 4303 <dl>
jdaggett@8225 4304 <dt><dfn id=ornaments
jdaggett@7060 4305 title=ornaments>ornaments(&lt;feature-value-name&gt;)</dfn>
jdaggett@2118 4306
jdaggett@2118 4307 <dd>Enables replacement of default glyphs with ornaments, if provided in
jdaggett@6436 4308 the font (<em>font specific</em>, OpenType feature: <span class=tag>ornm
jdaggett@6436 4309 &lt;feature-index&gt;</span>). Some fonts may offer ornament glyphs as
jdaggett@2118 4310 alternates for a wide collection of characters; however, displaying
jdaggett@2118 4311 arbitrary characters (e.g., alphanumerics) as ornaments is poor practice
jdaggett@2118 4312 as it distorts the semantics of the data. Font designers are encouraged
jdaggett@2118 4313 to encode all ornaments (except those explicitly encoded in the Unicode
jdaggett@2118 4314 Dingbats blocks, etc.) as alternates for the bullet character (U+2022) to
jdaggett@2118 4315 allow authors to select the desired glyph using
jdaggett@2118 4316 &lt;feature-value-name&gt;.
jdaggett@2118 4317 </dl>
jdaggett@2118 4318
jdaggett@2118 4319 <div class=featex><img alt="ornaments example" src=ornm.png></div>
jdaggett@2118 4320
jdaggett@2118 4321 <dl>
jdaggett@8225 4322 <dt><dfn id=annotation
jdaggett@7060 4323 title=annotation>annotation(&lt;feature-value-name&gt;)</dfn>
jdaggett@2118 4324
jdaggett@2118 4325 <dd>Enables display of alternate annotation forms (<em>font specific</em>,
jdaggett@6436 4326 OpenType feature: <span class=tag>nalt &lt;feature-index&gt;</span>).
jdaggett@2118 4327 </dl>
jdaggett@2118 4328
jdaggett@2118 4329 <div class=featex><img alt="alternate annotation form example"
jdaggett@2118 4330 src=nalt.png></div>
jdaggett@2118 4331
jdaggett@2472 4332 <h3 id=font-feature-values><span class=secno>6.9 </span>Defining font
jdaggett@7096 4333 specific alternates: the <code>@font-feature-values</code> rule</h3>
jdaggett@2472 4334
jdaggett@4624 4335 <p>Several of the possible values of ‘<a
jdaggett@4624 4336 href="#propdef-font-variant-alternates"><code
jdaggett@4624 4337 class=property>font-variant-alternates</code></a>’ listed above are
jdaggett@4624 4338 labeled as "font specific". For these features fonts may define not just a
jdaggett@4624 4339 single glyph but a set of alternate glyphs with an index to select a given
jdaggett@7096 4340 alternate. Since these are font family specific, the
jdaggett@7096 4341 <code>@font-feature-values</code> rule is used to define named-values for
jdaggett@7096 4342 these indices for a given family.
jdaggett@2472 4343
jdaggett@2472 4344 <p>In the case of the swash Q in the example shown above, the swash could
jdaggett@2472 4345 be specified using these style rules:
jdaggett@2472 4346
jdaggett@2472 4347 <pre>
jdaggett@7041 4348
jdaggett@2472 4349 @font-feature-values Jupiter Sans {
jdaggett@7041 4350 @swash {
jdaggett@7041 4351 delicate: 1;
jdaggett@7041 4352 flowing: 2;
jdaggett@7041 4353 }
jdaggett@2472 4354 }
jdaggett@2472 4355
jdaggett@2472 4356 h2 { font-family: Jupiter Sans, sans-serif; }
jdaggett@2472 4357
jdaggett@2472 4358 /* show the second swash variant in h2 headings */
jdaggett@2472 4359 h2:first-letter { font-variant-alternates: swash(flowing); }
jdaggett@2472 4360
jdaggett@2479 4361 &lt;h2>Quick&lt;/h2></pre>
jdaggett@2472 4362
jdaggett@2472 4363 <p>When Jupiter Sans is present, the second alternate swash alternate will
jdaggett@2472 4364 be displayed. When not present, no swash character will be shown, since
jdaggett@2472 4365 the specific named-value "flowing" is only defined for the Jupiter Sans
jdaggett@2472 4366 family. The @-mark indicates the name of the property value for which a
jdaggett@8031 4367 named-value can be used. The name "flowing" is chosen by the author, the
jdaggett@8031 4368 values specified within a given font's data.
jdaggett@8031 4369
jdaggett@8031 4370 <p>In terms of the grammar, this specification defines the following
jdaggett@8225 4371 productions:</p>
jdaggett@8225 4372 <!--
jdaggett@8225 4373 <pre><dfn>supports_rule</dfn>
jdaggett@8225 4374 : <i>SUPPORTS_SYM</i> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <i>supports_condition</i> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <i>group_rule_body</i>
jdaggett@8031 4375 ;
jdaggett@8031 4376
jdaggett@8225 4377 <dfn>supports_condition</dfn>
jdaggett@8225 4378 : <i>supports_negation</i> | <i>supports_conjunction</i> | <i>supports_disjunction</i> |
jdaggett@8225 4379 <i>supports_condition_in_parens</i>
jdaggett@8031 4380 ;
jdaggett@8031 4381
jdaggett@8225 4382 <dfn>supports_condition_in_parens</dfn>
jdaggett@8225 4383 : ( '(' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <i>supports_condition</i> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ')' ) | <i>supports_declaration_condition</i> |
jdaggett@8225 4384 <i>general_enclosed</i>
jdaggett@8031 4385 ;
jdaggett@8031 4386
jdaggett@8225 4387 <dfn>supports_negation</dfn>
jdaggett@8225 4388 : <a href="http://www.w3.org/TR/css3-mediaqueries/#syntax"><i>NOT</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>+ <i>supports_condition_in_parens</i>
jdaggett@8031 4389 ;
jdaggett@8031 4390
jdaggett@8225 4391 <dfn>supports_conjunction</dfn>
jdaggett@8225 4392 : <i>supports_condition_in_parens</i> ( <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>+ <a href="http://www.w3.org/TR/css3-mediaqueries/#syntax"><i>AND</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>+ <i>supports_condition_in_parens</i> )+
jdaggett@8031 4393 ;
jdaggett@8031 4394
jdaggett@8225 4395 <dfn>supports_disjunction</dfn>
jdaggett@8225 4396 : <i>supports_condition_in_parens</i> ( <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>+ <i>OR</i> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>+ <i>supports_condition_in_parens</i> )+
jdaggett@8225 4397 ;
jdaggett@8225 4398
jdaggett@8225 4399 <dfn>supports_declaration_condition</dfn>
jdaggett@8225 4400 : '(' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>declaration</i></a> ')'
jdaggett@8225 4401 ;
jdaggett@8225 4402
jdaggett@8225 4403 <dfn>general_enclosed</dfn>
jdaggett@8225 4404 : ( <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>FUNCTION</i></a> | '(' ) ( <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>any</i></a> | <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>unused</i></a> )* ')'
jdaggett@8031 4405 ;
jdaggett@8032 4406 </pre>
jdaggett@8032 4407
jdaggett@8225 4408 -->
jdaggett@8225 4409
jdaggett@8225 4410 <pre><dfn id=fontfeaturevaluesrule>font_feature_values_rule</dfn>
jdaggett@8225 4411 : <a href="#fontfeaturevaluessym"><i>FONT_FEATURE_VALUES_SYM</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#fontfamilynamelist"><i>font_family_name_list</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>*
jdaggett@8225 4412 '{' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#featurevalueblock"><i>feature_value_block</i></a>? [ <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#featurevalueblock"><i>feature_value_block</i></a>? ]* '}' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>*
jdaggett@8225 4413 ;
jdaggett@8225 4414
jdaggett@8225 4415 <dfn id=fontfamilynamelist>font_family_name_list</dfn>
jdaggett@8225 4416 : <a href="#fontfamilyname"><i>font_family_name</i></a> [ <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ',' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#fontfamilyname"><i>font_family_name</i></a> ]*
jdaggett@8225 4417 ;
jdaggett@8225 4418
jdaggett@8225 4419 <dfn id=fontfamilyname>font_family_name</dfn>
jdaggett@8225 4420 : <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>STRING</i></a> | [ <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> [ <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> ]* ]
jdaggett@8225 4421 ;
jdaggett@8225 4422
jdaggett@8225 4423 <dfn id=featurevalueblock>feature_value_block</dfn>
jdaggett@8225 4424 : <a href="#featuretype"><i>feature_type</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>*
jdaggett@8225 4425 '{' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#featurevaluedefinition"><i>feature_value_definition</i></a>? [ <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ';' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="#featurevaluedefinition"><i>feature_value_definition</i></a>? ]* '}' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>*
jdaggett@8225 4426 ;
jdaggett@8225 4427
jdaggett@8225 4428 <dfn id=featuretype>feature_type</dfn>:
jdaggett@8225 4429 <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>ATKEYWORD</i></a>
jdaggett@8225 4430 ;
jdaggett@8225 4431
jdaggett@8225 4432 <dfn id=featurevaluedefinition>feature_value_definition</dfn>
jdaggett@8225 4433 : <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>IDENT</i></a> <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* ':' <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> [ <a href="http://www.w3.org/TR/CSS21/grammar.html#scanner"><i>S</i></a>* <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"><i>NUMBER</i></a> ]*
jdaggett@8225 4434 ;
jdaggett@8225 4435 </pre>
jdaggett@8225 4436
jdaggett@8032 4437 <p>The following new token is introduced:
jdaggett@8032 4438
jdaggett@8225 4439 <pre>@{F}{O}{N}{T}{-}{F}{E}{A}{T}{U}{R}{E}{-}{V}{A}{L}{U}{E}{S} {return <dfn id=fontfeaturevaluessym>FONT_FEATURE_VALUES_SYM</dfn>;}
jdaggett@2118 4440 </pre>
jdaggett@2118 4441
jdaggett@8113 4442 <p>Feature value blocks are treated <a
jdaggett@8113 4443 href="http://www.w3.org/TR/CSS2/syndata.html#at-rules">similar to
jdaggett@8113 4444 at-rules</a>, they consist of everything up to the next block or
jdaggett@8113 4445 semi-colon, whichever comes first.
jdaggett@8113 4446
jdaggett@8113 4447 <p>Font feature values rules define a set of values for a specific font
jdaggett@8113 4448 feature as used for a given set of families. Effectively, they define a
jdaggett@8113 4449 mapping of ⟨family, feature, ident⟩ → ⟨values⟩ where
jdaggett@8113 4450 ⟨values⟩ are the indices used for specific features defined for a
jdaggett@8113 4451 given font.
jdaggett@8031 4452
jdaggett@8031 4453 <p>The font family list uses the same syntax as that used for the ‘<a
jdaggett@8031 4454 href="#descdef-font-family"><code class=property>font-family</code></a>’
jdaggett@8031 4455 property. Within feature value blocks, the feature type is ‘<code
jdaggett@8031 4456 class=css>@</code>’ followed by the name of the font-specific property
jdaggett@8225 4457 value (e.g. <a href="#swash"><code>@swash</code></a>). The feature type
jdaggett@8225 4458 must match, using an ASCII case-insensitive comparison, one of the
jdaggett@8031 4459 <em>font specific</em> values of the <a
jdaggett@7680 4460 href="#propdef-font-variant-alternates"><code>font-variant-alternates</code></a>
jdaggett@8031 4461 property. The values associated with a given idenitifier are limited to
jdaggett@8031 4462 integer values 0 or greater.
jdaggett@7679 4463
jdaggett@7679 4464 <p>If syntax errors occur within the font family list, the entire rule must
jdaggett@7679 4465 be ignored. When syntax errors occur within a feature value definition,
jdaggett@7679 4466 such as invalid identifiers or values, the entire feature value definition
jdaggett@7679 4467 must be omitted, similar to the way syntax errors in style declarations
jdaggett@7679 4468 are handled. When the <code>&lt;feature-type></code> is invalid, the
jdaggett@8031 4469 entire associated feature value block must be ignored.
jdaggett@7679 4470
jdaggett@7679 4471 <pre>@font-feature-values Bongo {
jdaggett@7679 4472 @swash { ornate: 1; }
jdaggett@7679 4473 annotation { boxed: 4; } /* should be @annotation! */
jdaggett@8031 4474 @swash { double-loops: 1; flowing: -1; } /* negative value */
jdaggett@8031 4475 @ornaments ; /* incomplete definition */
jdaggett@8031 4476 @styleset { double-W: 14; sharp-terminals: 16 1 } /* missing ; */
jdaggett@7680 4477 <a href="http://www.angryalien.com/0504/shiningbunnies.html" style="text-decoration: none;">redrum</a> /* random editing mistake */
jdaggett@7679 4478 }</pre>
jdaggett@7679 4479
jdaggett@7679 4480 <p>The example above is equivalent to:
jdaggett@7679 4481
jdaggett@7679 4482 <pre>@font-feature-values Bongo {
jdaggett@7679 4483 @swash { ornate: 1; }
jdaggett@8031 4484 @swash { double-loops: 1; }
jdaggett@8031 4485 @styleset { double-W: 14; sharp-terminals: 16 1; }
jdaggett@7679 4486 }</pre>
jdaggett@7096 4487
jdaggett@7096 4488 <p>If multiple <code>@font-feature-values</code> rules are defined for a
jdaggett@7096 4489 given family, the resulting values defined are the union of these rules.
jdaggett@7096 4490 This allows a set of named-values to be defined for a given font family
jdaggett@7096 4491 globally for a site and specific additions made per-page. If the same
jdaggett@6307 4492 &lt;feature-value-name&gt; is defined mulitple times for a given
jdaggett@6307 4493 font-variant value, the last defined value is used.
jdaggett@2472 4494
jdaggett@2472 4495 <pre>
jdaggett@2472 4496 site.css:
jdaggett@2472 4497
jdaggett@2472 4498 @font-feature-values Mercury Serif {
jdaggett@7041 4499 @styleset {
jdaggett@7041 4500 stacked-g: 3; /* "two-storey" versions of g, a */
jdaggett@7041 4501 stacked-a: 4;
jdaggett@7041 4502 }
jdaggett@2472 4503 }
jdaggett@2472 4504
jdaggett@2472 4505 page.css:
jdaggett@2472 4506
jdaggett@2472 4507 @font-feature-values Mercury Serif {
jdaggett@7041 4508 @styleset {
jdaggett@7041 4509 geometric-m: 7; /* alternate version of m */
jdaggett@7041 4510 }
jdaggett@2472 4511 }
jdaggett@2472 4512
jdaggett@2472 4513 body {
jdaggett@2472 4514 font-family: Mercury Serif, serif;
jdaggett@2472 4515
jdaggett@2472 4516 /* enable both the use of stacked g and alternate m */
jdaggett@2472 4517 font-variant-alternates: styleset(stacked-g, geometric-m);
jdaggett@2472 4518 }</pre>
jdaggett@2472 4519
jdaggett@3571 4520 <p>Only named font families are allowed for &lt;font-family&gt;, rules that
jdaggett@3571 4521 include generic or system fonts in the list of font families are
jdaggett@6307 4522 considered syntax errors and the contents of the rules are ignored.
jdaggett@6307 4523 However, if a user agent defines a generic font to be a specific named
jdaggett@6307 4524 font (e.g. Helvetica), the settings associated with that family name will
jdaggett@6307 4525 be used.
jdaggett@3571 4526
jdaggett@3571 4527 <p>For &lt;font-variant-property-value>, only font specific property value
jdaggett@4624 4528 names supported by the ‘<a href="#propdef-font-variant"><code
jdaggett@4624 4529 class=property>font-variant</code></a>’ property are recognized,
jdaggett@4624 4530 definitions for other value names cause a syntax error and are ignored.
jdaggett@4624 4531 Each property value that is font specific is clearly marked as such.
jdaggett@7309 4532 Feature value names follow the rules of CSS user identifiers and are
jdaggett@7229 4533 case-sensitive. They are unique only for a given set of font families and
jdaggett@3571 4534 font-variant property value; the same identifier used with a different
jdaggett@3571 4535 font-variant property value is treated as a separate and distinct value.
jdaggett@2472 4536
jdaggett@2472 4537 <p>Using a commonly named value allows authors to use a single style rule
jdaggett@2472 4538 to cover a set of fonts for which the underlying selector is different for
jdaggett@2472 4539 each font. If either font in the example below is found, a circled number
jdaggett@2472 4540 glyph will be used:
jdaggett@2472 4541
jdaggett@2472 4542 <pre>@font-feature-values Taisho Gothic {
jdaggett@7041 4543 @annotation { boxed: 1; circled: 4; }
jdaggett@2118 4544 }
jdaggett@2118 4545
jdaggett@2118 4546 @font-feature-values Otaru Kisa {
jdaggett@7041 4547 @annotation { circled: 1; black-boxed: 3; }
jdaggett@2118 4548 }
jdaggett@2118 4549
jdaggett@2118 4550 h3.title {
jdaggett@2118 4551 /* circled form defined for both fonts */
jdaggett@2118 4552 font-family: Taisho Gothic, Otaru Kisa;
jdaggett@2118 4553 font-variant: annotation(circled);
jdaggett@2118 4554 }</pre>
jdaggett@2472 4555
jdaggett@3571 4556 <p>Most font specific font-variant property values take a single value
jdaggett@3571 4557 (e.g. swash). The character-variant property value allows two values and
jdaggett@3571 4558 styleset allows an unlimited number. If a larger number of values are
jdaggett@3571 4559 assigned to a given name, a syntax error occurs and the entire
jdaggett@3571 4560 &lt;font-feature-values-declaration&gt; is ignored.
jdaggett@3571 4561
jdaggett@3571 4562 <p>For the styleset property value, multiple values indicate the style sets
jdaggett@7095 4563 to be enabled. Values between 1 and 99 enable OpenType features <span
jdaggett@7095 4564 class=tag>ss01</span> through <span class=tag>ss99</span>. However, the
jdaggett@7095 4565 OpenType standard only officially defines <span class=tag>ss01</span>
jdaggett@7095 4566 through <span class=tag>ss20</span>. Values greater than 99 or equal to 0
jdaggett@7095 4567 are ignored but do not generate a syntax error when parsed.
jdaggett@2472 4568
jdaggett@2472 4569 <pre>@font-feature-values Mars Serif {
jdaggett@7041 4570 @styleset {
jdaggett@7041 4571 alt-g: 1; /* implies ss01 = 1 */
jdaggett@7041 4572 curly-quotes: 3; /* implies ss03 = 1 */
jdaggett@7041 4573 code: 4 5; /* implies ss04 = 1, ss05 = 1 */
jdaggett@7041 4574 }
jdaggett@7041 4575
jdaggett@7041 4576 @styleset {
jdaggett@7095 4577 dumb: 125; /* &gt;99, ignored */
jdaggett@7041 4578 }
jdaggett@7041 4579
jdaggett@7041 4580 @swash {
jdaggett@7041 4581 swishy: 3 5; /* more than 1 value for swash, syntax error */
jdaggett@7041 4582 }
jdaggett@2472 4583 }
jdaggett@2472 4584
jdaggett@2472 4585 p.codeblock {
jdaggett@2472 4586 /* implies ss03 = 1, ss04 = 1, ss05 = 1 */
jdaggett@2472 4587 font-variant-alternates: styleset(curly-quotes, code);
jdaggett@2472 4588 }</pre>
jdaggett@2472 4589
jdaggett@2472 4590 <p>For character-variant, a single value between 1 and 99 indicates the
jdaggett@6436 4591 enabling of OpenType feature <span class=tag>cv01</span> through <span
jdaggett@7095 4592 class=tag>cv99</span>. For OpenType fonts, values greater than 99 or equal
jdaggett@7095 4593 to 0 are ignored but do not generate a syntax error when parsed. When two
jdaggett@7095 4594 values are listed, the first value indicates the feature used and the
jdaggett@7095 4595 second the value passed for that feature. When two value names imply
jdaggett@7095 4596 different settings for the same underlying feature the last setting is
jdaggett@7095 4597 used.
jdaggett@2472 4598
jdaggett@2472 4599 <pre>@font-feature-values MM Greek {
jdaggett@7041 4600 @character-variant { alpha-2: 1 2; } /* implies cv01 = 2 */
jdaggett@7041 4601 @character-variant { beta-3: 2 3; } /* implies cv02 = 3 */
jdaggett@7041 4602 @character-variant { epsilon: 5 3 6; } /* more than 2 values, syntax error, ignored */
jdaggett@7041 4603 @character-variant { gamma: 12; } /* implies cv12 = 1 */
jdaggett@7041 4604 @character-variant { zeta: 20 3; } /* implies cv20 = 3 */
jdaggett@7041 4605 @character-variant { zeta-2: 20 2; } /* implies cv20 = 2 */
jdaggett@7041 4606 @character-variant { silly: 105; } /* &gt;99, ignored */
jdaggett@7041 4607 @character-variant { dumb: 323 3; } /* &gt;99, ignored */
jdaggett@2472 4608 }
jdaggett@2472 4609
jdaggett@2472 4610 #title {
jdaggett@2472 4611 /* use the third alternate beta, first alternate gamma */
jdaggett@2472 4612 font-variant-alternates: character-variant(beta-3, gamma);
jdaggett@3571 4613 }
jdaggett@3571 4614
jdaggett@3571 4615 p {
jdaggett@3571 4616 /* zeta-2 follows zeta, implies cv20 = 2 */
jdaggett@3571 4617 font-variant-alternates: character-variant(zeta, zeta-2);
jdaggett@3571 4618 }
jdaggett@3571 4619
jdaggett@3571 4620 .special {
jdaggett@3571 4621 /* zeta follows zeta-2, implies cv20 = 3 */
jdaggett@3571 4622 font-variant-alternates: character-variant(zeta-2, zeta);
jdaggett@2472 4623 }</pre>
jdaggett@2472 4624
jdaggett@7377 4625 <p>See the <a href="#om-fontfeaturevalues">object model reference
jdaggett@7377 4626 section</a> for a description of the interfaces used to modify these rules
jdaggett@7377 4627 via the CSS Object Model.
jdaggett@3517 4628
jdaggett@2472 4629 <div class=figure><img alt="Matching text on Byzantine seals using
jdaggett@2472 4630 character variants" src=byzantineseal.png>
jdaggett@2472 4631 <p class=caption>Byzantine seal text displayed with character variants
jdaggett@2472 4632 </div>
jdaggett@2472 4633
jdaggett@2472 4634 <div class=example>
jdaggett@2472 4635 <p>In the figure above, the text in red is rendered using a font
jdaggett@2472 4636 containing character variants that mimic the character forms found on a
jdaggett@2472 4637 Byzantine seal from the 8th century A.D. Two lines below is the same text
jdaggett@2472 4638 displayed in a font without variants. Note the two variants for U and N
jdaggett@2509 4639 used on the seal.</p>
jdaggett@2472 4640
jdaggett@2472 4641 <pre>@font-feature-values Athena Ruby {
jdaggett@7041 4642 @character-variant {
jdaggett@7041 4643 leo-B: 2 1;
jdaggett@7041 4644 leo-M: 13 3;
jdaggett@7041 4645 leo-alt-N: 14 1;
jdaggett@7041 4646 leo-N: 14 2;
jdaggett@7041 4647 leo-T: 20 1;
jdaggett@7041 4648 leo-U: 21 2;
jdaggett@7041 4649 leo-alt-U: 21 4;
jdaggett@7041 4650 }
jdaggett@2472 4651 }
jdaggett@2472 4652
jdaggett@2472 4653 p {
jdaggett@6653 4654 font-variant: discretionary-ligatures,
jdaggett@6653 4655 character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
jdaggett@2472 4656 }
jdaggett@2472 4657
jdaggett@2472 4658 span.alt-N {
jdaggett@2472 4659 font-variant-alternates: character-variant(leo-alt-N);
jdaggett@2472 4660 }
jdaggett@2472 4661
jdaggett@2472 4662 span.alt-U {
jdaggett@2472 4663 font-variant-alternates: character-variant(leo-alt-U);
jdaggett@2472 4664 }
jdaggett@2472 4665
jdaggett@2472 4666 &lt;p>ENO....UP͞RSTU&lt;span class="alt-U">U&lt;/span>͞&lt;span class="alt-U">U&lt;/span>ΚΑΙTỤẠG̣IUPNS&lt;/p>
jdaggett@2472 4667
jdaggett@2472 4668 &lt;p>LEON|ΚΑΙCONSTA|NTI&lt;span class="alt-N">N&lt;/span>OS..|STOIBAṢ.|LIṢROM|AIO&lt;span class="alt-N">N&lt;/span>&lt;/p>
jdaggett@2472 4669 </pre>
jdaggett@2118 4670 </div>
jdaggett@2118 4671
jdaggett@2118 4672 <h3 id=font-variant-east-asian-prop><span class=secno>6.10 </span>East
jdaggett@2118 4673 Asian text rendering: the <a
jdaggett@1662 4674 href="#propdef-font-variant-east-asian">font-variant-east-asian</a>
jdaggett@1662 4675 property</h3>
jdaggett@1662 4676
jdaggett@5809 4677 <table class=propdef id=namefont-variant-east-asianvaluenormal-l>
jdaggett@1662 4678 <tbody>
jdaggett@1662 4679 <tr>
jdaggett@1662 4680 <td>Name:
jdaggett@1662 4681
jdaggett@1662 4682 <td><dfn
jdaggett@1662 4683 id=propdef-font-variant-east-asian>font-variant-east-asian</dfn>
jdaggett@1662 4684
jdaggett@1662 4685 <tr>
jdaggett@1662 4686 <td>Value:
jdaggett@1662 4687
jdaggett@8225 4688 <td>normal | [ <a
jdaggett@8225 4689 href="#east-asian-variant-values"><var>&lt;east-asian-variant-values&gt;</var></a>
jdaggett@8225 4690 || <a
jdaggett@8225 4691 href="#east-asian-width-values"><var>&lt;east-asian-width-values&gt;</var></a>
jdaggett@8225 4692 || <a href="#ruby">ruby</a> ]
jdaggett@1662 4693
jdaggett@1662 4694 <tr>
jdaggett@1662 4695 <td>Initial:
jdaggett@1662 4696
jdaggett@1662 4697 <td>normal
jdaggett@1662 4698
jdaggett@1662 4699 <tr>
jdaggett@1662 4700 <td>Applies to:
jdaggett@1662 4701
jdaggett@1662 4702 <td>all elements
jdaggett@1662 4703
jdaggett@1662 4704 <tr>
jdaggett@1662 4705 <td>Inherited:
jdaggett@1662 4706
jdaggett@1662 4707 <td>yes
jdaggett@1662 4708
jdaggett@1662 4709 <tr>
jdaggett@1662 4710 <td>Percentages:
jdaggett@1662 4711
jdaggett@1662 4712 <td>N/A
jdaggett@1662 4713
jdaggett@1662 4714 <tr>
jdaggett@1662 4715 <td>Media:
jdaggett@1662 4716
jdaggett@1662 4717 <td>visual
jdaggett@1662 4718
jdaggett@1662 4719 <tr>
jdaggett@1662 4720 <td>Computed value:
jdaggett@1662 4721
jdaggett@1662 4722 <td>as specified
jdaggett@7377 4723
jdaggett@7377 4724 <tr>
jdaggett@7377 4725 <td>Animatable:
jdaggett@7377 4726
jdaggett@7377 4727 <td>no
jdaggett@1662 4728 </table>
jdaggett@1662 4729
jdaggett@6693 4730 <p>Allows control of glyph substitution and sizing in East Asian text.
jdaggett@1662 4731
jdaggett@1662 4732 <pre
jdaggett@8225 4733 class=prod><dfn id=east-asian-variant-values><var>&lt;east-asian-variant-values&gt;</var></dfn> = [ <a href="#jis78">jis78</a> | <a href="#jis83">jis83</a> | <a href="#jis90">jis90</a> | <a href="#jis04">jis04</a> | <a href="#simplified">simplified</a> | <a href="#traditional">traditional</a> ]</pre>
jdaggett@1662 4734
jdaggett@1662 4735 <pre
jdaggett@8225 4736 class=prod><dfn id=east-asian-width-values><var>&lt;east-asian-width-values&gt;</var></dfn> = [ <a href="#full-width">full-width</a> | <a href="#proportional-width">proportional-width</a> ]</pre>
jdaggett@1732 4737
jdaggett@1732 4738 <p>Individual values have the following meanings:
jdaggett@1662 4739
jdaggett@1662 4740 <dl>
jdaggett@5809 4741 <dt><dfn id=normal2>normal</dfn>
jdaggett@5809 4742
jdaggett@5809 4743 <dd>None of the features listed below are enabled.
jdaggett@5809 4744
jdaggett@1662 4745 <dt><dfn id=jis78>jis78</dfn>
jdaggett@1662 4746
jdaggett@6436 4747 <dd>Enables rendering of JIS78 forms (OpenType feature: <span
jdaggett@6436 4748 class=tag>jp78</span>).
jdaggett@1662 4749 </dl>
jdaggett@1662 4750
jdaggett@1662 4751 <div class=featex><img alt="JIS78 form example" src=jp78.png></div>
jdaggett@1662 4752
jdaggett@1662 4753 <dl>
jdaggett@1662 4754 <dt><dfn id=jis83>jis83</dfn>
jdaggett@1662 4755
jdaggett@6436 4756 <dd>Enables rendering of JIS83 forms (OpenType feature: <span
jdaggett@6436 4757 class=tag>jp83</span>).
jdaggett@1662 4758
jdaggett@1662 4759 <dt><dfn id=jis90>jis90</dfn>
jdaggett@1662 4760
jdaggett@6436 4761 <dd>Enables rendering of JIS90 forms (OpenType feature: <span
jdaggett@6436 4762 class=tag>jp90</span>).
jdaggett@1662 4763
jdaggett@1662 4764 <dt><dfn id=jis04>jis04</dfn>
jdaggett@1662 4765
jdaggett@6436 4766 <dd>Enables rendering of JIS2004 forms (OpenType feature: <span
jdaggett@6436 4767 class=tag>jp04</span>).
jdaggett@6693 4768 <p>The various JIS variants reflect the glyph forms defined in different
jdaggett@6693 4769 Japanese national standards. Fonts generally include glyphs defined by
jdaggett@6693 4770 the most recent national standard but it's sometimes necessary to use
jdaggett@6693 4771 older variants, to match signage for example.</p>
jdaggett@1662 4772
jdaggett@2504 4773 <dt><dfn id=simplified>simplified</dfn>
jdaggett@2504 4774
jdaggett@6436 4775 <dd>Enables rendering of simplified forms (OpenType feature: <span
jdaggett@6436 4776 class=tag>smpl</span>).
jdaggett@6693 4777 <p>The ‘<a href="#simplified"><code
jdaggett@6693 4778 class=property>simplified</code></a>’ and ‘<a
jdaggett@6693 4779 href="#traditional"><code class=property>traditional</code></a>’
jdaggett@6693 4780 values allow control over the glyph forms for characters which have been
jdaggett@6693 4781 simplified over time but for which the older, traditional form is still
jdaggett@6693 4782 used in some contexts. The exact set of characters and glyph forms will
jdaggett@6693 4783 vary to some degree by context for which a given font was designed.</p>
jdaggett@2504 4784
jdaggett@2504 4785 <dt><dfn id=traditional>traditional</dfn>
jdaggett@2504 4786
jdaggett@6436 4787 <dd>Enables rendering of traditional forms (OpenType feature: <span
jdaggett@6436 4788 class=tag>trad</span>).
jdaggett@1662 4789 </dl>
jdaggett@1662 4790
jdaggett@1662 4791 <div class=featex><img alt="tradtional form example" src=trad.png></div>
jdaggett@1662 4792
jdaggett@1662 4793 <dl>
jdaggett@1662 4794 <dt><dfn id=full-width>full-width</dfn>
jdaggett@1662 4795
jdaggett@6436 4796 <dd>Enables rendering of full-width variants (OpenType feature: <span
jdaggett@6436 4797 class=tag>fwid</span>).
jdaggett@1662 4798
jdaggett@1662 4799 <dt><dfn id=proportional-width>proportional-width</dfn>
jdaggett@1662 4800
jdaggett@1662 4801 <dd>Enables rendering of proportionally-spaced variants (OpenType feature:
jdaggett@6436 4802 <span class=tag>pwid</span>).
jdaggett@1662 4803 </dl>
jdaggett@1662 4804
jdaggett@1662 4805 <div class=featex><img alt="proportionally spaced Japanese example"
jdaggett@1662 4806 src=pwid.png></div>
jdaggett@1662 4807
jdaggett@3638 4808 <dl>
jdaggett@3638 4809 <dt><dfn id=ruby>ruby</dfn>
jdaggett@3638 4810
jdaggett@6436 4811 <dd>Enables display of ruby variant glyphs (OpenType feature: <span
jdaggett@6436 4812 class=tag>ruby</span>). Since ruby text is generally smaller than the
jdaggett@3638 4813 associated body text, font designers can design special glyphs for use
jdaggett@3638 4814 with ruby that are more readable than scaled down versions of the default
jdaggett@3638 4815 glyphs. Only glyph selection is affected, there is no associated font
jdaggett@3638 4816 scaling or other change that affects line layout. The red ruby text below
jdaggett@3638 4817 is shown with default glyphs (top) and with ruby variant glyphs (bottom).
jdaggett@3638 4818 Note the slight difference in stroke thickness.
jdaggett@3638 4819 </dl>
jdaggett@3638 4820
jdaggett@3638 4821 <div class=featex><img alt="ruby variant example" src=rubyshinkansen.png></div>
jdaggett@3638 4822
jdaggett@2118 4823 <h3 id=font-variant-prop><span class=secno>6.11 </span>Overall shorthand
jdaggett@1856 4824 for font rendering: the <a href="#propdef-font-variant">font-variant</a>
jdaggett@1662 4825 property</h3>
jdaggett@1662 4826
jdaggett@6436 4827 <table class=propdef id=namefont-variantvaluenormal-none-ltcommo>
jdaggett@1662 4828 <tbody>
jdaggett@1662 4829 <tr>
jdaggett@1662 4830 <td>Name:
jdaggett@1662 4831
jdaggett@1662 4832 <td><dfn id=propdef-font-variant>font-variant</dfn>
jdaggett@1662 4833
jdaggett@1662 4834 <tr>
jdaggett@1662 4835 <td>Value:
jdaggett@1662 4836
jdaggett@8225 4837 <td>normal | none | [ <a
jdaggett@8225 4838 href="#common-lig-values"><var>&lt;common-lig-values&gt;</var></a> ||
jdaggett@8225 4839 <a
jdaggett@8225 4840 href="#discretionary-lig-values"><var>&lt;discretionary-lig-values&gt;</var></a>
jdaggett@8225 4841 || <a
jdaggett@8225 4842 href="#historical-lig-values"><var>&lt;historical-lig-values&gt;</var></a>
jdaggett@8225 4843 || <a
jdaggett@8225 4844 href="#contextual-alt-values"><var>&lt;contextual-alt-values&gt;</var></a>
jdaggett@8225 4845 || <a href="#stylistic"><var
jdaggett@8225 4846 title=stylistic>stylistic(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 4847 href="#historical-forms"><var>historical-forms</var></a> || <a
jdaggett@8225 4848 href="#styleset"><var
jdaggett@8225 4849 title=styleset>styleset(&lt;feature-value-name&gt; #)</var></a> || <a
jdaggett@8225 4850 href="#character-variant"><var
jdaggett@8225 4851 title=character-variant>character-variant(&lt;feature-value-name&gt;
jdaggett@8225 4852 #)</var></a> || <a href="#swash"><var
jdaggett@8225 4853 title=swash>swash(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 4854 href="#ornaments"><var
jdaggett@8225 4855 title=ornaments>ornaments(&lt;feature-value-name&gt;)</var></a> || <a
jdaggett@8225 4856 href="#annotation"><var
jdaggett@8225 4857 title=annotation>annotation(&lt;feature-value-name&gt;)</var></a> || [
jdaggett@8225 4858 <a href="#small-caps"><i>small-caps</i></a> | <a
jdaggett@8225 4859 href="#all-small-caps"><i>all-small-caps</i></a> | <a
jdaggett@8225 4860 href="#petite-caps"><i>petite-caps</i></a> | <a
jdaggett@8225 4861 href="#all-petite-caps"><i>all-petite-caps</i></a> | <a
jdaggett@8225 4862 href="#unicase"><i>unicase</i></a> | <a
jdaggett@8225 4863 href="#titling-caps"><i>titling-caps</i></a> ] || <a
jdaggett@8225 4864 href="#numeric-figure-values"><var>&lt;numeric-figure-values&gt;</var></a>
jdaggett@8225 4865 || <a
jdaggett@8225 4866 href="#numeric-spacing-values"><var>&lt;numeric-spacing-values&gt;</var></a>
jdaggett@8225 4867 || <a
jdaggett@8225 4868 href="#numeric-fraction-values"><var>&lt;numeric-fraction-values&gt;</var></a>
jdaggett@8225 4869 || <a href="#ordinal"><i>ordinal</i></a> || <a
jdaggett@8225 4870 href="#slashed-zero"><i>slashed-zero</i></a> || <a
jdaggett@8225 4871 href="#east-asian-variant-values"><var>&lt;east-asian-variant-values&gt;</var></a>
jdaggett@8225 4872 || <a
jdaggett@8225 4873 href="#east-asian-width-values"><var>&lt;east-asian-width-values&gt;</var></a>
jdaggett@8225 4874 || <a href="#ruby"><i>ruby</i></a> ]
jdaggett@1662 4875
jdaggett@1662 4876 <tr>
jdaggett@1662 4877 <td>Initial:
jdaggett@1662 4878
jdaggett@1662 4879 <td>normal
jdaggett@1662 4880
jdaggett@1662 4881 <tr>
jdaggett@1662 4882 <td>Applies to:
jdaggett@1662 4883
jdaggett@1662 4884 <td>all elements
jdaggett@1662 4885
jdaggett@1662 4886 <tr>
jdaggett@1662 4887 <td>Inherited:
jdaggett@1662 4888
jdaggett@1662 4889 <td>yes
jdaggett@1662 4890
jdaggett@1662 4891 <tr>
jdaggett@1662 4892 <td>Percentages:
jdaggett@1662 4893
jdaggett@7377 4894 <td>see individual properties
jdaggett@1662 4895
jdaggett@1662 4896 <tr>
jdaggett@1662 4897 <td>Media:
jdaggett@1662 4898
jdaggett@1662 4899 <td>visual
jdaggett@1662 4900
jdaggett@1662 4901 <tr>
jdaggett@1662 4902 <td>Computed value:
jdaggett@1662 4903
jdaggett@7377 4904 <td>see individual properties
jdaggett@7377 4905
jdaggett@7377 4906 <tr>
jdaggett@7377 4907 <td>Animatable:
jdaggett@7377 4908
jdaggett@7377 4909 <td>see individual properties
jdaggett@1662 4910 </table>
jdaggett@1662 4911
jdaggett@5809 4912 <p>The value ‘<a href="#normal2"><code
jdaggett@5809 4913 class=property>normal</code></a>’ resets all other font feature
jdaggett@6436 4914 properties to their inital value. The ‘<code
jdaggett@6436 4915 class=property>none</code>’ value sets ‘<a
jdaggett@6436 4916 href="#propdef-font-variant-ligatures"><code
jdaggett@6436 4917 class=property>font-variant-ligatures</code></a>’ to ‘<code
jdaggett@6436 4918 class=property>none</code>’ and resets all other font feature properties
jdaggett@6436 4919 to their initial value. Like other shorthands, using ‘<a
jdaggett@6436 4920 href="#propdef-font-variant"><code
jdaggett@6436 4921 class=property>font-variant</code></a>’ resets unspecified font-variant
jdaggett@6436 4922 subproperties to their initial values. It does not reset the values of
jdaggett@6436 4923 either ‘<a href="#propdef-font-language-override"><code
jdaggett@4624 4924 class=property>font-language-override</code></a>’ or ‘<a
jdaggett@4624 4925 href="#propdef-font-feature-settings"><code
jdaggett@4624 4926 class=property>font-feature-settings</code></a>’.
jdaggett@1662 4927
jdaggett@2118 4928 <h3 id=font-feature-settings-prop><span class=secno>6.12 </span>Low-level
jdaggett@2509 4929 font feature settings control: the <a
jdaggett@1662 4930 href="#propdef-font-feature-settings">font-feature-settings</a> property</h3>
jdaggett@1662 4931
jdaggett@4624 4932 <table class=propdef id=namefont-feature-settingsvaluenormal-ltf>
jdaggett@1662 4933 <tbody>
jdaggett@1662 4934 <tr>
jdaggett@1662 4935 <td>Name:
jdaggett@1662 4936
jdaggett@1662 4937 <td><dfn id=propdef-font-feature-settings>font-feature-settings</dfn>
jdaggett@1662 4938
jdaggett@1662 4939 <tr>
jdaggett@1662 4940 <td>Value:
jdaggett@1662 4941
jdaggett@8225 4942 <td>normal | <a
jdaggett@8225 4943 href="#feature-tag-value"><var>&lt;feature-tag-value&gt;</var></a> #
jdaggett@1662 4944
jdaggett@1662 4945 <tr>
jdaggett@1662 4946 <td>Initial:
jdaggett@1662 4947
jdaggett@1662 4948 <td>normal
jdaggett@1662 4949
jdaggett@1662 4950 <tr>
jdaggett@1662 4951 <td>Applies to:
jdaggett@1662 4952
jdaggett@1662 4953 <td>all elements
jdaggett@1662 4954
jdaggett@1662 4955 <tr>
jdaggett@1662 4956 <td>Inherited:
jdaggett@1662 4957
jdaggett@1662 4958 <td>yes
jdaggett@1662 4959
jdaggett@1662 4960 <tr>
jdaggett@1662 4961 <td>Percentages:
jdaggett@1662 4962
jdaggett@1662 4963 <td>N/A
jdaggett@1662 4964
jdaggett@1662 4965 <tr>
jdaggett@1662 4966 <td>Media:
jdaggett@1662 4967
jdaggett@1662 4968 <td>visual
jdaggett@1662 4969
jdaggett@1662 4970 <tr>
jdaggett@1662 4971 <td>Computed value:
jdaggett@1662 4972
jdaggett@1662 4973 <td>as specified
jdaggett@7377 4974
jdaggett@7377 4975 <tr>
jdaggett@7377 4976 <td>Animatable:
jdaggett@7377 4977
jdaggett@7377 4978 <td>no
jdaggett@1662 4979 </table>
jdaggett@2474 4980
jdaggett@2474 4981 <p>This property provides low-level control over OpenType font features. It
jdaggett@2474 4982 is intended as a way of providing access to font features that are not
jdaggett@5809 4983 widely used but are needed for a particular use case. A value of ‘<a
jdaggett@5809 4984 href="#normal2"><code class=property>normal</code></a>’ means that no
jdaggett@5809 4985 change in glyph selection or positioning occurs due to this property.
jdaggett@2474 4986
jdaggett@2474 4987 <p>
jdaggett@2474 4988
jdaggett@2474 4989 <pre>/* enable small caps and use second swash alternate */
jdaggett@2509 4990 font-feature-settings: "smcp", "swsh" 2;</pre>
jdaggett@2509 4991
jdaggett@2509 4992 <p>Feature tag values have the following syntax:
jdaggett@2474 4993
jdaggett@2474 4994 <pre
jdaggett@8225 4995 class=prod><dfn id=feature-tag-value><var>&lt;feature-tag-value&gt;</var></dfn> = &lt;string&gt; [ &lt;integer&gt; | on | off ]?</pre>
jdaggett@2509 4996
jdaggett@5532 4997 <p>The &lt;string&gt; is a case-sensitive OpenType feature tag. As
jdaggett@5532 4998 specified in the OpenType specification, feature tags contain four ASCII
jdaggett@5532 4999 characters. Tag strings longer or shorter than four characters, or
jdaggett@5596 5000 containing characters outside the U+20–7E codepoint range are invalid.
jdaggett@5532 5001 User agents must not use a feature tag created by truncating or padding
jdaggett@5532 5002 the string to four characters. Feature tags need only match a feature tag
jdaggett@5532 5003 defined in the font, they are not limited to explicitly registered
jdaggett@5532 5004 OpenType features. Fonts defining custom feature tags should follow the <a
jdaggett@2474 5005 href="http://www.microsoft.com/typography/otspec/featuretags.htm">tag name
jdaggett@2474 5006 rules</a> defined in the OpenType specification <a
jdaggett@1662 5007 href="#OPENTYPE-FEATURES"
jdaggett@2474 5008 rel=biblioentry>[OPENTYPE-FEATURES]<!--{{!OPENTYPE-FEATURES}}--></a>.
jdaggett@2474 5009 Feature tags not present in the font are ignored; a user agent must not
jdaggett@2474 5010 attempt to synthesize fallback behavior based on these feature tags.
jdaggett@2474 5011
jdaggett@6436 5012 <p>This means that explicitly disabling the <span class=tag>kern</span>
jdaggett@6436 5013 feature will not affect the application of kerning data found in the
jdaggett@6436 5014 ‘<code class=property>kern</code>’ table (as opposed to kerning data
jdaggett@6436 5015 associated with the <span class=tag>kern</span> feature in the ‘<code
jdaggett@5946 5016 class=property>GPOS</code>’ table). Authors should use the ‘<a
jdaggett@5946 5017 href="#propdef-font-kerning"><code
jdaggett@5946 5018 class=property>font-kerning</code></a>’ property to explictly enable or
jdaggett@5946 5019 disable kerning since this property affects both types of kerning.
jdaggett@5946 5020
jdaggett@2509 5021 <p>If present, a value indicates an index used for glyph selection. An
jdaggett@2509 5022 &lt;integer&gt; value must be 0 or greater. A value of 0 indicates that
jdaggett@2509 5023 the feature is disabled. For boolean features, a value of 1 enables the
jdaggett@2509 5024 feature. For non-boolean features, a value of 1 or greater enables the
jdaggett@2509 5025 feature and indicates the feature selection index. A value of ‘<code
jdaggett@2509 5026 class=property>on</code>’ is synonymous with 1 and ‘<code
jdaggett@2509 5027 class=property>off</code>’ is synonymous with 0. If the value is
jdaggett@2509 5028 omitted, a value of 1 is assumed.
jdaggett@2474 5029
jdaggett@2474 5030 <pre>
jdaggett@2509 5031 font-feature-settings: "dlig" 1; /* dlig=1 enable discretionary ligatures */
jdaggett@2509 5032 font-feature-settings: "smcp" on; /* smcp=1 enable small caps */
jdaggett@2515 5033 font-feature-settings: 'c2sc'; /* c2sc=1 enable caps to small caps */
jdaggett@2509 5034 font-feature-settings: "liga" off; /* liga=0 no common ligatures */
jdaggett@2515 5035 font-feature-settings: "tnum", 'hist'; /* tnum=1, hist=1 enable tabular numbers and historical forms */
jdaggett@5530 5036 font-feature-settings: "tnum" "hist"; /* invalid, need a comma-delimited list */
jdaggett@5530 5037 font-feature-settings: "palin" off; /* good idea but invalid tagname */
jdaggett@2509 5038 font-feature-settings: "PKRN"; /* PKRN=1 enable custom feature */
jdaggett@5530 5039 font-feature-settings: dlig; /* invalid, tag must be a string */
jdaggett@2474 5040 </pre>
jdaggett@1662 5041
jdaggett@4624 5042 <p>Authors should generally use ‘<a href="#propdef-font-variant"><code
jdaggett@4624 5043 class=property>font-variant</code></a>’ and its related subproperties
jdaggett@4624 5044 whenever possible and only use this property for special cases where its
jdaggett@4624 5045 use is the only way of accessing a particular infrequently used font
jdaggett@4624 5046 feature.
jdaggett@2474 5047
jdaggett@2474 5048 <p>Although specifically defined for OpenType feature tags, feature tags
jdaggett@2474 5049 for other modern font formats that support font features may be added in
jdaggett@5530 5050 the future. Where possible, features defined for other font formats should
jdaggett@5530 5051 attempt to follow the pattern of registered OpenType tags.
jdaggett@2509 5052
jdaggett@1662 5053 <div class=example>
jdaggett@1662 5054 <p>The Japanese text below will be rendered with half-width kana
jdaggett@1662 5055 characters:</p>
jdaggett@1662 5056
jdaggett@1662 5057 <pre lang=ja>
jdaggett@2509 5058 body { font-feature-settings: "hwid"; /* Half-width OpenType feature */ }
jdaggett@1662 5059
jdaggett@1662 5060 &lt;p>毎日<a href="http://images.google.com/images?q=%E3%82%AB%E3%83%AC%E3%83%BC" style="text-decoration: none;">カレー</a>食べてるのに、飽きない&lt;/p>
jdaggett@1662 5061 </pre>
jdaggett@1662 5062 </div>
jdaggett@1662 5063
jdaggett@2118 5064 <h3 id=font-language-override-prop><span class=secno>6.13 </span>Font
jdaggett@1732 5065 language override: the <a
jdaggett@1732 5066 href="#propdef-font-language-override">font-language-override</a> property</h3>
jdaggett@1732 5067
jdaggett@5809 5068 <table class=propdef id=namefont-language-overridevaluenormal-lt>
jdaggett@1662 5069 <tbody>
jdaggett@1662 5070 <tr>
jdaggett@1662 5071 <td>Name:
jdaggett@1662 5072
jdaggett@1732 5073 <td><dfn id=propdef-font-language-override>font-language-override</dfn>
jdaggett@1662 5074
jdaggett@1662 5075 <tr>
jdaggett@1662 5076 <td>Value:
jdaggett@1662 5077
jdaggett@5809 5078 <td>normal | &lt;string&gt;
jdaggett@1662 5079
jdaggett@1662 5080 <tr>
jdaggett@1662 5081 <td>Initial:
jdaggett@1662 5082
jdaggett@1662 5083 <td>normal
jdaggett@1662 5084
jdaggett@1662 5085 <tr>
jdaggett@1662 5086 <td>Applies to:
jdaggett@1662 5087
jdaggett@1662 5088 <td>all elements
jdaggett@1662 5089
jdaggett@1662 5090 <tr>
jdaggett@1662 5091 <td>Inherited:
jdaggett@1662 5092
jdaggett@1662 5093 <td>yes
jdaggett@1662 5094
jdaggett@1662 5095 <tr>
jdaggett@1662 5096 <td>Percentages:
jdaggett@1662 5097
jdaggett@1662 5098 <td>N/A
jdaggett@1662 5099
jdaggett@1662 5100 <tr>
jdaggett@1662 5101 <td>Media:
jdaggett@1662 5102
jdaggett@1662 5103 <td>visual
jdaggett@1662 5104
jdaggett@1662 5105 <tr>
jdaggett@1662 5106 <td>Computed value:
jdaggett@1662 5107
jdaggett@1662 5108 <td>as specified
jdaggett@7377 5109
jdaggett@7377 5110 <tr>
jdaggett@7377 5111 <td>Animatable:
jdaggett@7377 5112
jdaggett@7377 5113 <td>no
jdaggett@1662 5114 </table>
jdaggett@1662 5115
jdaggett@5809 5116 <p>The value of ‘<a href="#normal2"><code
jdaggett@5809 5117 class=property>normal</code></a>’ implies that when rendering with
jdaggett@5809 5118 OpenType fonts the language of the document is used to infer the OpenType
jdaggett@5809 5119 language system, used to select language specific features when rendering.
jdaggett@5809 5120 The value of the &lt;string&gt; is a single three-letter OpenType <a
jdaggett@1662 5121 href="http://www.microsoft.com/typography/otspec/languagetags.htm">language
jdaggett@1662 5122 system tag</a>, defined in the layout tag registry of the OpenType
jdaggett@1662 5123 specification.
jdaggett@1662 5124
jdaggett@1662 5125 <div class=example>
jdaggett@7179 5126 <p>The <a href="http://www.un.org/en/documents/udhr/index.shtml">Universal
jdaggett@1662 5127 Declaration of Human Rights</a> has been translated into a wide variety
jdaggett@1662 5128 of languages. In Turkish, Article 9 of this document might be marked up
jdaggett@1662 5129 as below:</p>
jdaggett@1662 5130
jdaggett@1662 5131 <pre lang=tr>&lt;body lang="tr">
jdaggett@1662 5132
jdaggett@1662 5133 &lt;h4>Madde 9&lt;/h4>
jdaggett@1662 5134 &lt;p>Hiç kimse keyfi olarak tutuklanamaz, alıkonulanamaz veya sürülemez.&lt;/p>
jdaggett@1662 5135 </pre>
jdaggett@1662 5136
jdaggett@1662 5137 <p>Here the user agent uses the value of the ‘<code
jdaggett@1662 5138 class=property>lang</code>’ attribute when rendering text and
jdaggett@1662 5139 appropriately renders this text without ‘<code
jdaggett@4624 5140 class=property>fi</code>’ ligatures. There is no need to use the ‘<a
jdaggett@4624 5141 href="#propdef-font-language-override"><code
jdaggett@4624 5142 class=property>font-language-override</code></a>’ property.</p>
jdaggett@1662 5143
jdaggett@1662 5144 <p>However, a given font may lack support for a specific language. In this
jdaggett@1662 5145 situation authors may need to use the typographic conventions of a
jdaggett@1662 5146 related language that are supported by that font:</p>
jdaggett@1662 5147
jdaggett@1662 5148 <pre lang=mk>&lt;body lang="mk"> &lt;!-- Macedonian lang code --&gt;
jdaggett@1662 5149
jdaggett@1732 5150 body { font-language-override: "SRB"; /* Serbian OpenType language tag */ }
jdaggett@1662 5151
jdaggett@1662 5152 &lt;h4>Члeн 9&lt;/h4>
jdaggett@1662 5153 &lt;p>Никoj чoвeк нeмa дa бидe пoдлoжeн нa прoизвoлнo aпсeњe, притвoр или прoгoнувaњe.&lt;/p>
jdaggett@1662 5154
jdaggett@1662 5155 </pre>
jdaggett@1662 5156
jdaggett@1662 5157 <p>The Macedonian text here will be rendered using Serbian typographic
jdaggett@1662 5158 conventions, with the assumption that the font specified supports
jdaggett@1662 5159 Serbian.</p>
jdaggett@1662 5160 </div>
jdaggett@1662 5161
jdaggett@6176 5162 <p><a id=rendering-considerations></a>
jdaggett@6176 5163
jdaggett@6699 5164 <h2 id=font-feature-resolution><span class=secno>7 </span>Font Feature
jdaggett@6699 5165 Resolution</h2>
jdaggett@6176 5166
jdaggett@6176 5167 <p>As described in the previous section, font features can be enabled in a
jdaggett@6176 5168 variety of ways, either via the use of ‘<a
jdaggett@6176 5169 href="#propdef-font-variant"><code
jdaggett@6176 5170 class=property>font-variant</code></a>’ or ‘<a
jdaggett@6176 5171 href="#propdef-font-feature-settings"><code
jdaggett@6176 5172 class=property>font-feature-settings</code></a>’ in a style rule or
jdaggett@7096 5173 within an <code>@font-face</code> rule. The resolution order for the union
jdaggett@7096 5174 of these settings is defined below. Features defined via CSS properties
jdaggett@7096 5175 are applied on top of layout engine default features.
jdaggett@6176 5176
jdaggett@6699 5177 <h3 id=default-features><span class=secno>7.1 </span>Default features</h3>
jdaggett@6699 5178
jdaggett@6176 5179 <p>For OpenType fonts, user agents must enable the default features defined
jdaggett@6436 5180 in the OpenType documentation for a given script and writing mode.
jdaggett@6436 5181 Required ligatures, common ligatures and contextual forms must be enabled
jdaggett@6436 5182 by default (OpenType features: <span class=tag>rlig, liga, clig,
jdaggett@6436 5183 calt</span>), along with localized forms (OpenType feature: <span
jdaggett@6436 5184 class=tag>locl</span>), and features required for proper display of
jdaggett@6436 5185 composed characters and marks (OpenType features: <span class=tag>ccmp,
jdaggett@6436 5186 mark, mkmk</span>). These features must always be enabled, even when the
jdaggett@6176 5187 value of the ‘<a href="#propdef-font-variant"><code
jdaggett@6176 5188 class=property>font-variant</code></a>’ and ‘<a
jdaggett@6176 5189 href="#propdef-font-feature-settings"><code
jdaggett@6176 5190 class=property>font-feature-settings</code></a>’ properties is ‘<a
jdaggett@6436 5191 href="#normal2"><code class=property>normal</code></a>’. Individual
jdaggett@7377 5192 features are only disabled when explicitly overridden by the author, as
jdaggett@7377 5193 when ‘<a href="#propdef-font-variant-ligatures"><code
jdaggett@6176 5194 class=property>font-variant-ligatures</code></a>’ is set to ‘<a
jdaggett@6176 5195 href="#no-common-ligatures"><code
jdaggett@7377 5196 class=property>no-common-ligatures</code></a>’. For handling complex
jdaggett@7377 5197 scripts such as <a
jdaggett@6176 5198 href="http://www.microsoft.com/typography/otfntdev/arabicot/features.aspx">Arabic</a>,
jdaggett@6176 5199 <a
jdaggett@6176 5200 href="http://www.microsoft.com/typography/otfntdev/mongolot/features.htm">Mongolian</a>
jdaggett@6176 5201 or <a
jdaggett@6176 5202 href="http://www.microsoft.com/typography/otfntdev/devanot/features.aspx">Devanagari</a>
jdaggett@6436 5203 additional features are required. For upright text within vertical text
jdaggett@6436 5204 runs, vertical alternates (OpenType feature: <span class=tag>vert</span>)
jdaggett@6436 5205 must be enabled.
jdaggett@1662 5206
jdaggett@6699 5207 <h3 id=feature-precedence><span class=secno>7.2 </span>Feature precedence</h3>
jdaggett@6699 5208
jdaggett@3571 5209 <p>General and font specific font feature property settings are resolved in
jdaggett@6176 5210 the order below, in ascending precedence order. This ordering is used to
jdaggett@3511 5211 construct a combined list of font features that affect a given text run.
jdaggett@1662 5212
jdaggett@1662 5213 <ol>
jdaggett@6436 5214 <li>Font features enabled by default, including features required for a
jdaggett@6436 5215 given script.
jdaggett@6176 5216
jdaggett@7096 5217 <li>If the font is defined via an <code>@font-face</code> rule, the font
jdaggett@7096 5218 features implied by the font-variant descriptor in the
jdaggett@7096 5219 <code>@font-face</code> rule.
jdaggett@7096 5220
jdaggett@7096 5221 <li>If the font is defined via an <code>@font-face</code> rule, the font
jdaggett@7096 5222 features implied by the font-feature-settings descriptor in the
jdaggett@7096 5223 <code>@font-face</code> rule.
jdaggett@1662 5224
jdaggett@6176 5225 <li>Feature settings determined by properties other than ‘<a
jdaggett@6176 5226 href="#propdef-font-variant"><code
jdaggett@6176 5227 class=property>font-variant</code></a>’ or ‘<a
jdaggett@6176 5228 href="#propdef-font-feature-settings"><code
jdaggett@6176 5229 class=property>font-feature-settings</code></a>’. For example, setting
jdaggett@6176 5230 a non-default value for the ‘<code
jdaggett@6176 5231 class=property>letter-spacing</code>’ property disables ligatures.
jdaggett@6176 5232
jdaggett@4624 5233 <li>Font features implied by the value of the ‘<a
jdaggett@4624 5234 href="#propdef-font-variant"><code
jdaggett@4624 5235 class=property>font-variant</code></a>’ property, the related
jdaggett@4624 5236 font-variant subproperties and any other CSS property that may use
jdaggett@4624 5237 OpenType features (e.g. the ‘<a href="#propdef-font-kerning"><code
jdaggett@4624 5238 class=property>font-kerning</code></a>’ property).
jdaggett@4624 5239
jdaggett@4624 5240 <li>Font features implied by the value of ‘<a
jdaggett@4624 5241 href="#propdef-font-feature-settings"><code
jdaggett@4624 5242 class=property>font-feature-settings</code></a>’ property.
jdaggett@1662 5243 </ol>
jdaggett@1662 5244
jdaggett@3511 5245 <p>This ordering allows authors to set up a general set of defaults for
jdaggett@7096 5246 fonts within their <code>@font-face</code> rules, then override them with
jdaggett@7096 5247 property settings for specific elements. General property settings
jdaggett@7096 5248 override the settings in <code>@font-face</code> rules and low-level font
jdaggett@7096 5249 feature settings override ‘<a href="#propdef-font-variant"><code
jdaggett@4624 5250 class=property>font-variant</code></a>’ property settings.
jdaggett@1732 5251
jdaggett@1732 5252 <p>For situations where the combined list of font feature settings contains
jdaggett@3511 5253 more than one value for the same feature, the last value is used. When a
jdaggett@3511 5254 font lacks support for a given underlying font feature, text is simply
jdaggett@3511 5255 rendered as if that font feature was not enabled; font fallback does not
jdaggett@3511 5256 occur and no attempt is made to synthesize the feature except where
jdaggett@3511 5257 explicitly noted for specific properties.
jdaggett@1662 5258
jdaggett@6699 5259 <h3 id=feature-precedence-examples><span class=secno>7.3 </span>Feature
jdaggett@6699 5260 precedence examples</h3>
jdaggett@6699 5261
jdaggett@1662 5262 <div class=example>
jdaggett@1662 5263 <p>With the styles below, numbers are rendered proportionally when used
jdaggett@1662 5264 within a paragraph but are shown in tabular form within tables of prices:</p>
jdaggett@1662 5265
jdaggett@1662 5266 <pre>body {
jdaggett@1662 5267 font-variant-numeric: proportional-nums;
jdaggett@1662 5268 }
jdaggett@1662 5269
jdaggett@1662 5270 table.prices td {
jdaggett@1662 5271 font-variant-numeric: tabular-nums;
jdaggett@1662 5272 }
jdaggett@1662 5273 </pre>
jdaggett@1662 5274 </div>
jdaggett@1662 5275
jdaggett@1662 5276 <div class=example>
jdaggett@7096 5277 <p>When the font-variant descriptor is used within an
jdaggett@7096 5278 <code>@font-face</code> rule, it only applies to the font defined by that
jdaggett@7096 5279 rule.</p>
jdaggett@1662 5280
jdaggett@1662 5281 <pre>@font-face {
jdaggett@1662 5282 font-family: MainText;
jdaggett@2556 5283 src: url(http://example.com/font.ttf);
jdaggett@1662 5284 font-variant: oldstyle-nums proportional-nums styleset(1,3);
jdaggett@1662 5285 }
jdaggett@1662 5286
jdaggett@1662 5287 body {
jdaggett@1662 5288 font-family: MainText, Helvetica;
jdaggett@1662 5289 }
jdaggett@1662 5290
jdaggett@1662 5291 table.prices td {
jdaggett@1662 5292 font-variant-numeric: tabular-nums;
jdaggett@1662 5293 }
jdaggett@1662 5294 </pre>
jdaggett@1662 5295
jdaggett@1662 5296 <p>In this case, old-style numerals will be used throughout but only where
jdaggett@1662 5297 the font "MainText" is used. Just as in the previous example, tabular
jdaggett@4624 5298 values will be used in price tables since ‘<a
jdaggett@4624 5299 href="#tabular-nums"><code class=property>tabular-nums</code></a>’
jdaggett@4624 5300 appears in a general style rule and its use is mutually exclusive with
jdaggett@4624 5301 ‘<a href="#proportional-nums"><code
jdaggett@4624 5302 class=property>proportional-nums</code></a>’. Stylistic alternate sets
jdaggett@4624 5303 will only be used where MainText is used.</p>
jdaggett@1662 5304 </div>
jdaggett@1662 5305
jdaggett@1662 5306 <div class=example>
jdaggett@7096 5307 <p>The <code>@font-face</code> rule can also be used to access font
jdaggett@8198 5308 features in locally available fonts via the use of <code>local()</code>
jdaggett@8198 5309 in the ‘<a href="#descdef-src"><code class=property>src</code></a>’
jdaggett@8198 5310 descriptor of the <code>@font-face</code> definition:</p>
jdaggett@1662 5311
jdaggett@1662 5312 <pre>@font-face {
jdaggett@1662 5313 font-family: BodyText;
jdaggett@1662 5314 src: local("HiraMaruPro-W4");
jdaggett@1662 5315 font-variant: proportional-width;
jdaggett@2509 5316 font-feature-settings: "ital"; /* Latin italics within CJK text feature */
jdaggett@1662 5317 }
jdaggett@1662 5318
jdaggett@1662 5319 body { font-family: BodyText, serif; }
jdaggett@1662 5320 </pre>
jdaggett@1662 5321
jdaggett@1662 5322 <p>If available, a Japanese font "Hiragino Maru Gothic" will be used. When
jdaggett@1662 5323 text rendering occurs, Japanese kana will be proportionally spaced and
jdaggett@1662 5324 Latin text will be italicised. Text rendered with the fallback serif font
jdaggett@1662 5325 will use default rendering properties.</p>
jdaggett@1662 5326 </div>
jdaggett@1662 5327
jdaggett@1662 5328 <div class=example>
jdaggett@3460 5329 <p>In the example below, discretionary ligatures are enabled only for a
jdaggett@1662 5330 downloadable font but are disabled within spans of class "special":</p>
jdaggett@1662 5331
jdaggett@1662 5332 <pre>@font-face {
jdaggett@1662 5333 font-family: main;
jdaggett@1662 5334 src: url(fonts/ffmeta.woff) format("woff");
jdaggett@3460 5335 font-variant: discretionary-ligatures;
jdaggett@1662 5336 }
jdaggett@1662 5337
jdaggett@1662 5338 body { font-family: main, Helvetica; }
jdaggett@3460 5339 span.special { font-variant-ligatures: no-discretionary-ligatures; }
jdaggett@1662 5340 </pre>
jdaggett@1662 5341
jdaggett@7096 5342 <p>Adding an discretionary style rule with the <code>@font-face</code>
jdaggett@7096 5343 above:</p>
jdaggett@1662 5344
jdaggett@1662 5345 <pre>body { font-family: main, Helvetica; }
jdaggett@2509 5346 span { font-feature-settings: "dlig"; }
jdaggett@3460 5347 span.special { font-variant-ligatures: no-discretionary-ligatures; }
jdaggett@1662 5348 </pre>
jdaggett@1662 5349
jdaggett@3460 5350 <p>Within spans of class "special", discretionary ligatures <em>will</em>
jdaggett@4624 5351 be rendered. This is because both the ‘<a
jdaggett@4624 5352 href="#propdef-font-feature-settings"><code
jdaggett@4624 5353 class=property>font-feature-settings</code></a>’ and ‘<a
jdaggett@4624 5354 href="#propdef-font-variant-ligatures"><code
jdaggett@4624 5355 class=property>font-variant-ligatures</code></a>’ properties apply to
jdaggett@4624 5356 these spans. Although the ‘<code class=css>no-discretionary
jdaggett@4624 5357 ligatures</code>’ setting of ‘<a
jdaggett@4624 5358 href="#propdef-font-variant-ligatures"><code
jdaggett@4624 5359 class=property>font-variant-ligatures</code></a>’ effectively disables
jdaggett@6436 5360 the OpenType <span class=tag>dlig</span> feature, because the ‘<a
jdaggett@4624 5361 href="#propdef-font-feature-settings"><code
jdaggett@4624 5362 class=property>font-feature-settings</code></a>’ is resolved after
jdaggett@4624 5363 that, the ‘<code class=property>dlig</code>’ value reenables
jdaggett@4624 5364 discretionary ligatures.</p>
jdaggett@1662 5365 </div>
jdaggett@1244 5366
jdaggett@7021 5367 <h2 id=object-model><span class=secno>8 </span>Object Model</h2>
jdaggett@7021 5368
jdaggett@7021 5369 <p>The contents of <code>@font-face</code> and
jdaggett@7021 5370 <code>@font-feature-values</code> rules can be accessed via the following
jdaggett@7021 5371 extensions to the CSS Object Model.
jdaggett@7021 5372
jdaggett@7021 5373 <h3 id=om-fontface><span class=secno>8.1 </span>The <a
jdaggett@7021 5374 href="#cssfontfacerule"><code>CSSFontFaceRule</code></a> interface</h3>
jdaggett@7021 5375
jdaggett@7021 5376 <p>The <dfn id=cssfontfacerule>CSSFontFaceRule</dfn> interface represents a
jdaggett@7096 5377 <code>@font-face</code> rule.
jdaggett@7021 5378
jdaggett@7021 5379 <pre class=idl>
jdaggett@7021 5380 interface CSSFontFaceRule : CSSRule {
jdaggett@7041 5381 attribute DOMString family;
jdaggett@7041 5382 attribute DOMString src;
jdaggett@7041 5383 attribute DOMString style;
jdaggett@7041 5384 attribute DOMString weight;
jdaggett@7041 5385 attribute DOMString stretch;
jdaggett@7041 5386 attribute DOMString unicodeRange;
jdaggett@7041 5387 attribute DOMString variant;
jdaggett@7041 5388 attribute DOMString featureSettings;
jdaggett@7021 5389 }</pre>
jdaggett@7021 5390
jdaggett@7022 5391 <p>The DOM Level 2 Style specification <a href="#DOM-LEVEL-2-STYLE"
jdaggett@7022 5392 rel=biblioentry>[DOM-LEVEL-2-STYLE]<!--{{DOM-LEVEL-2-STYLE}}--></a>
jdaggett@7022 5393 defined a different variant of this rule. This definition supercedes that
jdaggett@7022 5394 one.
jdaggett@7021 5395
jdaggett@7021 5396 <h3 id=om-fontfeaturevalues><span class=secno>8.2 </span>The <a
jdaggett@7021 5397 href="#cssfontfeaturevaluesrule"><code>CSSFontFeatureValuesRule</code></a>
jdaggett@7021 5398 interface</h3>
jdaggett@7021 5399
jdaggett@7021 5400 <p>The <code>CSSRule</code> interface is extended as follows:
jdaggett@7021 5401
jdaggett@7021 5402 <pre class=idl>partial interface CSSRule {
jdaggett@7021 5403 const unsigned short FONT_FEATURE_VALUES_RULE = 14;
jdaggett@7021 5404 }</pre>
jdaggett@7021 5405
jdaggett@7021 5406 <p>The <dfn id=cssfontfeaturevaluesrule>CSSFontFeatureValuesRule</dfn>
jdaggett@7096 5407 interface represents a <code>@font-feature-values</code> rule.
jdaggett@7021 5408
jdaggett@7021 5409 <pre class=idl>interface CSSFontFeatureValuesRule : CSSRule {
jdaggett@7021 5410 readonly attribute DOMString familyList;
jdaggett@7021 5411 readonly attribute DOMString valueText;
jdaggett@7021 5412 };</pre>
jdaggett@7021 5413
jdaggett@7021 5414 <dl class=idl-attributes>
jdaggett@7021 5415 <dt><var>familyList</var> of type <code>DOMString</code>, readonly
jdaggett@7021 5416
jdaggett@7021 5417 <dd>The list of one or more font families for which a given set of feature
jdaggett@7021 5418 values is defined.
jdaggett@7021 5419
jdaggett@7021 5420 <dt><var>valueText</var> of type <code>DOMString</code>, readonly
jdaggett@7021 5421
jdaggett@7021 5422 <dd>Serialized set of feature values.
jdaggett@7021 5423 </dl>
jdaggett@7021 5424
jdaggett@2737 5425 <h2 class=no-num id=platform-props-to-css>Appendix A: Mapping platform font
jdaggett@1662 5426 properties to CSS properties</h2>
jdaggett@1662 5427
jdaggett@1662 5428 <p><em>This appendix is included as background for some of the problems and
jdaggett@890 5429 situations that are described in other sections. It should be viewed as
jdaggett@890 5430 informative only.</em>
jdaggett@890 5431
jdaggett@512 5432 <p>Font properties in CSS are designed to be independent of the underlying
jdaggett@512 5433 font formats used; they can be used to specify bitmap fonts, Type1 fonts,
jdaggett@890 5434 SVG fonts in addition to the common TrueType and OpenType fonts. But there
jdaggett@1244 5435 are facets of the TrueType and OpenType formats that often cause confusion
jdaggett@2556 5436 for authors and present challenges to implementers on different platforms.
jdaggett@1244 5437
jdaggett@1244 5438 <p>Originally developed at Apple, TrueType was designed as an outline font
jdaggett@1244 5439 format for both screen and print. Microsoft joined Apple in developing the
jdaggett@1244 5440 TrueType format and both platforms have supported TrueType fonts since
jdaggett@1244 5441 then. Font data in the TrueType format consists of a set of tables
jdaggett@1244 5442 distinguished with common four-letter tag names, each containing a
jdaggett@1244 5443 specific type of data. For example, naming information, including
jdaggett@1244 5444 copyright and license information, is stored in the ‘<code
jdaggett@7311 5445 class=property>name</code>’ table. The <a
jdaggett@7311 5446 href="#character-map"><em>character map</em></a> (‘<code
jdaggett@1244 5447 class=property>cmap</code>’) table contains a mapping of character
jdaggett@1244 5448 encodings to glyphs. Apple later added additional tables for supporting
jdaggett@1244 5449 enhanced typographic functionality; these are now called Apple Advanced
jdaggett@1244 5450 Typography, or AAT, fonts. Microsoft and Adobe developed a separate set of
jdaggett@1662 5451 tables for advanced typography and called their format OpenType <a
jdaggett@1662 5452 href="#OPENTYPE" rel=biblioentry>[OPENTYPE]<!--{{!OPENTYPE}}--></a>.
jdaggett@890 5453
jdaggett@890 5454 <p>In many cases the font data used under Microsoft Windows or Linux is
jdaggett@890 5455 slightly different from the data used under Apple's Mac OS X because the
jdaggett@6694 5456 TrueType format allowed for explicit variation across platforms. This
jdaggett@7311 5457 includes font metrics, names and <a href="#character-map"><em>character
jdaggett@7311 5458 map</em></a> data.
jdaggett@6694 5459
jdaggett@6694 5460 <p>Specifically, font family name data is handled differently across
jdaggett@6694 5461 platforms. For TrueType and OpenType fonts these names are contained in
jdaggett@6694 5462 the ‘<code class=property>name</code>’ table, in name records with
jdaggett@6694 5463 name ID 1. Mulitple names can be stored for different locales but
jdaggett@6694 5464 Microsoft recommends fonts always include at least a US English version of
jdaggett@6694 5465 the name. On Windows, Microsoft made the decision for backwards
jdaggett@6694 5466 compatibility to limit this family name to a maximum of four faces; for
jdaggett@6694 5467 larger groupings the "preferred family" (name ID 16) or "WWS family" (name
jdaggett@6694 5468 ID 21) can be used. Other platforms such as OSX don't have this
jdaggett@6694 5469 limitation, the family name is used to define all possible groupings.
jdaggett@6694 5470
jdaggett@6694 5471 <p>Other name table data provides names used to uniquely identify a
jdaggett@6694 5472 specific face within a family. The full font name (name ID 4) and the
jdaggett@1244 5473 Postscript name (name ID 6) describe a single face uniquely. The bold face
jdaggett@1244 5474 of the Gill Sans family has a fullname of "Gill Sans Bold" and a
jdaggett@1244 5475 Postscript name of "GillSans-Bold". There can be multiple localized
jdaggett@1244 5476 versions of the fullname for a given face but the Postscript name is
jdaggett@1244 5477 always a unique name made from a limited set of ASCII characters.
jdaggett@1244 5478
jdaggett@1244 5479 <p>On various platforms, different names are used to search for a font. For
jdaggett@1244 5480 example, with the Windows GDI CreateIndirectFont API, either a family or
jdaggett@1244 5481 fullname can be used to lookup a face while on Mac OS X the
jdaggett@8095 5482 CTFontCreateWithName API call is used to lookup a given face using the
jdaggett@8095 5483 fullname and Postscript name. Under Linux, the fontconfig API allows fonts
jdaggett@8095 5484 to be searched using any of these names. In situations where platform
jdaggett@8095 5485 API's automatically substitute other font choices, it may be necessary to
jdaggett@8095 5486 verify a returned font matches a given name.
jdaggett@1244 5487
jdaggett@1244 5488 <p>The weight of a given face can be determined via the usWeightClass field
jdaggett@1244 5489 of the OS/2 table or inferred from the style name (name ID 2). Likewise,
jdaggett@1244 5490 the width can be determined via the usWidthClass of the OS/2 table or
jdaggett@6694 5491 inferred from the style name. For historical reasons related to synthetic
jdaggett@6694 5492 bolding at weights 200 or lower with the Windows GDI API, font designers
jdaggett@6694 5493 have sometimes skewed values in the OS/2 table to avoid these weights.
jdaggett@1244 5494
jdaggett@1244 5495 <p>Rendering complex scripts that use contextual shaping such as Thai,
jdaggett@1244 5496 Arabic and Devanagari requires features present only in OpenType or AAT
jdaggett@1244 5497 fonts. Currently, complex script rendering is supported on Windows and
jdaggett@7521 5498 Linux using OpenType font features while both OpenType and AAT font
jdaggett@7521 5499 features are used under Mac OS X.
jdaggett@1244 5500
jdaggett@2472 5501 <h2 class=no-num id=ch-ch-ch-changes>Changes</h2>
jdaggett@2472 5502
jdaggett@2472 5503 <h3 class=no-num id=recent-changes> Changes from the <a
jdaggett@7451 5504 href="http://www.w3.org/TR/2013/WD-css3-fonts-20130212/">February 2013
jdaggett@7242 5505 CSS3 Fonts Working Draft</a></h3>
jdaggett@2472 5506
jdaggett@2472 5507 <p>Major changes include:
jdaggett@2472 5508
jdaggett@2472 5509 <ul>
jdaggett@7521 5510 <li>Moved font load events into a separate <a
jdaggett@7521 5511 href="http://dev.w3.org/csswg/css3-font-load-events/">spec</a>
jdaggett@7679 5512
jdaggett@7679 5513 <li>Tightened error handling rules for <code>@font-feature-values</code>
jdaggett@7679 5514 rules
jdaggett@8031 5515
jdaggett@8031 5516 <li>Added grammar productions for <code>@font-face</code> and
jdaggett@8031 5517 <code>@font-feature-values</code> rules
jdaggett@8095 5518
jdaggett@8095 5519 <li>Tightened definition of synthetic oblique
jdaggett@8225 5520
jdaggett@8225 5521 <li>Revised definition of ‘<a href="#descdef-unicode-range"><code
jdaggett@8225 5522 class=property>unicode-range</code></a>’ descriptor
jdaggett@2472 5523 </ul>
jdaggett@2472 5524
jdaggett@529 5525 <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
jdaggett@529 5526
jdaggett@1662 5527 <p>I'd like to thank Tal Leming, Jonathan Kew and Christopher Slye for all
jdaggett@1662 5528 their help and feedback. John Hudson was kind enough to take the time to
jdaggett@2472 5529 explain the subtleties of OpenType language tags and provided the example
jdaggett@2472 5530 of character variant usage for displaying text on Byzantine seals. Ken
jdaggett@2472 5531 Lunde and Eric Muller provided valuable feedback on CJK OpenType features
jdaggett@2472 5532 and Unicode variation selectors. The idea for supporting font features by
jdaggett@2472 5533 using font-variant subproperties originated with Håkon Wium Lie, Adam
jdaggett@5890 5534 Twardoch and Tal Leming. Elika Etemad supplied some of the initial design
jdaggett@7521 5535 ideas for the <code>@font-feature-values</code> rule. Thanks also to House
jdaggett@7355 5536 Industries for allowing the use of Ed Interlock in the discretionary
jdaggett@7355 5537 ligatures example.
jdaggett@1662 5538
jdaggett@529 5539 <p>A special thanks to Robert Bringhurst for the sublime mind expansion
jdaggett@529 5540 that is <em>The Elements of Typographic Style</em>.
jdaggett@529 5541
jdaggett@7242 5542 <h2 class=no-num id=conformance> Conformance</h2>
jdaggett@7242 5543
jdaggett@7242 5544 <h3 class=no-num id=conventions> Document Conventions</h3>
jdaggett@7242 5545
jdaggett@7242 5546 <p>Conformance requirements are expressed with a combination of descriptive
jdaggett@7242 5547 assertions and RFC 2119 terminology. The key words “MUST”, “MUST
jdaggett@7242 5548 NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”,
jdaggett@7242 5549 “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in the
jdaggett@7242 5550 normative parts of this document are to be interpreted as described in RFC
jdaggett@7242 5551 2119. However, for readability, these words do not appear in all uppercase
jdaggett@7242 5552 letters in this specification.
jdaggett@7242 5553
jdaggett@7242 5554 <p>All of the text of this specification is normative except sections
jdaggett@7242 5555 explicitly marked as non-normative, examples, and notes. <a
jdaggett@7242 5556 href="#RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
jdaggett@7242 5557
jdaggett@7242 5558 <p>Examples in this specification are introduced with the words “for
jdaggett@7242 5559 example” or are set apart from the normative text with
jdaggett@7242 5560 <code>class="example"</code>, like this:
jdaggett@7242 5561
jdaggett@7242 5562 <div class=example>
jdaggett@7242 5563 <p>This is an example of an informative example.
jdaggett@7242 5564 </div>
jdaggett@7242 5565
jdaggett@7242 5566 <p>Informative notes begin with the word “Note” and are set apart from
jdaggett@7242 5567 the normative text with <code>class="note"</code>, like this:
jdaggett@7242 5568
jdaggett@7242 5569 <p class=note>Note, this is an informative note.
jdaggett@7242 5570
jdaggett@7242 5571 <h3 class=no-num id=conformance-classes> Conformance Classes</h3>
jdaggett@7242 5572
jdaggett@7242 5573 <p>Conformance to CSS Fonts Level 3 Module is defined for three conformance
jdaggett@7242 5574 classes:
jdaggett@7242 5575
jdaggett@7242 5576 <dl>
jdaggett@7243 5577 <dt><dfn id=style-sheet title="style sheet!!as conformance class">style
jdaggett@7242 5578 sheet</dfn>
jdaggett@7242 5579
jdaggett@7242 5580 <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS
jdaggett@7242 5581 style sheet</a>.
jdaggett@7242 5582
jdaggett@7243 5583 <dt><dfn id=renderer>renderer</dfn>
jdaggett@7242 5584
jdaggett@7242 5585 <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
jdaggett@7242 5586 that interprets the semantics of a style sheet and renders documents that
jdaggett@7242 5587 use them.
jdaggett@7242 5588
jdaggett@7242 5589 <dt><dfn id=authoring-tool>authoring tool</dfn>
jdaggett@7242 5590
jdaggett@7242 5591 <dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">UA</a>
jdaggett@7242 5592 that writes a style sheet.
jdaggett@7242 5593 </dl>
jdaggett@7242 5594
jdaggett@7242 5595 <p>A style sheet is conformant to CSS Fonts Level 3 Module if all of its
jdaggett@7242 5596 declarations that use properties defined in this module have values that
jdaggett@7242 5597 are valid according to the generic CSS grammar and the individual grammars
jdaggett@7242 5598 of each property as given in this module.
jdaggett@7242 5599
jdaggett@7242 5600 <p>A renderer is conformant to CSS Fonts Level 3 Module if, in addition to
jdaggett@7242 5601 interpreting the style sheet as defined by the appropriate specifications,
jdaggett@7242 5602 it supports all the features defined by CSS Fonts Level 3 Module by
jdaggett@7242 5603 parsing them correctly and rendering the document accordingly. However,
jdaggett@7242 5604 the inability of a UA to correctly render a document due to limitations of
jdaggett@7242 5605 the device does not make the UA non-conformant. (For example, a UA is not
jdaggett@7242 5606 required to render color on a monochrome monitor.)
jdaggett@7242 5607
jdaggett@7242 5608 <p>An authoring tool is conformant to CSS Fonts Level 3 Module if it writes
jdaggett@7242 5609 style sheets that are syntactically correct according to the generic CSS
jdaggett@7242 5610 grammar and the individual grammars of each feature in this module, and
jdaggett@7242 5611 meet all other conformance requirements of style sheets as described in
jdaggett@7242 5612 this module.
jdaggett@7242 5613
jdaggett@7242 5614 <h3 class=no-num id=partial> Partial Implementations</h3>
jdaggett@7242 5615
jdaggett@7242 5616 <p>So that authors can exploit the forward-compatible parsing rules to
jdaggett@7242 5617 assign fallback values, CSS renderers <strong>must</strong> treat as
jdaggett@7242 5618 invalid (and <a
jdaggett@7242 5619 href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignore as
jdaggett@7242 5620 appropriate</a>) any at-rules, properties, property values, keywords, and
jdaggett@7242 5621 other syntactic constructs for which they have no usable level of support.
jdaggett@7242 5622 In particular, user agents <strong>must not</strong> selectively ignore
jdaggett@7242 5623 unsupported component values and honor supported values in a single
jdaggett@7242 5624 multi-value property declaration: if any value is considered invalid (as
jdaggett@7242 5625 unsupported values must be), CSS requires that the entire declaration be
jdaggett@7242 5626 ignored.
jdaggett@7242 5627
jdaggett@7242 5628 <h3 class=no-num id=experimental> Experimental Implementations</h3>
jdaggett@7242 5629
jdaggett@7242 5630 <p>To avoid clashes with future CSS features, the CSS2.1 specification
jdaggett@7242 5631 reserves a <a
jdaggett@7242 5632 href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
jdaggett@7242 5633 syntax</a> for proprietary and experimental extensions to CSS.
jdaggett@7242 5634
jdaggett@7242 5635 <p>Prior to a specification reaching the Candidate Recommendation stage in
jdaggett@7242 5636 the W3C process, all implementations of a CSS feature are considered
jdaggett@7242 5637 experimental. The CSS Working Group recommends that implementations use a
jdaggett@7242 5638 vendor-prefixed syntax for such features, including those in W3C Working
jdaggett@7242 5639 Drafts. This avoids incompatibilities with future changes in the draft.
jdaggett@7242 5640
jdaggett@7242 5641 <h3 class=no-num id=testing> Non-Experimental Implementations</h3>
jdaggett@7242 5642
jdaggett@7242 5643 <p>Once a specification reaches the Candidate Recommendation stage,
jdaggett@7242 5644 non-experimental implementations are possible, and implementors should
jdaggett@7242 5645 release an unprefixed implementation of any CR-level feature they can
jdaggett@7242 5646 demonstrate to be correctly implemented according to spec.
jdaggett@7242 5647
jdaggett@7242 5648 <p>To establish and maintain the interoperability of CSS across
jdaggett@7242 5649 implementations, the CSS Working Group requests that non-experimental CSS
jdaggett@7242 5650 renderers submit an implementation report (and, if necessary, the
jdaggett@7242 5651 testcases used for that implementation report) to the W3C before releasing
jdaggett@7242 5652 an unprefixed implementation of any CSS features. Testcases submitted to
jdaggett@7242 5653 W3C are subject to review and correction by the CSS Working Group.
jdaggett@7242 5654
jdaggett@7242 5655 <p>Further information on submitting testcases and implementation reports
jdaggett@7242 5656 can be found from on the CSS Working Group's website at <a
jdaggett@7242 5657 href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>.
jdaggett@7242 5658 Questions should be directed to the <a
jdaggett@7242 5659 href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
jdaggett@7242 5660 mailing list.
jdaggett@7242 5661
jdaggett@484 5662 <h2 class=no-num id=references>References</h2>
jdaggett@484 5663
jdaggett@1662 5664 <h3 class=no-num id=normative-references>Normative References</h3>
jdaggett@484 5665 <!--begin-normative-->
jdaggett@484 5666 <!-- Sorted by label -->
jdaggett@484 5667
jdaggett@484 5668 <dl class=bibliography>
jdaggett@8031 5669 <dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
jdaggett@484 5670 <!---->
jdaggett@531 5671
jdaggett@2461 5672 <dt id=CHARMOD>[CHARMOD]
jdaggett@2461 5673
jdaggett@2461 5674 <dd>Martin J. Dürst; et al. <a
jdaggett@2737 5675 href="http://www.w3.org/TR/2005/REC-charmod-20050215/"><cite>Character
jdaggett@2461 5676 Model for the World Wide Web 1.0: Fundamentals.</cite></a> 15 February
jdaggett@2461 5677 2005. W3C Recommendation. URL: <a
jdaggett@2737 5678 href="http://www.w3.org/TR/2005/REC-charmod-20050215/">http://www.w3.org/TR/2005/REC-charmod-20050215/</a>
jdaggett@2461 5679 </dd>
jdaggett@2461 5680 <!---->
jdaggett@2461 5681
jdaggett@2457 5682 <dt id=CORS>[CORS]
jdaggett@1662 5683
jdaggett@1662 5684 <dd>Anne van Kesteren. <a
jdaggett@7242 5685 href="http://www.w3.org/TR/2013/CR-cors-20130129/"><cite>Cross-Origin
jdaggett@7242 5686 Resource Sharing.</cite></a> 29 January 2013. W3C Candidate
jdaggett@7242 5687 Recommendation. (Work in progress.) URL: <a
jdaggett@7242 5688 href="http://www.w3.org/TR/2013/CR-cors-20130129/">http://www.w3.org/TR/2013/CR-cors-20130129/</a>
jdaggett@1662 5689 </dd>
jdaggett@1662 5690 <!---->
jdaggett@1662 5691
jdaggett@3041 5692 <dt id=CSS21>[CSS21]
jdaggett@3041 5693
jdaggett@3041 5694 <dd>Bert Bos; et al. <a
jdaggett@8031 5695 href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
jdaggett@3041 5696 Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
jdaggett@3041 5697 2011. W3C Recommendation. URL: <a
jdaggett@8031 5698 href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
jdaggett@3041 5699 </dd>
jdaggett@3041 5700 <!---->
jdaggett@3041 5701
jdaggett@5833 5702 <dt id=CSS3VAL>[CSS3VAL]
jdaggett@5833 5703
jdaggett@5833 5704 <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
jdaggett@6701 5705 href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS
jdaggett@6701 5706 Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate
jdaggett@6701 5707 Recommendation. (Work in progress.) URL: <a
jdaggett@6701 5708 href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a>
jdaggett@5833 5709 </dd>
jdaggett@5833 5710 <!---->
jdaggett@5833 5711
jdaggett@1662 5712 <dt id=HTML5>[HTML5]
jdaggett@1662 5713
jdaggett@1856 5714 <dd>Ian Hickson. <a
jdaggett@7242 5715 href="http://www.w3.org/TR/2012/CR-html5-20121217/"><cite>HTML5.</cite></a>
jdaggett@7242 5716 17 December 2012. W3C Candidate Recommendation. (Work in progress.) URL:
jdaggett@7242 5717 <a
jdaggett@7242 5718 href="http://www.w3.org/TR/2012/CR-html5-20121217/">http://www.w3.org/TR/2012/CR-html5-20121217/</a>
jdaggett@1662 5719 </dd>
jdaggett@1662 5720 <!---->
jdaggett@1662 5721
jdaggett@1662 5722 <dt id=OPEN-FONT-FORMAT>[OPEN-FONT-FORMAT]
jdaggett@1662 5723
jdaggett@1662 5724 <dd><a
jdaggett@1662 5725 href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009(E).zip"><cite>Information
jdaggett@1662 5726 technology — Coding of audio-visual objects — Part 22: Open Font
jdaggett@1662 5727 Format.</cite></a> International Organization for Standardization.
jdaggett@1662 5728 ISO/IEC 14496-22:2009. URL: <a
jdaggett@1662 5729 href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009(E).zip">http://standards.iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009(E).zip</a>
jdaggett@1662 5730 </dd>
jdaggett@1662 5731 <!---->
jdaggett@1662 5732
jdaggett@1662 5733 <dt id=OPENTYPE>[OPENTYPE]
jdaggett@1662 5734
jdaggett@1662 5735 <dd><a
jdaggett@1662 5736 href="http://www.microsoft.com/typography/otspec/default.htm"><cite>OpenType
jdaggett@1662 5737 specification.</cite></a> Microsoft. URL: <a
jdaggett@1662 5738 href="http://www.microsoft.com/typography/otspec/default.htm">http://www.microsoft.com/typography/otspec/default.htm</a>
jdaggett@1662 5739 </dd>
jdaggett@1662 5740 <!---->
jdaggett@1662 5741
jdaggett@1662 5742 <dt id=OPENTYPE-FEATURES>[OPENTYPE-FEATURES]
jdaggett@1662 5743
jdaggett@1662 5744 <dd><a
jdaggett@1662 5745 href="http://www.microsoft.com/typography/otspec/featurelist.htm"><cite>OpenType
jdaggett@1662 5746 feature registry.</cite></a> Microsoft. URL: <a
jdaggett@1662 5747 href="http://www.microsoft.com/typography/otspec/featurelist.htm">http://www.microsoft.com/typography/otspec/featurelist.htm</a>
jdaggett@1662 5748 </dd>
jdaggett@1662 5749 <!---->
jdaggett@1662 5750
jdaggett@7103 5751 <dt id=RFC2119>[RFC2119]
jdaggett@7103 5752
jdaggett@7103 5753 <dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
jdaggett@7103 5754 words for use in RFCs to Indicate Requirement Levels.</cite></a> Internet
jdaggett@7103 5755 RFC 2119. URL: <a
jdaggett@7103 5756 href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
jdaggett@7103 5757 </dd>
jdaggett@7103 5758 <!---->
jdaggett@7103 5759
jdaggett@2457 5760 <dt id=UAX15>[UAX15]
jdaggett@2457 5761
jdaggett@7242 5762 <dd>Mark Davis; Ken Whistler. <a
jdaggett@7242 5763 href="http://www.unicode.org/reports/tr15/"><cite>Unicode Normalization
jdaggett@7242 5764 Forms.</cite></a> 31 August 2012. Unicode Standard Annex #15. URL: <a
jdaggett@7242 5765 href="http://www.unicode.org/reports/tr15/">http://www.unicode.org/reports/tr15/</a>
jdaggett@2457 5766 </dd>
jdaggett@2457 5767 <!---->
jdaggett@2457 5768
jdaggett@1856 5769 <dt id=UAX29>[UAX29]
jdaggett@1856 5770
jdaggett@1856 5771 <dd>Mark Davis. <a
jdaggett@5809 5772 href="http://www.unicode.org/reports/tr29/"><cite>Unicode Text
jdaggett@7242 5773 Segmentation.</cite></a> 12 September 2012. Unicode Standard Annex #29.
jdaggett@2461 5774 URL: <a
jdaggett@5809 5775 href="http://www.unicode.org/reports/tr29/">http://www.unicode.org/reports/tr29/</a>
jdaggett@1856 5776 </dd>
jdaggett@1856 5777 <!---->
jdaggett@1856 5778
jdaggett@3041 5779 <dt id=UNICODE6>[UNICODE6]
jdaggett@531 5780
jdaggett@531 5781 <dd>The Unicode Consortium. <a
jdaggett@7242 5782 href="http://www.unicode.org/versions/Unicode6.2.0/"><cite>The Unicode
jdaggett@7242 5783 Standard, Version 6.2.0.</cite></a> Defined by: The Unicode Standard,
jdaggett@7242 5784 Version 6.2.0 URL: <a
jdaggett@7242 5785 href="http://www.unicode.org/versions/Unicode6.2.0/">http://www.unicode.org/versions/Unicode6.2.0/</a>
jdaggett@531 5786 </dd>
jdaggett@531 5787 <!---->
jdaggett@484 5788 </dl>
jdaggett@484 5789 <!--end-normative-->
jdaggett@3041 5790 <!--{{!CSS21}}-->
jdaggett@5833 5791 <!--{{!CSS3VAL}}-->
jdaggett@1662 5792 <!--{{!OPENTYPE}}-->
jdaggett@1662 5793 <!--{{!OPENTYPE-FEATURES}}-->
jdaggett@1662 5794 <!--{{!OPEN-FONT-FORMAT}}-->
jdaggett@3041 5795 <!--{{!UNICODE6}}-->
jdaggett@2457 5796 <!--{{!UAX15}}-->
jdaggett@1856 5797 <!--{{!UAX29}}-->
jdaggett@2457 5798 <!--{{!CORS}}-->
jdaggett@1662 5799 <!--{{!HTML5}}-->
jdaggett@2461 5800 <!--{{!CHARMOD}}-->
jdaggett@1662 5801
jdaggett@1662 5802 <h3 class=no-num id=other-references>Other References</h3>
jdaggett@484 5803 <!--begin-informative-->
jdaggett@484 5804 <!-- Sorted by label -->
jdaggett@484 5805
jdaggett@484 5806 <dl class=bibliography>
jdaggett@8031 5807 <dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
jdaggett@484 5808 <!---->
jdaggett@484 5809
jdaggett@3042 5810 <dt id=AAT-FEATURES>[AAT-FEATURES]
jdaggett@3042 5811
jdaggett@3042 5812 <dd><a href="http://developer.apple.com/fonts/registry/"><cite>Apple
jdaggett@3042 5813 Advanced Typography font feature registry.</cite></a> Apple. URL: <a
jdaggett@3042 5814 href="http://developer.apple.com/fonts/registry/">http://developer.apple.com/fonts/registry/</a>
jdaggett@3042 5815 </dd>
jdaggett@3042 5816 <!---->
jdaggett@3042 5817
jdaggett@512 5818 <dt id=ARABIC-TYPO>[ARABIC-TYPO]
jdaggett@512 5819
jdaggett@513 5820 <dd>Huda Smitshuijzen AbiFares. <cite>Arabic Typography: A Comprehensive
jdaggett@1148 5821 Sourcebook.</cite> Saqi Books. 2001. ISBN 0-86356-347-3.</dd>
jdaggett@512 5822 <!---->
jdaggett@512 5823
jdaggett@3042 5824 <dt id=CHARMOD-NORM>[CHARMOD-NORM]
jdaggett@3042 5825
jdaggett@3042 5826 <dd>François Yergeau; et al. <a
jdaggett@5809 5827 href="http://www.w3.org/TR/2012/WD-charmod-norm-20120501/"><cite>Character
jdaggett@5809 5828 Model for the World Wide Web 1.0: Normalization.</cite></a> 1 May 2012.
jdaggett@5809 5829 W3C Working Draft. (Work in progress.) URL: <a
jdaggett@5809 5830 href="http://www.w3.org/TR/2012/WD-charmod-norm-20120501/">http://www.w3.org/TR/2012/WD-charmod-norm-20120501/</a>
jdaggett@3042 5831 </dd>
jdaggett@3042 5832 <!---->
jdaggett@3042 5833
jdaggett@1732 5834 <dt id=CJKV-INFO-PROCESSING>[CJKV-INFO-PROCESSING]
jdaggett@1732 5835
jdaggett@1732 5836 <dd>Ken Lunde. <cite>CJKV Information Processing, Second Edition.</cite>
jdaggett@1732 5837 O'Reilly Media, Inc. 2009. ISBN 0-596-51447-1.</dd>
jdaggett@1732 5838 <!---->
jdaggett@1732 5839
jdaggett@3460 5840 <dt id=CSS3-CONDITIONAL>[CSS3-CONDITIONAL]
jdaggett@3460 5841
jdaggett@3460 5842 <dd>L. David Baron. <a
jdaggett@7242 5843 href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/"><cite>CSS
jdaggett@7242 5844 Conditional Rules Module Level 3.</cite></a> 13 December 2012. W3C
jdaggett@3460 5845 Working Draft. (Work in progress.) URL: <a
jdaggett@7242 5846 href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">http://www.w3.org/TR/2012/WD-css3-conditional-20121213/</a>
jdaggett@3460 5847 </dd>
jdaggett@3460 5848 <!---->
jdaggett@3460 5849
jdaggett@6701 5850 <dt id=CSS3TEXT>[CSS3TEXT]
jdaggett@6701 5851
jdaggett@6701 5852 <dd>Elika J. Etemad; Koji Ishii. <a
jdaggett@7041 5853 href="http://www.w3.org/TR/2012/WD-css3-text-20121113/"><cite>CSS Text
jdaggett@7041 5854 Module Level 3.</cite></a> 13 November 2012. W3C Working Draft. (Work in
jdaggett@6701 5855 progress.) URL: <a
jdaggett@7041 5856 href="http://www.w3.org/TR/2012/WD-css3-text-20121113/">http://www.w3.org/TR/2012/WD-css3-text-20121113/</a>
jdaggett@6701 5857 </dd>
jdaggett@6701 5858 <!---->
jdaggett@6701 5859
jdaggett@1856 5860 <dt id=DIGITAL-TYPOGRAPHY>[DIGITAL-TYPOGRAPHY]
jdaggett@1856 5861
jdaggett@1856 5862 <dd>Richard Rubinstein. <cite>Digital Typography, An Introduction to Type
jdaggett@1856 5863 and Composition for Computer System Design.</cite> Addison-Wesley. 1988.
jdaggett@1856 5864 ISBN 0-201-17633-5.</dd>
jdaggett@1856 5865 <!---->
jdaggett@1856 5866
jdaggett@7022 5867 <dt id=DOM-LEVEL-2-STYLE>[DOM-LEVEL-2-STYLE]
jdaggett@7022 5868
jdaggett@7022 5869 <dd>Chris Wilson; Philippe Le Hégaret; Vidur Apparao. <a
jdaggett@7179 5870 href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/"><cite>Document
jdaggett@7022 5871 Object Model (DOM) Level 2 Style Specification.</cite></a> 13 November
jdaggett@7022 5872 2000. W3C Recommendation. URL: <a
jdaggett@7179 5873 href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a>
jdaggett@7022 5874 </dd>
jdaggett@7022 5875 <!---->
jdaggett@7022 5876
jdaggett@498 5877 <dt id=ELEMTYPO>[ELEMTYPO]
jdaggett@498 5878
jdaggett@498 5879 <dd>Robert Bringhurst. <cite>The Elements of Typographic Style, Version
jdaggett@7488 5880 4.</cite> Hartley &amp; Marks. 2013. ISBN 0-88179-212-8.</dd>
jdaggett@498 5881 <!---->
jdaggett@498 5882
jdaggett@513 5883 <dt id=LANGCULTTYPE>[LANGCULTTYPE]
jdaggett@513 5884
jdaggett@1148 5885 <dd>John D. Berry, Ed. <cite>Language Culture Type.</cite> Graphis. 2001.
jdaggett@1148 5886 ISBN 1-932026-01-0.</dd>
jdaggett@512 5887 <!---->
jdaggett@1662 5888
jdaggett@1662 5889 <dt id=OPENTYPE-FONT-GUIDE>[OPENTYPE-FONT-GUIDE]
jdaggett@1662 5890
jdaggett@1662 5891 <dd><a
jdaggett@3538 5892 href="https://www.fontfont.com/staticcontent/downloads/FF_OT_User_Guide.pdf"><cite>OpenType
jdaggett@1662 5893 User Guide.</cite></a> FontShop International. URL: <a
jdaggett@3538 5894 href="https://www.fontfont.com/staticcontent/downloads/FF_OT_User_Guide.pdf">https://www.fontfont.com/staticcontent/downloads/FF_OT_User_Guide.pdf</a>
jdaggett@1662 5895 </dd>
jdaggett@1662 5896 <!---->
jdaggett@1856 5897
jdaggett@2527 5898 <dt id=RASTER-TRAGEDY>[RASTER-TRAGEDY]
jdaggett@2527 5899
jdaggett@2527 5900 <dd>Beat Stamm. <a href="http://www.rastertragedy.com/"><cite>The Raster
jdaggett@6659 5901 Tragedy at Low-Resolution Revisited.</cite></a> 7 December 2011. URL: <a
jdaggett@2527 5902 href="http://www.rastertragedy.com/">http://www.rastertragedy.com/</a></dd>
jdaggett@2527 5903 <!---->
jdaggett@2527 5904
jdaggett@1856 5905 <dt id=WINDOWS-GLYPH-PROC>[WINDOWS-GLYPH-PROC]
jdaggett@1856 5906
jdaggett@1856 5907 <dd>John Hudson. <a
jdaggett@1856 5908 href="http://www.microsoft.com/typography/developers/opentype/default.htm"><cite>Windows
jdaggett@1856 5909 Glyph Processing.</cite></a> Microsoft Typogrraphy. URL: <a
jdaggett@1856 5910 href="http://www.microsoft.com/typography/developers/opentype/default.htm">http://www.microsoft.com/typography/developers/opentype/default.htm</a>
jdaggett@1856 5911 </dd>
jdaggett@1856 5912 <!---->
jdaggett@484 5913 </dl>
jdaggett@484 5914 <!--end-informative-->
jdaggett@518 5915 <!--{{ARABIC-TYPO}}-->
jdaggett@1732 5916 <!--{{CJKV-INFO-PROCESSING}}-->
jdaggett@1856 5917 <!--{{DIGITAL-TYPOGRAPHY}}-->
jdaggett@7022 5918 <!--{{DOM-LEVEL-2-STYLE}}-->
jdaggett@518 5919 <!--{{ELEMTYPO}}-->
jdaggett@1856 5920 <!--{{LANGCULTTYPE}}-->
jdaggett@1662 5921 <!--{{OPENTYPE-FONT-GUIDE}}-->
jdaggett@2527 5922 <!--{{RASTER-TRAGEDY}}-->
jdaggett@1856 5923 <!--{{WINDOWS-GLYPH-PROC}}-->
jdaggett@3042 5924 <!--{{CHARMOD-NORM}}-->
jdaggett@3042 5925 <!--{{AAT-FEATURES}}-->
jdaggett@3460 5926 <!--{{CSS3-CONDITIONAL}}-->
jdaggett@6701 5927 <!--{{CSS3TEXT}}-->
jdaggett@484 5928
jdaggett@484 5929 <h2 class=no-num id=index>Index</h2>
jdaggett@484 5930 <!--begin-index-->
jdaggett@484 5931
jdaggett@484 5932 <ul class=indexlist>
jdaggett@8225 5933 <li><var>&lt;absolute-size&gt;</var>, <a href="#absolute-size-value"
jdaggett@7060 5934 title="&lt;absolute-size&gt;"><strong>3.5</strong></a>
jdaggett@890 5935
jdaggett@8225 5936 <li><var>&lt;common-lig-values&gt;</var>, <a href="#common-lig-values"
jdaggett@8225 5937 title="&lt;common-lig-values&gt;"><strong>6.4</strong></a>
jdaggett@2479 5938
jdaggett@2479 5939 <li><var>&lt;contextual-alt-values&gt;</var>, <a
jdaggett@8225 5940 href="#contextual-alt-values"
jdaggett@6176 5941 title="&lt;contextual-alt-values&gt;"><strong>6.4</strong></a>
jdaggett@2479 5942
jdaggett@8225 5943 <li><var>&lt;discretionary-lig-values&gt;</var>, <a
jdaggett@8225 5944 href="#discretionary-lig-values"
jdaggett@8225 5945 title="&lt;discretionary-lig-values&gt;"><strong>6.4</strong></a>
jdaggett@3460 5946
jdaggett@2479 5947 <li><var>&lt;east-asian-variant-values&gt;</var>, <a
jdaggett@8225 5948 href="#east-asian-variant-values"
jdaggett@2479 5949 title="&lt;east-asian-variant-values&gt;"><strong>6.10</strong></a>
jdaggett@2479 5950
jdaggett@2479 5951 <li><var>&lt;east-asian-width-values&gt;</var>, <a
jdaggett@8225 5952 href="#east-asian-width-values"
jdaggett@2479 5953 title="&lt;east-asian-width-values&gt;"><strong>6.10</strong></a>
jdaggett@2479 5954
jdaggett@8225 5955 <li><var>&lt;family-name&gt;</var>, <a href="#family-name-value"
jdaggett@8225 5956 title="&lt;family-name&gt;"><strong>3.1</strong></a>
jdaggett@8225 5957
jdaggett@8225 5958 <li><var>&lt;feature-tag-value&gt;</var>, <a href="#feature-tag-value"
jdaggett@2515 5959 title="&lt;feature-tag-value&gt;"><strong>6.12</strong></a>
jdaggett@2515 5960
jdaggett@8225 5961 <li><var>&lt;font-face-name&gt;</var>, <a href="#font-face-name-value"
jdaggett@7060 5962 title="&lt;font-face-name&gt;"><strong>4.3</strong></a>
jdaggett@4624 5963
jdaggett@4624 5964 <li><var>&lt;font-variant-css21&gt;</var>, <a
jdaggett@8225 5965 href="#font-variant-css21-values"
jdaggett@4624 5966 title="&lt;font-variant-css21&gt;"><strong>3.7</strong></a>
jdaggett@4624 5967
jdaggett@8225 5968 <li><var>&lt;generic-family&gt;</var>, <a href="#generic-family-value"
jdaggett@8225 5969 title="&lt;generic-family&gt;"><strong>3.1</strong></a>
jdaggett@8225 5970
jdaggett@8225 5971 <li><var>&lt;historical-lig-values&gt;</var>, <a
jdaggett@8225 5972 href="#historical-lig-values"
jdaggett@8225 5973 title="&lt;historical-lig-values&gt;"><strong>6.4</strong></a>
jdaggett@8225 5974
jdaggett@8225 5975 <li><var>&lt;length&gt;</var>, <a href="#length-size-value"
jdaggett@8225 5976 title="&lt;length&gt;"><strong>3.5</strong></a>
jdaggett@8225 5977
jdaggett@8225 5978 <li><var>&lt;number&gt;</var>, <a href="#aspect-ratio-value"
jdaggett@8225 5979 title="&lt;number&gt;"><strong>3.6</strong></a>
jdaggett@4624 5980
jdaggett@4624 5981 <li><var>&lt;numeric-figure-values&gt;</var>, <a
jdaggett@8225 5982 href="#numeric-figure-values"
jdaggett@4624 5983 title="&lt;numeric-figure-values&gt;"><strong>6.7</strong></a>
jdaggett@4624 5984
jdaggett@4624 5985 <li><var>&lt;numeric-fraction-values&gt;</var>, <a
jdaggett@8225 5986 href="#numeric-fraction-values"
jdaggett@4624 5987 title="&lt;numeric-fraction-values&gt;"><strong>6.7</strong></a>
jdaggett@4624 5988
jdaggett@4624 5989 <li><var>&lt;numeric-spacing-values&gt;</var>, <a
jdaggett@8225 5990 href="#numeric-spacing-values"
jdaggett@4624 5991 title="&lt;numeric-spacing-values&gt;"><strong>6.7</strong></a>
jdaggett@4624 5992
jdaggett@8225 5993 <li><var>&lt;percentage&gt;</var>, <a href="#percentage-size-value"
jdaggett@8225 5994 title="&lt;percentage&gt;"><strong>3.5</strong></a>
jdaggett@8225 5995
jdaggett@8225 5996 <li><var>&lt;relative-size&gt;</var>, <a href="#relative-size-value"
jdaggett@7060 5997 title="&lt;relative-size&gt;"><strong>3.5</strong></a>
jdaggett@7060 5998
jdaggett@8225 5999 <li><var>&lt;urange&gt;</var>, <a href="#urange-value"
jdaggett@8225 6000 title="&lt;urange&gt;"><strong>4.5</strong></a>
jdaggett@2479 6001
jdaggett@8031 6002 <li>@font-face, <a href="#font-face" title="@font-face">4.1</a>, <a
jdaggett@8031 6003 href="#font-face0" title="@font-face">4.3</a>
jdaggett@2479 6004
jdaggett@4624 6005 <li>all-petite-caps, <a href="#all-petite-caps"
jdaggett@4624 6006 title=all-petite-caps><strong>6.6</strong></a>
jdaggett@4624 6007
jdaggett@4624 6008 <li>all-small-caps, <a href="#all-small-caps"
jdaggett@4624 6009 title=all-small-caps><strong>6.6</strong></a>
jdaggett@4624 6010
jdaggett@8225 6011 <li>annotation, <a href="#annotation"
jdaggett@7060 6012 title=annotation><strong>6.8</strong></a>
jdaggett@4624 6013
jdaggett@4624 6014 <li>aspect value, <a href="#aspect-value0" title="aspect
jdaggett@4624 6015 value"><strong>3.6</strong></a>
jdaggett@4624 6016
jdaggett@7103 6017 <li>authoring tool, <a href="#authoring-tool" title="authoring
jdaggett@7243 6018 tool"><strong>#</strong></a>
jdaggett@7103 6019
jdaggett@7311 6020 <li>character map, <a href="#character-map" title="character
jdaggett@7311 6021 map"><strong>5.2</strong></a>
jdaggett@7311 6022
jdaggett@8225 6023 <li>character-variant, <a href="#character-variant"
jdaggett@7060 6024 title=character-variant><strong>6.8</strong></a>
jdaggett@4624 6025
jdaggett@4624 6026 <li>common-ligatures, <a href="#common-ligatures"
jdaggett@6176 6027 title=common-ligatures><strong>6.4</strong></a>
jdaggett@4624 6028
jdaggett@4624 6029 <li>contextual, <a href="#contextual"
jdaggett@6176 6030 title=contextual><strong>6.4</strong></a>
jdaggett@4624 6031
jdaggett@7021 6032 <li>CSSFontFaceRule, <a href="#cssfontfacerule"
jdaggett@7021 6033 title=CSSFontFaceRule><strong>8.1</strong></a>
jdaggett@7021 6034
jdaggett@7021 6035 <li>CSSFontFeatureValuesRule, <a href="#cssfontfeaturevaluesrule"
jdaggett@7021 6036 title=CSSFontFeatureValuesRule><strong>8.2</strong></a>
jdaggett@7021 6037
jdaggett@4624 6038 <li>cursive, definition of, <a href="#cursive0" title="cursive, definition
jdaggett@4624 6039 of"><strong>#</strong></a>
jdaggett@4624 6040
jdaggett@7232 6041 <li>default face, <a href="#default-face" title="default
jdaggett@7309 6042 face"><strong>5.2</strong></a>
jdaggett@7232 6043
jdaggett@8031 6044 <li>descriptor_declaration, <a href="#descriptordeclaration"
jdaggett@8031 6045 title="descriptor_declaration"><strong>4.1</strong></a>
jdaggett@8031 6046
jdaggett@4624 6047 <li>diagonal-fractions, <a href="#diagonal-fractions"
jdaggett@4624 6048 title=diagonal-fractions><strong>6.7</strong></a>
jdaggett@4624 6049
jdaggett@4624 6050 <li>discretionary-ligatures, <a href="#discretionary-ligatures"
jdaggett@6176 6051 title=discretionary-ligatures><strong>6.4</strong></a>
jdaggett@4624 6052
jdaggett@4624 6053 <li>fantasy, definition of, <a href="#fantasy0" title="fantasy, definition
jdaggett@4624 6054 of"><strong>#</strong></a>
jdaggett@4624 6055
jdaggett@8031 6056 <li>feature_type, <a href="#featuretype"
jdaggett@8031 6057 title="feature_type"><strong>6.9</strong></a>
jdaggett@8031 6058
jdaggett@8031 6059 <li>feature_value_block, <a href="#featurevalueblock"
jdaggett@8031 6060 title="feature_value_block"><strong>6.9</strong></a>
jdaggett@8031 6061
jdaggett@8031 6062 <li>feature_value_definition, <a href="#featurevaluedefinition"
jdaggett@8031 6063 title="feature_value_definition"><strong>6.9</strong></a>
jdaggett@7679 6064
jdaggett@4624 6065 <li>font, <a href="#propdef-font" title=font><strong>3.7</strong></a>
jdaggett@2472 6066
jdaggett@1662 6067 <li>font-family, <a href="#descdef-font-family"
jdaggett@4624 6068 title=font-family><strong>4.2</strong></a>, <a
jdaggett@1662 6069 href="#propdef-font-family" title=font-family><strong>3.1</strong></a>
jdaggett@1662 6070
jdaggett@7060 6071 <li>font-feature-settings, <a href="#propdef-font-feature-settings"
jdaggett@2118 6072 title=font-feature-settings><strong>6.12</strong></a>
jdaggett@1662 6073
jdaggett@7060 6074 <li>font-feature-settings (descriptor), <a
jdaggett@7060 6075 href="#descdef-font-feature-settings" title="font-feature-settings
jdaggett@8225 6076 (descriptor)"><strong>4.7</strong></a>
jdaggett@7060 6077
jdaggett@1662 6078 <li>font-kerning, <a href="#propdef-font-kerning"
jdaggett@1856 6079 title=font-kerning><strong>6.3</strong></a>
jdaggett@1662 6080
jdaggett@1732 6081 <li>font-language-override, <a href="#propdef-font-language-override"
jdaggett@2118 6082 title=font-language-override><strong>6.13</strong></a>
jdaggett@1662 6083
jdaggett@1662 6084 <li>font-size, <a href="#propdef-font-size"
jdaggett@1662 6085 title=font-size><strong>3.5</strong></a>
jdaggett@1662 6086
jdaggett@1662 6087 <li>font-size-adjust, <a href="#propdef-font-size-adjust"
jdaggett@1662 6088 title=font-size-adjust><strong>3.6</strong></a>
jdaggett@1662 6089
jdaggett@7060 6090 <li>font-stretch, <a href="#propdef-font-stretch"
jdaggett@7060 6091 title=font-stretch><strong>3.3</strong></a>
jdaggett@7060 6092
jdaggett@7060 6093 <li>font-stretch (descriptor), <a href="#descdef-font-stretch"
jdaggett@7060 6094 title="font-stretch (descriptor)"><strong>4.4</strong></a>
jdaggett@7060 6095
jdaggett@7060 6096 <li>font-style, <a href="#propdef-font-style"
jdaggett@1662 6097 title=font-style><strong>3.4</strong></a>
jdaggett@1662 6098
jdaggett@7060 6099 <li>font-style (descriptor), <a href="#descdef-font-style"
jdaggett@7060 6100 title="font-style (descriptor)"><strong>4.4</strong></a>
jdaggett@7060 6101
jdaggett@2487 6102 <li>font-synthesis, <a href="#propdef-font-synthesis"
jdaggett@2487 6103 title=font-synthesis><strong>3.8</strong></a>
jdaggett@2457 6104
jdaggett@7060 6105 <li>font-variant, <a href="#propdef-font-variant"
jdaggett@7060 6106 title=font-variant><strong>6.11</strong></a>
jdaggett@7060 6107
jdaggett@7060 6108 <li>font-variant (descriptor), <a href="#descdef-font-variant"
jdaggett@8225 6109 title="font-variant (descriptor)"><strong>4.7</strong></a>
jdaggett@1662 6110
jdaggett@1662 6111 <li>font-variant-alternates, <a href="#propdef-font-variant-alternates"
jdaggett@2118 6112 title=font-variant-alternates><strong>6.8</strong></a>
jdaggett@1662 6113
jdaggett@1662 6114 <li>font-variant-caps, <a href="#propdef-font-variant-caps"
jdaggett@2118 6115 title=font-variant-caps><strong>6.6</strong></a>
jdaggett@1732 6116
jdaggett@1662 6117 <li>font-variant-east-asian, <a href="#propdef-font-variant-east-asian"
jdaggett@2118 6118 title=font-variant-east-asian><strong>6.10</strong></a>
jdaggett@1662 6119
jdaggett@1662 6120 <li>font-variant-ligatures, <a href="#propdef-font-variant-ligatures"
jdaggett@6176 6121 title=font-variant-ligatures><strong>6.4</strong></a>
jdaggett@1662 6122
jdaggett@1662 6123 <li>font-variant-numeric, <a href="#propdef-font-variant-numeric"
jdaggett@2118 6124 title=font-variant-numeric><strong>6.7</strong></a>
jdaggett@2118 6125
jdaggett@3460 6126 <li>font-variant-position, <a href="#propdef-font-variant-position"
jdaggett@6176 6127 title=font-variant-position><strong>6.5</strong></a>
jdaggett@3460 6128
jdaggett@7060 6129 <li>font-weight, <a href="#propdef-font-weight"
jdaggett@7060 6130 title=font-weight><strong>3.2</strong></a>
jdaggett@7060 6131
jdaggett@7060 6132 <li>font-weight (descriptor), <a href="#descdef-font-weight"
jdaggett@7060 6133 title="font-weight (descriptor)"><strong>4.4</strong></a>
jdaggett@1662 6134
jdaggett@8031 6135 <li>font_face_rule, <a href="#fontfacerule"
jdaggett@8031 6136 title="font_face_rule"><strong>4.1</strong></a>
jdaggett@8031 6137
jdaggett@8225 6138 <li>FONT_FACE_SYM, <a href="#fontfacesym"
jdaggett@8225 6139 title="FONT_FACE_SYM"><strong>4.1</strong></a>
jdaggett@8225 6140
jdaggett@8031 6141 <li>font_family_name, <a href="#fontfamilyname"
jdaggett@8031 6142 title="font_family_name"><strong>6.9</strong></a>
jdaggett@8031 6143
jdaggett@8031 6144 <li>font_family_name_list, <a href="#fontfamilynamelist"
jdaggett@8031 6145 title="font_family_name_list"><strong>6.9</strong></a>
jdaggett@8031 6146
jdaggett@8031 6147 <li>font_feature_values_rule, <a href="#fontfeaturevaluesrule"
jdaggett@8031 6148 title="font_feature_values_rule"><strong>6.9</strong></a>
jdaggett@8031 6149
jdaggett@8225 6150 <li>FONT_FEATURE_VALUES_SYM, <a href="#fontfeaturevaluessym"
jdaggett@8225 6151 title="FONT_FEATURE_VALUES_SYM"><strong>6.9</strong></a>
jdaggett@8225 6152
jdaggett@1662 6153 <li>full-width, <a href="#full-width"
jdaggett@2118 6154 title=full-width><strong>6.10</strong></a>
jdaggett@1662 6155
jdaggett@1662 6156 <li>historical-forms, <a href="#historical-forms"
jdaggett@2118 6157 title=historical-forms><strong>6.8</strong></a>
jdaggett@1662 6158
jdaggett@1662 6159 <li>historical-ligatures, <a href="#historical-ligatures"
jdaggett@6176 6160 title=historical-ligatures><strong>6.4</strong></a>
jdaggett@1732 6161
jdaggett@2118 6162 <li>jis04, <a href="#jis04" title=jis04><strong>6.10</strong></a>
jdaggett@2118 6163
jdaggett@2118 6164 <li>jis78, <a href="#jis78" title=jis78><strong>6.10</strong></a>
jdaggett@2118 6165
jdaggett@2118 6166 <li>jis83, <a href="#jis83" title=jis83><strong>6.10</strong></a>
jdaggett@2118 6167
jdaggett@2118 6168 <li>jis90, <a href="#jis90" title=jis90><strong>6.10</strong></a>
jdaggett@1662 6169
jdaggett@1662 6170 <li>lining-nums, <a href="#lining-nums"
jdaggett@2118 6171 title=lining-nums><strong>6.7</strong></a>
jdaggett@890 6172
jdaggett@890 6173 <li>monospace, definition of, <a href="#monospace0" title="monospace,
jdaggett@890 6174 definition of"><strong>#</strong></a>
jdaggett@890 6175
jdaggett@1662 6176 <li>no-common-ligatures, <a href="#no-common-ligatures"
jdaggett@6176 6177 title=no-common-ligatures><strong>6.4</strong></a>
jdaggett@1662 6178
jdaggett@1662 6179 <li>no-contextual, <a href="#no-contextual"
jdaggett@6176 6180 title=no-contextual><strong>6.4</strong></a>
jdaggett@1662 6181
jdaggett@3460 6182 <li>no-discretionary-ligatures, <a href="#no-discretionary-ligatures"
jdaggett@6176 6183 title=no-discretionary-ligatures><strong>6.4</strong></a>
jdaggett@3460 6184
jdaggett@1662 6185 <li>no-historical-ligatures, <a href="#no-historical-ligatures"
jdaggett@6176 6186 title=no-historical-ligatures><strong>6.4</strong></a>
jdaggett@1662 6187
jdaggett@5809 6188 <li>normal, <a href="#normal" title=normal><strong>6.6</strong></a>, <a
jdaggett@5809 6189 href="#normal0" title=normal><strong>6.7</strong></a>, <a href="#normal1"
jdaggett@5809 6190 title=normal><strong>6.8</strong></a>, <a href="#normal2"
jdaggett@5809 6191 title=normal><strong>6.10</strong></a>
jdaggett@5809 6192
jdaggett@1662 6193 <li>oldstyle-nums, <a href="#oldstyle-nums"
jdaggett@2118 6194 title=oldstyle-nums><strong>6.7</strong></a>
jdaggett@2118 6195
jdaggett@3638 6196 <li>ordinal, <a href="#ordinal" title=ordinal><strong>6.7</strong></a>
jdaggett@3638 6197
jdaggett@8225 6198 <li>ornaments, <a href="#ornaments"
jdaggett@7060 6199 title=ornaments><strong>6.8</strong></a>
jdaggett@2118 6200
jdaggett@1662 6201 <li>petite-caps, <a href="#petite-caps"
jdaggett@2118 6202 title=petite-caps><strong>6.6</strong></a>
jdaggett@1662 6203
jdaggett@1662 6204 <li>proportional-nums, <a href="#proportional-nums"
jdaggett@2118 6205 title=proportional-nums><strong>6.7</strong></a>
jdaggett@1662 6206
jdaggett@1662 6207 <li>proportional-width, <a href="#proportional-width"
jdaggett@2118 6208 title=proportional-width><strong>6.10</strong></a>
jdaggett@512 6209
jdaggett@7243 6210 <li>renderer, <a href="#renderer" title=renderer><strong>#</strong></a>
jdaggett@7103 6211
jdaggett@3638 6212 <li>ruby, <a href="#ruby" title=ruby><strong>6.10</strong></a>
jdaggett@1662 6213
jdaggett@890 6214 <li>sans-serif, definition of, <a href="#sans-serif0" title="sans-serif,
jdaggett@890 6215 definition of"><strong>#</strong></a>
jdaggett@890 6216
jdaggett@890 6217 <li>serif, definition of, <a href="#serif0" title="serif, definition
jdaggett@890 6218 of"><strong>#</strong></a>
jdaggett@890 6219
jdaggett@2504 6220 <li>simplified, <a href="#simplified"
jdaggett@2504 6221 title=simplified><strong>6.10</strong></a>
jdaggett@1662 6222
jdaggett@1662 6223 <li>slashed-zero, <a href="#slashed-zero"
jdaggett@2118 6224 title=slashed-zero><strong>6.7</strong></a>
jdaggett@1662 6225
jdaggett@1662 6226 <li>small-caps, <a href="#small-caps"
jdaggett@2118 6227 title=small-caps><strong>6.6</strong></a>
jdaggett@1662 6228
jdaggett@1662 6229 <li>src, <a href="#descdef-src" title=src><strong>4.3</strong></a>
jdaggett@1662 6230
jdaggett@1662 6231 <li>stacked-fractions, <a href="#stacked-fractions"
jdaggett@2118 6232 title=stacked-fractions><strong>6.7</strong></a>
jdaggett@2118 6233
jdaggett@7103 6234 <li>style sheet
jdaggett@7103 6235 <ul>
jdaggett@7103 6236 <li>as conformance class, <a href="#style-sheet" title="style sheet, as
jdaggett@7243 6237 conformance class"><strong>#</strong></a>
jdaggett@7103 6238 </ul>
jdaggett@7103 6239
jdaggett@8225 6240 <li>styleset, <a href="#styleset" title=styleset><strong>6.8</strong></a>
jdaggett@8225 6241
jdaggett@8225 6242 <li>stylistic, <a href="#stylistic"
jdaggett@7060 6243 title=stylistic><strong>6.8</strong></a>
jdaggett@7060 6244
jdaggett@8225 6245 <li>swash, <a href="#swash" title=swash><strong>6.8</strong></a>
jdaggett@1662 6246
jdaggett@1662 6247 <li>tabular-nums, <a href="#tabular-nums"
jdaggett@2118 6248 title=tabular-nums><strong>6.7</strong></a>
jdaggett@1662 6249
jdaggett@1662 6250 <li>titling-caps, <a href="#titling-caps"
jdaggett@2118 6251 title=titling-caps><strong>6.6</strong></a>
jdaggett@1856 6252
jdaggett@2504 6253 <li>traditional, <a href="#traditional"
jdaggett@2504 6254 title=traditional><strong>6.10</strong></a>
jdaggett@2118 6255
jdaggett@2118 6256 <li>unicase, <a href="#unicase" title=unicase><strong>6.6</strong></a>
jdaggett@1662 6257
jdaggett@1662 6258 <li>unicode-range, <a href="#descdef-unicode-range"
jdaggett@890 6259 title=unicode-range><strong>4.5</strong></a>
jdaggett@7311 6260
jdaggett@7311 6261 <li>weight, <a href="#weight" title=weight><strong>2</strong></a>
jdaggett@7311 6262
jdaggett@7311 6263 <li>width, <a href="#width" title=width><strong>2</strong></a>
jdaggett@484 6264 </ul>
jdaggett@484 6265 <!--end-index-->
jdaggett@484 6266
jdaggett@484 6267 <h2 class=no-num id=property-index>Property index</h2>
jdaggett@890 6268 <!--begin-properties-->
jdaggett@484 6269
jdaggett@484 6270 <table class=proptable>
jdaggett@484 6271 <thead>
jdaggett@484 6272 <tr>
jdaggett@484 6273 <th>Property
jdaggett@484 6274
jdaggett@484 6275 <th>Values
jdaggett@484 6276
jdaggett@484 6277 <th>Initial
jdaggett@484 6278
jdaggett@1148 6279 <th>Applies to
jdaggett@484 6280
jdaggett@484 6281 <th>Inh.
jdaggett@484 6282
jdaggett@484 6283 <th>Percentages
jdaggett@484 6284
jdaggett@484 6285 <th>Media
jdaggett@484 6286
jdaggett@484 6287 <tbody>
jdaggett@3460 6288 <tr>
jdaggett@3460 6289 <th><a class=property href="#propdef-font">font</a>
jdaggett@484 6290
jdaggett@8225 6291 <td>[ [ &lt;‘font-style’&gt; || &lt;font-variant-css21&gt; ||
jdaggett@8225 6292 &lt;‘font-weight’&gt; || &lt;‘font-stretch’ ]?
jdaggett@8225 6293 &lt;‘font-size’&gt; [ / &lt;‘line-height’&gt; ]?
jdaggett@8225 6294 &lt;‘font-family’&gt; ] | caption | icon | menu | message-box |
jdaggett@7020 6295 small-caption | status-bar
jdaggett@484 6296
jdaggett@484 6297 <td>see individual properties
jdaggett@484 6298
jdaggett@484 6299 <td>all elements
jdaggett@484 6300
jdaggett@484 6301 <td>yes
jdaggett@484 6302
jdaggett@484 6303 <td>see individual properties
jdaggett@484 6304
jdaggett@484 6305 <td>visual
jdaggett@484 6306
jdaggett@3460 6307 <tr>
jdaggett@3460 6308 <th><a class=property href="#descdef-font-family">font-family</a>
jdaggett@484 6309
jdaggett@8225 6310 <td>[ &lt;family-name&gt; | &lt;generic-family&gt; ] #
jdaggett@484 6311
jdaggett@484 6312 <td>depends on user agent
jdaggett@484 6313
jdaggett@484 6314 <td>all elements
jdaggett@484 6315
jdaggett@484 6316 <td>yes
jdaggett@484 6317
jdaggett@484 6318 <td>N/A
jdaggett@484 6319
jdaggett@484 6320 <td>visual
jdaggett@484 6321
jdaggett@3460 6322 <tr>
jdaggett@3460 6323 <th><a class=property
jdaggett@1662 6324 href="#propdef-font-feature-settings">font-feature-settings</a>
jdaggett@1662 6325
jdaggett@8225 6326 <td>normal | &lt;feature-tag-value&gt; #
jdaggett@1662 6327
jdaggett@1662 6328 <td>normal
jdaggett@1662 6329
jdaggett@1662 6330 <td>all elements
jdaggett@1662 6331
jdaggett@1662 6332 <td>yes
jdaggett@1662 6333
jdaggett@1662 6334 <td>N/A
jdaggett@1662 6335
jdaggett@1662 6336 <td>visual
jdaggett@1662 6337
jdaggett@3460 6338 <tr>
jdaggett@3460 6339 <th><a class=property href="#propdef-font-kerning">font-kerning</a>
jdaggett@1662 6340
jdaggett@1856 6341 <td>auto | normal | none
jdaggett@1856 6342
jdaggett@1856 6343 <td>auto
jdaggett@1662 6344
jdaggett@1662 6345 <td>all elements
jdaggett@1662 6346
jdaggett@1662 6347 <td>yes
jdaggett@1662 6348
jdaggett@1662 6349 <td>N/A
jdaggett@1662 6350
jdaggett@1662 6351 <td>visual
jdaggett@1662 6352
jdaggett@3460 6353 <tr>
jdaggett@3460 6354 <th><a class=property
jdaggett@1732 6355 href="#propdef-font-language-override">font-language-override</a>
jdaggett@1662 6356
jdaggett@5809 6357 <td>normal | &lt;string&gt;
jdaggett@1662 6358
jdaggett@1662 6359 <td>normal
jdaggett@1662 6360
jdaggett@1662 6361 <td>all elements
jdaggett@1662 6362
jdaggett@1662 6363 <td>yes
jdaggett@1662 6364
jdaggett@1662 6365 <td>N/A
jdaggett@1662 6366
jdaggett@1662 6367 <td>visual
jdaggett@1662 6368
jdaggett@3460 6369 <tr>
jdaggett@3460 6370 <th><a class=property href="#propdef-font-size">font-size</a>
jdaggett@484 6371
jdaggett@8225 6372 <td>&lt;absolute-size&gt; | &lt;relative-size&gt; | &lt;length&gt; |
jdaggett@8225 6373 &lt;percentage&gt;
jdaggett@484 6374
jdaggett@484 6375 <td>medium
jdaggett@484 6376
jdaggett@484 6377 <td>all elements
jdaggett@484 6378
jdaggett@484 6379 <td>yes
jdaggett@484 6380
jdaggett@484 6381 <td>refer to parent element's font size
jdaggett@484 6382
jdaggett@484 6383 <td>visual
jdaggett@484 6384
jdaggett@3460 6385 <tr>
jdaggett@3460 6386 <th><a class=property
jdaggett@1662 6387 href="#propdef-font-size-adjust">font-size-adjust</a>
jdaggett@484 6388
jdaggett@8225 6389 <td>none | auto | &lt;number&gt;
jdaggett@484 6390
jdaggett@484 6391 <td>none
jdaggett@484 6392
jdaggett@484 6393 <td>all elements
jdaggett@484 6394
jdaggett@484 6395 <td>yes
jdaggett@484 6396
jdaggett@554 6397 <td>N/A
jdaggett@484 6398
jdaggett@484 6399 <td>visual
jdaggett@484 6400
jdaggett@3460 6401 <tr>
jdaggett@7060 6402 <th><a class=property href="#propdef-font-stretch">font-stretch</a>
jdaggett@1662 6403
jdaggett@1662 6404 <td>normal | ultra-condensed | extra-condensed | condensed |
jdaggett@1662 6405 semi-condensed | semi-expanded | expanded | extra-expanded |
jdaggett@5809 6406 ultra-expanded
jdaggett@484 6407
jdaggett@484 6408 <td>normal
jdaggett@484 6409
jdaggett@484 6410 <td>all elements
jdaggett@484 6411
jdaggett@484 6412 <td>yes
jdaggett@484 6413
jdaggett@484 6414 <td>N/A
jdaggett@484 6415
jdaggett@484 6416 <td>visual
jdaggett@484 6417
jdaggett@3460 6418 <tr>
jdaggett@7060 6419 <th><a class=property href="#propdef-font-style">font-style</a>
jdaggett@484 6420
jdaggett@5809 6421 <td>normal | italic | oblique
jdaggett@484 6422
jdaggett@484 6423 <td>normal
jdaggett@484 6424
jdaggett@484 6425 <td>all elements
jdaggett@484 6426
jdaggett@484 6427 <td>yes
jdaggett@484 6428
jdaggett@484 6429 <td>N/A
jdaggett@484 6430
jdaggett@484 6431 <td>visual
jdaggett@484 6432
jdaggett@3460 6433 <tr>
jdaggett@3460 6434 <th><a class=property href="#propdef-font-synthesis">font-synthesis</a>
jdaggett@2487 6435
jdaggett@2487 6436 <td>none | [ weight || style ]
jdaggett@2487 6437
jdaggett@2487 6438 <td>weight style
jdaggett@2457 6439
jdaggett@2457 6440 <td>all elements
jdaggett@2457 6441
jdaggett@2457 6442 <td>yes
jdaggett@2457 6443
jdaggett@2457 6444 <td>N/A
jdaggett@2457 6445
jdaggett@2457 6446 <td>visual
jdaggett@2457 6447
jdaggett@3460 6448 <tr>
jdaggett@3460 6449 <th><a class=property href="#propdef-font-variant">font-variant</a>
jdaggett@1662 6450
jdaggett@6436 6451 <td>normal | none | [ &lt;common-lig-values&gt; ||
jdaggett@3460 6452 &lt;discretionary-lig-values&gt; || &lt;historical-lig-values&gt; ||
jdaggett@3041 6453 &lt;contextual-alt-values&gt; || stylistic(&lt;feature-value-name&gt;)
jdaggett@8225 6454 || historical-forms || styleset(&lt;feature-value-name&gt; #) ||
jdaggett@8225 6455 character-variant(&lt;feature-value-name&gt; #) ||
jdaggett@5833 6456 swash(&lt;feature-value-name&gt;) ||
jdaggett@3041 6457 ornaments(&lt;feature-value-name&gt;) ||
jdaggett@4545 6458 annotation(&lt;feature-value-name&gt;) || [ small-caps | all-small-caps
jdaggett@6648 6459 | petite-caps | all-petite-caps | unicase | titling-caps ] ||
jdaggett@2509 6460 &lt;numeric-figure-values&gt; || &lt;numeric-spacing-values&gt; ||
jdaggett@3638 6461 &lt;numeric-fraction-values&gt; || ordinal || slashed-zero ||
jdaggett@3638 6462 &lt;east-asian-variant-values&gt; || &lt;east-asian-width-values&gt; ||
jdaggett@3638 6463 ruby ]
jdaggett@484 6464
jdaggett@484 6465 <td>normal
jdaggett@484 6466
jdaggett@484 6467 <td>all elements
jdaggett@484 6468
jdaggett@484 6469 <td>yes
jdaggett@484 6470
jdaggett@7377 6471 <td>see individual properties
jdaggett@484 6472
jdaggett@484 6473 <td>visual
jdaggett@484 6474
jdaggett@3460 6475 <tr>
jdaggett@3460 6476 <th><a class=property
jdaggett@1662 6477 href="#propdef-font-variant-alternates">font-variant-alternates</a>
jdaggett@1662 6478
jdaggett@6176 6479 <td>normal | [ stylistic(&lt;feature-value-name&gt;) || historical-forms
jdaggett@8225 6480 || styleset(&lt;feature-value-name&gt; #) ||
jdaggett@8225 6481 character-variant(&lt;feature-value-name&gt; #) ||
jdaggett@5833 6482 swash(&lt;feature-value-name&gt;) ||
jdaggett@3638 6483 ornaments(&lt;feature-value-name&gt;) ||
jdaggett@3638 6484 annotation(&lt;feature-value-name&gt;) ]
jdaggett@1662 6485
jdaggett@1662 6486 <td>normal
jdaggett@1662 6487
jdaggett@1662 6488 <td>all elements
jdaggett@1662 6489
jdaggett@1662 6490 <td>yes
jdaggett@1662 6491
jdaggett@1662 6492 <td>N/A
jdaggett@1662 6493
jdaggett@1662 6494 <td>visual
jdaggett@1662 6495
jdaggett@3460 6496 <tr>
jdaggett@3460 6497 <th><a class=property
jdaggett@1662 6498 href="#propdef-font-variant-caps">font-variant-caps</a>
jdaggett@1662 6499
jdaggett@5809 6500 <td>normal | small-caps | all-small-caps | petite-caps | all-petite-caps
jdaggett@6648 6501 | unicase | titling-caps
jdaggett@1662 6502
jdaggett@1662 6503 <td>normal
jdaggett@1662 6504
jdaggett@1662 6505 <td>all elements
jdaggett@1662 6506
jdaggett@1662 6507 <td>yes
jdaggett@1662 6508
jdaggett@1662 6509 <td>N/A
jdaggett@1662 6510
jdaggett@1662 6511 <td>visual
jdaggett@1662 6512
jdaggett@3460 6513 <tr>
jdaggett@3460 6514 <th><a class=property
jdaggett@1662 6515 href="#propdef-font-variant-east-asian">font-variant-east-asian</a>
jdaggett@1662 6516
jdaggett@5809 6517 <td>normal | [ &lt;east-asian-variant-values&gt; ||
jdaggett@3638 6518 &lt;east-asian-width-values&gt; || ruby ]
jdaggett@1662 6519
jdaggett@1662 6520 <td>normal
jdaggett@1662 6521
jdaggett@1662 6522 <td>all elements
jdaggett@1662 6523
jdaggett@1662 6524 <td>yes
jdaggett@1662 6525
jdaggett@1662 6526 <td>N/A
jdaggett@1662 6527
jdaggett@1662 6528 <td>visual
jdaggett@1662 6529
jdaggett@3460 6530 <tr>
jdaggett@3460 6531 <th><a class=property
jdaggett@1662 6532 href="#propdef-font-variant-ligatures">font-variant-ligatures</a>
jdaggett@1662 6533
jdaggett@8225 6534 <td>normal | none | [ &lt;common-lig-values&gt; ||
jdaggett@8225 6535 &lt;discretionary-lig-values&gt; || &lt;historical-lig-values&gt; ||
jdaggett@8225 6536 &lt;contextual-alt-values&gt; ]
jdaggett@1662 6537
jdaggett@1662 6538 <td>normal
jdaggett@1662 6539
jdaggett@1662 6540 <td>all elements
jdaggett@1662 6541
jdaggett@1662 6542 <td>yes
jdaggett@1662 6543
jdaggett@1662 6544 <td>N/A
jdaggett@1662 6545
jdaggett@1662 6546 <td>visual
jdaggett@1662 6547
jdaggett@3460 6548 <tr>
jdaggett@3460 6549 <th><a class=property
jdaggett@1662 6550 href="#propdef-font-variant-numeric">font-variant-numeric</a>
jdaggett@1662 6551
jdaggett@5809 6552 <td>normal | [ &lt;numeric-figure-values&gt; ||
jdaggett@1732 6553 &lt;numeric-spacing-values&gt; || &lt;numeric-fraction-values&gt; ||
jdaggett@3638 6554 ordinal || slashed-zero ]
jdaggett@1662 6555
jdaggett@1662 6556 <td>normal
jdaggett@1662 6557
jdaggett@1662 6558 <td>all elements
jdaggett@1662 6559
jdaggett@1662 6560 <td>yes
jdaggett@1662 6561
jdaggett@1662 6562 <td>N/A
jdaggett@1662 6563
jdaggett@1662 6564 <td>visual
jdaggett@1662 6565
jdaggett@3460 6566 <tr>
jdaggett@3460 6567 <th><a class=property
jdaggett@3460 6568 href="#propdef-font-variant-position">font-variant-position</a>
jdaggett@3460 6569
jdaggett@3638 6570 <td>normal | sub | super
jdaggett@3460 6571
jdaggett@3460 6572 <td>normal
jdaggett@3460 6573
jdaggett@3460 6574 <td>all elements
jdaggett@3460 6575
jdaggett@3460 6576 <td>yes
jdaggett@3460 6577
jdaggett@3460 6578 <td>N/A
jdaggett@3460 6579
jdaggett@3460 6580 <td>visual
jdaggett@3460 6581
jdaggett@3460 6582 <tr>
jdaggett@7060 6583 <th><a class=property href="#propdef-font-weight">font-weight</a>
jdaggett@484 6584
jdaggett@484 6585 <td>normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600
jdaggett@5809 6586 | 700 | 800 | 900
jdaggett@484 6587
jdaggett@484 6588 <td>normal
jdaggett@484 6589
jdaggett@484 6590 <td>all elements
jdaggett@484 6591
jdaggett@484 6592 <td>yes
jdaggett@484 6593
jdaggett@484 6594 <td>N/A
jdaggett@484 6595
jdaggett@484 6596 <td>visual
jdaggett@484 6597 </table>
jdaggett@890 6598 <!--end-properties-->
jdaggett@5596 6599 <!--begin-descriptors-->
jdaggett@5596 6600
jdaggett@5596 6601 <table class=proptable>
jdaggett@5596 6602 <thead>
jdaggett@5596 6603 <tr>
jdaggett@5596 6604 <th>Descriptor
jdaggett@5596 6605
jdaggett@5596 6606 <th>Value
jdaggett@5596 6607
jdaggett@5596 6608 <th>Initial
jdaggett@5596 6609
jdaggett@5596 6610 <th>Percentages
jdaggett@5596 6611
jdaggett@5596 6612 <th>Media
jdaggett@5596 6613
jdaggett@5596 6614 <tbody>
jdaggett@5596 6615 <tr>
jdaggett@5596 6616 <th><a class=property href="#descdef-font-family">font-family</a>
jdaggett@5596 6617
jdaggett@8225 6618 <td>&lt;family-name&gt;
jdaggett@5596 6619
jdaggett@5596 6620 <td>N/A
jdaggett@5596 6621
jdaggett@5596 6622 <tr>
jdaggett@5596 6623 <th><a class=property
jdaggett@5596 6624 href="#propdef-font-feature-settings">font-feature-settings</a>
jdaggett@5596 6625
jdaggett@8225 6626 <td>normal | &lt;feature-tag-value&gt; #
jdaggett@5596 6627
jdaggett@5596 6628 <td>normal
jdaggett@5596 6629
jdaggett@5596 6630 <tr>
jdaggett@7060 6631 <th><a class=property href="#propdef-font-stretch">font-stretch</a>
jdaggett@5596 6632
jdaggett@5596 6633 <td>normal | ultra-condensed | extra-condensed | condensed |
jdaggett@5596 6634 semi-condensed | semi-expanded | expanded | extra-expanded |
jdaggett@5596 6635 ultra-expanded
jdaggett@5596 6636
jdaggett@5596 6637 <td>normal
jdaggett@5596 6638
jdaggett@5596 6639 <tr>
jdaggett@7060 6640 <th><a class=property href="#propdef-font-style">font-style</a>
jdaggett@5596 6641
jdaggett@5596 6642 <td>normal | italic | oblique
jdaggett@5596 6643
jdaggett@5596 6644 <td>normal
jdaggett@5596 6645
jdaggett@5596 6646 <tr>
jdaggett@5596 6647 <th><a class=property href="#propdef-font-variant">font-variant</a>
jdaggett@5596 6648
jdaggett@8225 6649 <td>normal | none | [ &lt;common-lig-values&gt; ||
jdaggett@5596 6650 &lt;discretionary-lig-values&gt; || &lt;historical-lig-values&gt; ||
jdaggett@5596 6651 &lt;contextual-alt-values&gt; || stylistic(&lt;feature-value-name&gt;)
jdaggett@8225 6652 || historical-forms || styleset(&lt;feature-value-name&gt; #) ||
jdaggett@8225 6653 character-variant(&lt;feature-value-name&gt; #) ||
jdaggett@5833 6654 swash(&lt;feature-value-name&gt;) ||
jdaggett@5596 6655 ornaments(&lt;feature-value-name&gt;) ||
jdaggett@5596 6656 annotation(&lt;feature-value-name&gt;) || [ small-caps | all-small-caps
jdaggett@6648 6657 | petite-caps | all-petite-caps | unicase | titling-caps ] ||
jdaggett@5596 6658 &lt;numeric-figure-values&gt; || &lt;numeric-spacing-values&gt; ||
jdaggett@5596 6659 &lt;numeric-fraction-values&gt; || ordinal || slashed-zero ||
jdaggett@5596 6660 &lt;east-asian-variant-values&gt; || &lt;east-asian-width-values&gt; ||
jdaggett@5596 6661 ruby ]
jdaggett@5596 6662
jdaggett@5596 6663 <td>normal
jdaggett@5596 6664
jdaggett@5596 6665 <tr>
jdaggett@7060 6666 <th><a class=property href="#propdef-font-weight">font-weight</a>
jdaggett@5596 6667
jdaggett@5596 6668 <td>normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
jdaggett@5596 6669
jdaggett@5596 6670 <td>normal
jdaggett@5596 6671
jdaggett@5596 6672 <tr>
jdaggett@5596 6673 <th><a class=property href="#descdef-src">src</a>
jdaggett@5596 6674
jdaggett@8225 6675 <td>[ &lt;url> [format(&lt;string> #)]? | &lt;font-face-name&gt; ] #
jdaggett@5596 6676
jdaggett@5596 6677 <td>N/A
jdaggett@5596 6678
jdaggett@5596 6679 <tr>
jdaggett@5596 6680 <th><a class=property href="#descdef-unicode-range">unicode-range</a>
jdaggett@5596 6681
jdaggett@8225 6682 <td>&lt;urange&gt; #
jdaggett@5596 6683
jdaggett@5596 6684 <td>U+0-10FFFF
jdaggett@5596 6685 </table>
jdaggett@5596 6686 <!--end-descriptors-->
jdaggett@6648 6687 <script type="text/javascript">
jdaggett@6648 6688 window.onload = function () {
jdaggett@6648 6689 if (!("devicePixelRatio" in window && window.devicePixelRatio > 1)) return;
jdaggett@6648 6690 var i, hiresElements = document.getElementsByClassName("hires");
jdaggett@6648 6691 for (i = 0; i < hiresElements.length; i++) {
jdaggett@6648 6692 var h = hiresElements[i];
jdaggett@6648 6693 if (h.tagName != "IMG") continue;
jdaggett@6648 6694 var src = h.getAttribute("src");
jdaggett@6648 6695 var src2x = src.replace(/\.\w+$/, function(m) { return "@2x" + m; });
jdaggett@6648 6696 h.src = src2x;
jdaggett@6648 6697 }
jdaggett@6648 6698 }
jdaggett@6648 6699 </script>
jdaggett@484 6700 </html>
jdaggett@484 6701 <!-- Keep this comment at the end of the file
jdaggett@484 6702 Local variables:
jdaggett@484 6703 mode: sgml
jdaggett@484 6704 sgml-declaration:"~/SGML/HTML4.decl"
jdaggett@484 6705 sgml-default-doctype-name:"html"
jdaggett@484 6706 sgml-minimize-attributes:t
jdaggett@484 6707 sgml-nofill-elements:("pre" "style" "br")
jdaggett@484 6708 sgml-live-element-indicator:t
jdaggett@484 6709 sgml-omittag:nil
jdaggett@484 6710 sgml-shorttag:nil
jdaggett@484 6711 sgml-namecase-general:t
jdaggett@484 6712 sgml-general-insert-case:lower
jdaggett@484 6713 sgml-always-quote-attributes:t
jdaggett@484 6714 sgml-indent-step:nil
jdaggett@484 6715 sgml-indent-data:t
jdaggett@484 6716 sgml-parent-document:nil
jdaggett@484 6717 sgml-exposed-tags:nil
jdaggett@484 6718 sgml-local-catalogs:nil
jdaggett@484 6719 sgml-local-ecat-files:nil
jdaggett@484 6720 End:
jdaggett@484 6721 -->
jdaggett@1856 6722 <!--
jdaggett@1856 6723
jdaggett@1856 6724 to do:
jdaggett@1856 6725
jdaggett@1856 6726 - wording of OpenType family name handling
jdaggett@1856 6727 - handling combining sequences in the font matching algorithm
jdaggett@1856 6728 - fix-up fi ligature example
jdaggett@1856 6729
jdaggett@1856 6730 -->

mercurial