RE: permissive line breaks; RLURIs

> From:	Kent Paul Dolan [SMTP:xanthian@whistle.com]
> 
> A simple new HTML tag that indicates a permissive break point, much
> like the soft hyphens of many word processors; chose for example
> <PBR> for "permit break", then:
> 
>  
> file:/home<PBR>/xanthian<PBR>/ckouts<PBR>/current_ij<PBR>/usr<PBR>/prod<PB
> R>/ia<PBR>/res<PBR>/external-source<PBR>/lang<PBR>/en_US.ISO_8859-1<PBR>/p
> roperties<PBR>/bestserv.ccat
> 
	I haven't fully checked this, but is that
	not the purpose of:

<!ENTITY zwnj CDATA "&#8204;" -- zero width non-joiner,
	U+200C NEW RFC 2070 -->


	Of course, an element would have the advantage
	that it would be completely ignored on older
	browsers.

	There is also:

<!ENTITY shy CDATA "&#173;" -- soft hyphen = discretionary hyphen,
	U+00AD ISOnum -->

Received on Monday, 29 November 1999 07:52:56 UTC