From ef53dfd59df9122d3d0900b8dd4902b9eebde855 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Fri, 6 Feb 2026 23:09:41 -0700 Subject: [PATCH] completed conversion of the HTML reference --- ui/static/html-reference.html | 440 ++++++++++++++++------------------ ui/static/htmlref/ref-c0.gif | Bin 0 -> 109 bytes ui/static/htmlref/ref-c1.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c2.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c3.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c4.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c5.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c6.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c7.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c8.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-c9.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-ca.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-cb.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-cc.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-cd.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-ce.gif | Bin 0 -> 151 bytes ui/static/htmlref/ref-cf.gif | Bin 0 -> 151 bytes 17 files changed, 202 insertions(+), 238 deletions(-) create mode 100644 ui/static/htmlref/ref-c0.gif create mode 100644 ui/static/htmlref/ref-c1.gif create mode 100644 ui/static/htmlref/ref-c2.gif create mode 100644 ui/static/htmlref/ref-c3.gif create mode 100644 ui/static/htmlref/ref-c4.gif create mode 100644 ui/static/htmlref/ref-c5.gif create mode 100644 ui/static/htmlref/ref-c6.gif create mode 100644 ui/static/htmlref/ref-c7.gif create mode 100644 ui/static/htmlref/ref-c8.gif create mode 100644 ui/static/htmlref/ref-c9.gif create mode 100644 ui/static/htmlref/ref-ca.gif create mode 100644 ui/static/htmlref/ref-cb.gif create mode 100644 ui/static/htmlref/ref-cc.gif create mode 100644 ui/static/htmlref/ref-cd.gif create mode 100644 ui/static/htmlref/ref-ce.gif create mode 100644 ui/static/htmlref/ref-cf.gif diff --git a/ui/static/html-reference.html b/ui/static/html-reference.html index bdb7569..98ddeda 100644 --- a/ui/static/html-reference.html +++ b/ui/static/html-reference.html @@ -1363,243 +1363,207 @@
+

Colors

+

When color values are called for in any HTML tag, they may be specified either by name or + by color value. The following named colors are supported:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
BlackMaroonGrayRed
NavyPurpleBlueFuchsia
GreenOliveLimeYellow
TealSilverAquaWhite
+

Colors may also be specified as a color value in the form "#RRGGBB", where RR, + GG, and BB represent color intensity values for red, green, and blue, + respectively, as hexadecimal values from 00 to FF (decimal 0 to 255). For example, the color + "red" in the table above may also be represented as "#FF0000". In this color example, red + is set to its highest possible value (hex FF, decimal 255), while green and blue are set to 0.

+

Although red-green-blue color values theoretically allow for many thousands of colors, + the actual number of colors available depends on the color capabilities of the devices the + document will be viewed on. Many personal computers can display only 16 colors due to the + type of video display adapter they use.


+ +

Special Characters

+

In HTML, certain special characters may be written as &name;, where + name is a symbolic name. The most important of these are &lt; (the less-than + sign, or <), &gt; (the greater-than sign, or >), and &amp; (the ampersand + itself, or &). These allow you to use characters normally used by HTML to indicate + formatting commands.

+

In addition, special characters may be written as &#nnn;, where nnn + is a decimal character code in the document's character set (usually the ISO Latin-1 character + set).

+

Here follows a listing of additional special characters in HTML. (NOTE: + Your browser may not display all of these properly.)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&nbsp; = nonbreaking space&iexcl; = inverted exclamation mark (¡)&cent; = cent sign (¢)&pound; = pound sterling sign (£)
&curren; = general currency sign (¤)&yen; = yen sign (¥)&brvbar; = broken vertical bar (¦)&sect; = section sign (§)
&uml; = umlaut (dieresis) (¨)&copy; = copyright sign (©)&ordf; = feminine ordinal (ª)&laquo; = left angle quotes («)
&not; = not sign (¬)&shy; = soft hyphen (­)&reg; = registered sign (®)&macr; = macron (¯)
&deg; = degree sign (°)&plusmn; = plus-or-minus sign (±)&sup2; = superscript 2 (²)&sup3; = superscript 3 (³)
&acute; = acute accent (´)&micro; = micro sign (µ)&para; = paragraph sign (¶)&middot; = middle dot (·)
&cedil; = cedilla (¸)&sup1; = superscript 1 (¹)&ordm; = masculine ordinal (º)&raquo; = right angle quotes (»)
&frac14; = fraction 1/4 (¼)&frac12; = fraction 1/2 (½)&frac34; = fraction 3/4 (¾)&iquest; = inverted question mark (¿)
&Agrave; = A grave accent (À)&Aacute; = A acute accent (Á)&Acirc; = A circumflex (Â)&Atilde; = A tilde (Ã)
&Auml; = A umlaut (Ä)&Aring; = A ring (Å)&AElig; = AE ligature (Æ)&Ccedil; = C cedilla (Ç)
&Egrave; = E grave accent (È)&Eacute; = E acute accent (É)&Ecirc; = E circumflex (Ê)&Euml; = E umlaut (Ë)
&Igrave; = I grave accent (Ì)&Iacute; = I acute accent (Í)&Icirc; = I circumflex (Î)&Iuml; = I umlaut (Ï)
&ETH; = Icelandic capital Eth (Ð)&Ntilde; = N tilde (Ñ)&Ograve; = O grave accent (Ò)&Oacute; = O acute accent (Ó)
&Ocirc; = O circumflex (Ô)&Otilde; = O tilde (Õ)&Ouml; = O umlaut (Ö)&times; = multiply sign (×)
&Oslash; = O slash (Ø)&Ugrave; = U grave accent (Ù)&Uacute; = U acute accent (Ú)&Ucirc; = U circumflex (Û)
&Uuml; = U umlaut (Ü)&Yacute; = Y acute accent (Ý)&THORN; = Icelandic capital Thorn (Þ)&szlig; = German sharp s (ß)
&agrave; = a grave accent (à)&aacute; = a acute accent (á)&acirc; = a circumflex (â)&atilde; = a tilde (ã)
&auml; = a umlaut (ä)&aring; = a ring (å)&aelig; = ae ligature (æ)&ccedil; = c cedilla (ç)
&egrave; = e grave accent (è)&eacute; = e acute accent (é)&ecirc; = e circumflex (ê)&euml; = e umlaut (ë)
&igrave; = i grave accent (ì)&iacute; = i acute accent (í)&icirc; = i circumflex (î)&iuml; = i umlaut (ï)
&eth; = Icelandic small Eth (ð)&ntilde; = n tilde (ñ)&ograve; = o grave accent (ò)&oacute; = o acute accent (ó)
&ocirc; = o circumflex (ô)&otilde; = o tilde (õ)&ouml; = o umlaut (ö)&divide; = divide sign (÷)
&oslash; = o slash (ø)&ugrave; = u grave accent (ù)&uacute; = u acute accent (ú)&ucirc; = u circumflex (û)
&uuml; = u umlaut (ü)&yacute; = y acute accent (ý)&thorn; = Icelandic small Thorn (þ)&yuml; = y umlaut (ÿ)
+
+ + Original of this document is copyright © 1997 Durand Communications, All rights + reserved. Used in Venice, and Amsterdam, by permission. + -------------------------------------------------------------------------------------------- - - -

Colors

- When color values are called for in any HTML tag, they may be specified either by name or - by color value. The following named colors are supported: - - - - - - - - - - - - - - - - - - - - - - - - - -
- Black - - Maroon - - Gray - - Red -
- Navy - - Purple - - Blue - - Fuchsia -
- Green - - Olive - - Lime - - Yellow -
- Teal - - Silver - - Aqua - - White -
-Colors may also be specified as a color value in the form "#RRGGBB", where RR, -GG, and BB represent color intensity values for red, green, and blue, -respectively, as hexadecimal values from 00 to FF (decimal 0 to 255). For example, the color -"red" in the table above may also be represented as "#FF0000". In this color example, red -is set to its highest possible value (hex FF, decimal 255), while green and blue are set to 0. -

Although red-green-blue color values theoretically allow for many thousands of colors, -the actual number of colors available depends on the color capabilities of the devices the -document will be viewed on. Many personal computers can display only 16 colors due to the -type of video display adapter they use. -


- -

Special Characters

-In HTML, certain special characters may be written as &name;, where -name is a symbolic name. The most important of these are &lt; (the less-than -sign, or <), &gt; (the greater-than sign, or >), and &amp; (the ampersand -itself, or &). These allow you to use characters normally used by HTML to indicate -formatting commands.

-In addition, special characters may be written as &#nnn;, where nnn -is a decimal character code in the document's character set (usually the ISO Latin-1 character -set).

-Here follows a listing of additional special characters in HTML. (NOTE: -Your browser may not display all of these properly.) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&nbsp; = nonbreaking space&iexcl; = inverted exclamation mark (¡)&cent; = cent sign (¢)&pound; = pound sterling sign (£)
&curren; = general currency sign (¤)&yen; = yen sign (¥)&brvbar; = broken vertical bar (¦)&sect; = section sign (§)
&uml; = umlaut (dieresis) (¨)&copy; = copyright sign (©)&ordf; = feminine ordinal (ª)&laquo; = left angle quotes («)
&not; = not sign (¬)&shy; = soft hyphen (­)&reg; = registered sign (®)&macr; = macron (¯)
&deg; = degree sign (°)&plusmn; = plus-or-minus sign (±)&sup2; = superscript 2 (²)&sup3; = superscript 3 (³)
&acute; = acute accent (´)&micro; = micro sign (µ)&para; = paragraph sign (¶)&middot; = middle dot (·)
&cedil; = cedilla (¸)&sup1; = superscript 1 (¹)&ordm; = masculine ordinal (º)&raquo; = right angle quotes (»)
&frac14; = fraction 1/4 (¼)&frac12; = fraction 1/2 (½)&frac34; = fraction 3/4 (¾)&iquest; = inverted question mark (¿)
&Agrave; = A grave accent (À)&Aacute; = A acute accent (Á)&Acirc; = A circumflex (Â)&Atilde; = A tilde (Ã)
&Auml; = A umlaut (Ä)&Aring; = A ring (Å)&AElig; = AE ligature (Æ)&Ccedil; = C cedilla (Ç)
&Egrave; = E grave accent (È)&Eacute; = E acute accent (É)&Ecirc; = E circumflex (Ê)&Euml; = E umlaut (Ë)
&Igrave; = I grave accent (Ì)&Iacute; = I acute accent (Í)&Icirc; = I circumflex (Î)&Iuml; = I umlaut (Ï)
&ETH; = Icelandic capital Eth (Ð)&Ntilde; = N tilde (Ñ)&Ograve; = O grave accent (Ò)&Oacute; = O acute accent (Ó)
&Ocirc; = O circumflex (Ô)&Otilde; = O tilde (Õ)&Ouml; = O umlaut (Ö)&times; = multiply sign (×)
&Oslash; = O slash (Ø)&Ugrave; = U grave accent (Ù)&Uacute; = U acute accent (Ú)&Ucirc; = U circumflex (Û)
&Uuml; = U umlaut (Ü)&Yacute; = Y acute accent (Ý)&THORN; = Icelandic capital Thorn (Þ)&szlig; = German sharp s (ß)
&agrave; = a grave accent (à)&aacute; = a acute accent (á)&acirc; = a circumflex (â)&atilde; = a tilde (ã)
&auml; = a umlaut (ä)&aring; = a ring (å)&aelig; = ae ligature (æ)&ccedil; = c cedilla (ç)
&egrave; = e grave accent (è)&eacute; = e acute accent (é)&ecirc; = e circumflex (ê)&euml; = e umlaut (ë)
&igrave; = i grave accent (ì)&iacute; = i acute accent (í)&icirc; = i circumflex (î)&iuml; = i umlaut (ï)
&eth; = Icelandic small Eth (ð)&ntilde; = n tilde (ñ)&ograve; = o grave accent (ò)&oacute; = o acute accent (ó)
&ocirc; = o circumflex (ô)&otilde; = o tilde (õ)&ouml; = o umlaut (ö)&divide; = divide sign (÷)
&oslash; = o slash (ø)&ugrave; = u grave accent (ù)&uacute; = u acute accent (ú)&ucirc; = u circumflex (û)
&uuml; = u umlaut (ü)&yacute; = y acute accent (ý)&thorn; = Icelandic small Thorn (þ)&yuml; = y umlaut (ÿ)


- -
Original of this document is copyright © 1997 Durand Communications, All rights -reserved. Used in Venice by permission.
- - - diff --git a/ui/static/htmlref/ref-c0.gif b/ui/static/htmlref/ref-c0.gif new file mode 100644 index 0000000000000000000000000000000000000000..8959190a55a41f382239c9d41910bd7103bfa9e4 GIT binary patch literal 109 zcmZ?wbhEHbRA5kG*vtR|^wN_}=Sy<$SFC%#M~0EX8UW09Dsun; literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c1.gif b/ui/static/htmlref/ref-c1.gif new file mode 100644 index 0000000000000000000000000000000000000000..a082a6fefae4932c5fdd7fb0b8e7e8ad8f797624 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^tJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXGpSJ{|x7 literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c2.gif b/ui/static/htmlref/ref-c2.gif new file mode 100644 index 0000000000000000000000000000000000000000..45a2c1c16a83ae8b6f405cc320b279e36beb1406 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=S^Hf(#rJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXG~jK3xC+ literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c3.gif b/ui/static/htmlref/ref-c3.gif new file mode 100644 index 0000000000000000000000000000000000000000..a049709b423c2a77513ea99c4dff3f5c3ccc3036 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^`@XKm6;XS;#82Cwm=^m- hmzcGNMu&%)ZS588cPLnX`*+t#6Jv?PdC^J?)&SsYKHdNT literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c4.gif b/ui/static/htmlref/ref-c4.gif new file mode 100644 index 0000000000000000000000000000000000000000..9446a5ba01b207ae2d3390f4b0bf49373b3aa3a8 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=SS8@9dRp8SdD+BU8ys^@0!zOSosMbzFd@zeGvrp5lz hC1$Om(cxicTYClj9SWA;{@r!b#8~2RUbGT}H2|Z~J^cUx literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c5.gif b/ui/static/htmlref/ref-c5.gif new file mode 100644 index 0000000000000000000000000000000000000000..fc9d47766fb20adb9ff78e1a56e9d2ea0dec3628 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^tJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXHcKK7IfI literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c6.gif b/ui/static/htmlref/ref-c6.gif new file mode 100644 index 0000000000000000000000000000000000000000..7607a04245820e0da1f8a2686bf93206297405ae GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=S|Hf(#rJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXH-bKD__{ literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c7.gif b/ui/static/htmlref/ref-c7.gif new file mode 100644 index 0000000000000000000000000000000000000000..02439cdc702c51aa67caad45304101fd268eabdb GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=STo3_2+p8SdD+BU8ys^@0!zOSosMbzFd@zeGvrp5lz hC1$Om(cxicTYClj9SWA;{@r!b#8~2RUbGT}H2{pPJ)i&p literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c8.gif b/ui/static/htmlref/ref-c8.gif new file mode 100644 index 0000000000000000000000000000000000000000..bc67d6df57343c12851278c5e38e24031ddcedce GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^`@XKm6;XS;#82Cwm=^m- hmzcGNMu&%)ZS588cPLnX`*+t#6Jv?PdC^J?)&TfQKRy5e literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-c9.gif b/ui/static/htmlref/ref-c9.gif new file mode 100644 index 0000000000000000000000000000000000000000..7bdcc7cc66091b15cb8ed30c706c219f506a355e GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=S^Hf?*sJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXH1#K41U< literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-cb.gif b/ui/static/htmlref/ref-cb.gif new file mode 100644 index 0000000000000000000000000000000000000000..1956f0d454a6c775a0a7ec5077788e3758261871 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^Qd-5lqYumV`@XKm6;XS;#82Cwm=^m- hmzcGNMu&%)ZS588cPLnX`*+t#6Jv?PdC^J?)&SuqKH&fW literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-cc.gif b/ui/static/htmlref/ref-cc.gif new file mode 100644 index 0000000000000000000000000000000000000000..f6f82e1b53437ac97894587f608d98d19c743faa GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=SSo3_2+p8SdD+BU8ys^@0!zOSosMbzFd@zeGvrp5lz hC1$Om(cxicTYClj9SWA;{@r!b#8~2RUbGT}H2|cHJ^%m! literal 0 HcmV?d00001 diff --git a/ui/static/htmlref/ref-cd.gif b/ui/static/htmlref/ref-cd.gif new file mode 100644 index 0000000000000000000000000000000000000000..947b41f06ab144b251f373f1ee5210a5a9fcfb99 GIT binary patch literal 151 zcmZ?wbhEHbRA5kG*vtR|^lit=S|Hf?*sJ^2&QwQXEaRL{-ceP37Oim1I^;-~FTOpE=a hOUznBqr=0@w)P74I}|Lx{k!X=iLu1tyl5o`YXHQd-5lqYumV`@XKm6;XS;#82Cwm=^m- hmzcGNMu&%)ZS588cPLnX`*+t#6Jv?PdC^J?)&ThiKS2Nh literal 0 HcmV?d00001