- From: Lantz Rowland <lantzr@physio-control.com>
- Date: Tue, 25 Apr 1995 13:20:27 -0700
- To: Multiple recipients of list <www-html@www10.w3.org>
Hello, I often print out web documents to read on the bus. That started me watching for when a printed document would loose information that I intended to be available my readers as well noticing that type of loss in other documents. The types of info where this occurs range from the Title and urn for the document to certain anchors and often in a references section of a document. What is clear and simple when viewed with my browser can turn useless when printed. For example I can write in html2: <Address> Lantz Rowland <A HREF="MailTo:LantzR@physio-control.com"> <LantzR@physio-control.com></A> </Address> What would be useful for html3 would be to write something like: <Address> <A HREF="MailTo:LantzR@physio-control.com" Print=Yes> Lantz Rowland</A> </Address> Which if printed would print as: Lantz Rowland <LantzR@physio-control.com> - or - Lantz Rowland <MailTo:LantzR@physio-control.com> I believe that this should be done by using the class attribute (unlike my example), however I am not sure if that can work. The HTML tag has the urn and dtd version for the document and currently the class attribute is for the role of the document. The Title, Base, Style, and Meta elements as well as <A> can contain information of this type but those elements have %uri and do not have the %attr entity that contains the class attribute. -- Lantz Rowland lantzr@physio-control.com VMail: (206) 867-4240 ------------------------------------------------------------------------
Received on Tuesday, 25 April 1995 16:19:56 UTC