diff --git a/includes/data.inc.php b/includes/data.inc.php index 55f2a93..9113e0a 100644 --- a/includes/data.inc.php +++ b/includes/data.inc.php @@ -14,7 +14,7 @@ '3.1' => 'Size', '3.2' => 'Numerals, Capitals & Small Caps', ), - + 'items' => array( '2.1.1' => "Define the word space to suit the size and natural letterfit of the font", '2.1.2' => "Choose a comfortable measure", @@ -39,8 +39,8 @@ '2.4.8' => "Never begin a page with the last line of a multi-line paragraph", '3.1.1' => "Don’t compose without a scale", '3.2.1' => "Use titling figures with full caps, and text figures in all other circumstances", - '3.2.2' => "For abbreviations and acronyms in the midst of normal text, use spaced small caps", - + '3.2.2' => "For abbreviations and acronyms in the midst of normal text, use spaced small caps", + '3.2.3' => "Refer typographic disputes to the higher courts of speech and thinking", ) ); diff --git a/items/3.2.3.html b/items/3.2.3.html new file mode 100644 index 0000000..e3101ff --- /dev/null +++ b/items/3.2.3.html @@ -0,0 +1,7 @@ +
+

Type is idealized writing, and its normal function is to record idealized speech … When a writer accepts them fully into her speech and urges readers to do likewise, it is time for the typographer to accept them into the common speech of typography by setting them in lower case: Unesco, Ascii (or ascii) and Fortran. Other acronymic words, such as laser and radar, have long since traveled the same road.”

+ + +
text-transform: capitalize | uppercase | lowercase | none | inherit
+ +

capitalize might work in some scenarios for acronymns and logograms like Unesco (not UNESCO) and Wordperfect (not WordPerfect). But it won't help with laser (not Laser or LASER) or radar (not Radar or RADAR). The text will probably have to be edited to produce the preferred capitalization in each case.