Re: progress on HTML 2.0 reconstruction
Paul Burchard (burchard@horizon.math.utah.edu)
Tue, 28 Mar 95 17:32:41 EST
In Section 3.3, p.12, of HTML2 draft-02b.ps
"Roy T. Fielding" <fielding@avron.ICS.UCI.EDU> writes:
>
> In the case of an unknown tag, both the start tag
> (including its entire attribute specification list)
> and matching end tag (if any) should be ignored and its
> content had.
"had"? I think you need to be more explicit.
One question, for example: should
hello<NEON-BLINK> there</NEON-BLINK>
turn into the first or second alternative below?
hellothere
hello there
PB