Skip to content

Commit dfb01f9

Browse files
authored
Remove conformance keyword from 'font subset' definition. (#295)
This definition is just describing what the concept of a font subset is and should not be including conformance requirements. It's better to state those more directly in the relevant sections later on. In this case requirements for font subset rendering equivalence in encodings are currently introduced in the encoder section. Fixes #288
1 parent 9b5784b commit dfb01f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,14 @@ needed to render a subset of:
307307
* [[open-type/featuretags|layout features]],
308308
* and [[open-type/otvaroverview#terminology|design-variation space]].
309309

310-
supported by the original font. When a subsetted font is used to render text using any combination of the subset
311-
code points, [[open-type/featuretags|layout features]], or [[open-type/otvaroverview#terminology|design-variation space]]
312-
it should render identically to the original font. This includes rendering with the use of any optional typographic
310+
supported by the original font. When a properly constructed font subset is used to render text using any combination of the
311+
subset code points, [[open-type/featuretags|layout features]], or [[open-type/otvaroverview#terminology|design-variation space]]
312+
it renders identically to the original font. This includes rendering with the use of any optional typographic
313313
features that a renderer may choose to use from the original font, such as hinting instructions. Design variation spaces
314314
are specified using the user-axis scales ([[open-type/otvaroverview#coordinate-scales-and-normalization]]).
315315

316316
A <dfn dfn>font subset definition</dfn> describes the minimum data (code points, layout features,
317-
variation axis space) that a [=font subset=] should support.
317+
variation axis space) that a [=font subset=] supports.
318318

319319
Note: For convenience the remainder of this document links to the [[open-type]] specification which is a copy of
320320
[[!iso14496-22]].

0 commit comments

Comments
 (0)