Slight typo in new HTML 2.0 spec

Paul Burchard (burchard@horizon.math.utah.edu)
Tue, 18 Oct 94 13:38:22 -0600

I don't remember if anyone else mentioned this, but there is a typo
in the information about special characters in HTMLSPEC_20.html, near
the end:

> Line Feed (LF - 10 dec)

> Interpreted as a word space in all contexts except <PRE>.

> Within <PRE>, the tab should be interpreted as a shift to

"tab" should be "line feed"

> the start of a new line; that is, col := 0; row := row+1
> Carriage Return (CR - 13 dec)

> Interpreted as a word space in all contexts except <PRE>.

> Within <PRE>, the tab should be interpreted as a shift to

"tab" should be "carriage return"

> the start of the line; that is, col := 0;

--------------------------------------------------------------------
Paul Burchard <burchard@math.utah.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------