diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
| commit | 336996c7abb716844d3389df7bd7779298af3dcf (patch) | |
| tree | 9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/Fl_Input.html | |
| parent | ecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff) | |
Update documentation files to eliminate most of the warnings
and errors reported by HTML Tidy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Input.html')
| -rw-r--r-- | documentation/Fl_Input.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/Fl_Input.html b/documentation/Fl_Input.html index 8e5a248d0..e0b27db16 100644 --- a/documentation/Fl_Input.html +++ b/documentation/Fl_Input.html @@ -20,16 +20,15 @@ </PRE> </UL> <H3>Description</H3> - This is the FLTK text input widget. It displays a single line of text +<P>This is the FLTK text input widget. It displays a single line of text and lets the user edit it. Normally it is drawn with an inset box and a white background. The text may contain any characters (even 0), and will correctly display anything, using ^X notation for unprintable control characters and \nnn notation for unprintable characters with -the high bit set. It assummes the font can draw any characters in the +the high bit set. It assumes the font can draw any characters in the ISO-8859-1 character set. -<p> -<CENTER><TABLE border=1 WIDTH=90%> +<CENTER><TABLE border=1 WIDTH=90% summary="Fl_Input keyboard and mouse bindings."> <TR><TD WIDTH=200><B>Mouse button 1</B></TD><TD>Moves the cursor to this point. Drag selects characters. Double click selects words. @@ -104,8 +103,8 @@ inserted. </TABLE></CENTER> <!-- NEW PAGE --> -<center><table border=1> -<caption align="center">Character Composition Table</caption> +<center><table border=1 summary="Character Composition Table"> +<caption align="top">Character Composition Table</caption> <tr> <th>Keys</th><th>Char</th> <th>Keys</th><th>Char</th> @@ -230,7 +229,7 @@ inserted. <H3>Methods</H3> <CENTER> -<TABLE width=90%> +<TABLE width=90% summary="Fl_Input methods."> <TR><TD align=left valign=top> <UL> <LI><A href=#Fl_Input.Fl_Input>Fl_Input</A></LI> |
