Skip to content
Permalink
Browse files
Clarify wording for #2
Comma separated list with optional whitespace.
  • Loading branch information
svgeesus committed Feb 9, 2016
1 parent 452cdfd commit a1d2709bd29d59f4a007bb2819494e66246c51f5
Showing with 4 additions and 2 deletions.
  1. +4 −2 draft-ietf-justfont-toplevel-current.xml
@@ -164,15 +164,17 @@
format, value "CFF" shall be used to identify fonts containing PostScript/CFF outlines,
and value SVG shall be used to identify fonts that include SVG outlines. TTF, CFF
or SVG outlines can be present in various combinations in the same font file, therefore,
multiple values for the same optional parameter may be defined.</t>
this optional parameter is a list one one or more items, separated by commas, with
optional whitespace. Order in the list is not significant.</t>

<t hangText="2) Name: Layout"></t>
<t>Value: OTL, AAT, SIL <vspace blankLines="1" />
This parameter identifies the type of implemented support for advanced text layout
features. The predefined values "OTL", "AAT" and "SIL" respectively indicate support
for OpenType text layout, Apple Advanced Typography or Graphite SIL. More than one
shaping and layout mechanism may be supported by the same font file, therefore,
multiple values for the same optional parameter may be defined.</t>
this optional parameter is a list one one or more items, separated by commas, with
optional whitespace. Order in the list is not significant.</t>
</list></t>

<t hangText="Encoding considerations:">Binary.</t>

0 comments on commit a1d2709

Please sign in to comment.