Re: proposal for a new html tag

> Name of the tag : <LP> and its </LP> counterpart
> Mnemonics       : Lower Priority
> What does it do : This new tag is an attempt at giving the author of an html 
> 	document the possibilty to give a relative priority to different parts 
> 	of his document.

Since many browsers display parts of a document in the order they
arrive over the net, implementing faster display of one part
of the document might require messing with HTTP transport based
in the HTML markup, to send subsections in a new order (ick).

In addition this might require both the client and server to
pre-parse the document for this tag before display and transport
respectively.

The overhead involved in departing from a simple linear processing
order could produce an actual performance loss.

-- 
    Albert Lunde                      Albert-Lunde@nwu.edu

Received on Monday, 20 March 1995 06:59:10 UTC