Index: chrome/common/extensions/docs/experimental.fontSettings.html |
diff --git a/chrome/common/extensions/docs/experimental.fontSettings.html b/chrome/common/extensions/docs/experimental.fontSettings.html |
index c1a0c586ea23c0c3287ccbdf9a7f18c6446e2922..758fbfb6bb692b6a2eda269835847ff41fb773d9 100644 |
--- a/chrome/common/extensions/docs/experimental.fontSettings.html |
+++ b/chrome/common/extensions/docs/experimental.fontSettings.html |
@@ -1324,7 +1324,7 @@ directory. For other examples and for help in viewing the source code, see |
</div> |
</em> |
</dt> |
- <dd>The script for which the font should be retrieved. If omitted, the font for the global script is retrieved.</dd> |
+ <dd>The script for which the font should be retrieved. If omitted, the font setting for the global script (script code "Zyyy") is retrieved.</dd> |
<!-- OBJECT PROPERTIES --> |
<!-- OBJECT METHODS --> |
<!-- OBJECT EVENT FIELDS --> |
@@ -2086,7 +2086,7 @@ directory. For other examples and for help in viewing the source code, see |
</div> |
</em> |
</dt> |
- <dd>The script code which the font should be set. If omitted, the font for the global script is set.</dd> |
+ <dd>The script code which the font should be set. If omitted, the font setting for the global script (script code "Zyyy") is set.</dd> |
<!-- OBJECT PROPERTIES --> |
<!-- OBJECT METHODS --> |
<!-- OBJECT EVENT FIELDS --> |
@@ -2685,7 +2685,7 @@ directory. For other examples and for help in viewing the source code, see |
</div> |
</em> |
</dt> |
- <dd>The script code for which the font setting has changed. If omitted, the global script font setting has changed.</dd> |
+ <dd>The script code for which the font setting has changed.</dd> |
<!-- OBJECT PROPERTIES --> |
<!-- OBJECT METHODS --> |
<!-- OBJECT EVENT FIELDS --> |
@@ -2946,14 +2946,14 @@ directory. For other examples and for help in viewing the source code, see |
<span id="typeTemplate"> |
<span> |
<span>string</span> |
- <span>["Arab", "Armn", "Beng", "Cans", "Cher", "Cyrl", "Deva", "Ethi", "Geor", "Grek", "Gujr", "Guru", "Hang", "Hans", "Hant", "Hebr", "Hrkt", "Knda", "Khmr", "Laoo", "Mlym", "Mong", "Mymr", "Orya", "Sinh", "Taml", "Telu", "Thaa", "Thai", "Tibt", "Yiii"]</span> |
+ <span>["Arab", "Armn", "Beng", "Cans", "Cher", "Cyrl", "Deva", "Ethi", "Geor", "Grek", "Gujr", "Guru", "Hang", "Hans", "Hant", "Hebr", "Hrkt", "Knda", "Khmr", "Laoo", "Mlym", "Mong", "Mymr", "Orya", "Sinh", "Taml", "Telu", "Thaa", "Thai", "Tibt", "Yiii", "Zyyy"]</span> |
</span> |
</span> |
) |
</div> |
</em> |
</dt> |
- <dd>An ISO 15924 script code.</dd> |
+ <dd>An ISO 15924 script code. The default, or global, script is represented by script code "Zyyy".</dd> |
<!-- OBJECT PROPERTIES --> |
<!-- OBJECT METHODS --> |
<!-- OBJECT EVENT FIELDS --> |