diff --git a/docs/usermanual-opentype-features.xml b/docs/usermanual-opentype-features.xml
index 881af2a6f..e9ea14534 100644
--- a/docs/usermanual-opentype-features.xml
+++ b/docs/usermanual-opentype-features.xml
@@ -48,14 +48,14 @@
If a font has a GDEF table, then that is used for
glyph classes; if not, HarfBuzz will fall back to Unicode
- categorization by code point. If a font has an AAT "morx" table,
+ categorization by code point. If a font has an AAT morx table,
then it is used for substitutions; if not, but there is a GSUB
table, then the GSUB table is used. If the font has an AAT
- "kerx" table, then it is used for positioning; if not, but
+ kerx table, then it is used for positioning; if not, but
there is a GPOS table, then the GPOS table is used. If neither
- table is found, but there is a "kern" table, then HarfBuzz will
- use the "kern" table. If there is no "kerx", no GPOS, and no
- "kern", HarfBuzz will fall back to positioning marks itself.
+ table is found, but there is a kern table, then HarfBuzz will
+ use the kern table. If there is no kerx, no GPOS, and no
+ kern, HarfBuzz will fall back to positioning marks itself.
With a well-behaved OpenType font, you expect GDEF, GSUB, and
@@ -149,9 +149,39 @@
also applies the calt,
clig, curs,
dist, kern,
- liga, rclt,
- and frac features.
+ liga and rclt, features.
+
+ Additionally, when HarfBuzz encounters a fraction slash
+ (U+2044), it looks backward and forward for decimal
+ digits (Unicode General Category = Nd), and enables features
+ numr on the sequence before the fraction slash,
+ dnom on the sequence after the fraction slash,
+ and frac on the whole sequence including the fraction
+ slash.
+
+
+ Some script-specific shaping models
+ (see ) disable some of the
+ features listed above:
+
+
+
+
+ Hangul: calt
+
+
+
+
+ Indic: liga
+
+
+
+
+ Khmer: liga
+
+
+
If the text direction is vertical, HarfBuzz applies
the vert feature by default.