<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Křištof Želechovski schreef:
<blockquote cite="mid:000001c7d121$7ae60790$4d01010a@IBM42F76C011DF"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 10 (filtered)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.stylwiadomociemail17
        {font-family:Arial;
        color:navy;}
span.StylWiadomociEmail18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;" lang="EN-US">The
acronym URL expands
to "Uniform Resource *<b><span style="font-weight: bold;">Locator</span></b>*”. 
The string “print:#” does not match this spec: it is not a locator,
it is a processing instruction.  BTW, the full form of the local URL
“#” can be viewed as “html:#” (whether it is allowed by
the URL standard or not) which means that you need a URL to access the
resource
you want to print; prefixing it with “print:” would result in a
double URL scheme, which is unacceptable.  Therefore it is better to
use a
special target, if any.</span></font></p>
  </div>
</blockquote>
Would href="print://www.whatwg.org/specs/web-apps/current-work/" have
been better then?<br>
<br>
<blockquote cite="mid:000001c7d121$7ae60790$4d01010a@IBM42F76C011DF"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;" lang="EN-US">Moreover,
as has already
been noted, the http URL scheme does not allow specifying document
fragments
except in CGI arguments, which is an absolutely server-side unspecified
thing.</span></font></p>
  </div>
</blockquote>
Well, you can of course link to a specified id within a document
(<a class="moz-txt-link-freetext" href="http://www.whatwg.org/specs/web-apps/current-work/#media12">http://www.whatwg.org/specs/web-apps/current-work/#media12</a>). Isn't
that a fragment, as in CSS (#media12 { })?<br>
<br>
<blockquote cite="mid:000001c7d121$7ae60790$4d01010a@IBM42F76C011DF"
 type="cite">
  <div class="Section1">
  <p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial; color: navy;" lang="EN-US">And
the details like paper sort, size, texture and stationery,
print mode and quality, the order of pages and many other things I do
not know
about, if they are essential, still have to be explained verbally to
the
viewer, so the gain is minimal.  And if you tell me such things are
never
essential, I shall respond that printing is an obsolete practice that
is
harmful to the environment and should be deprecated and not
recommended, except
for the cases were a written signature is needed, which is hopefully
becoming
obsolete as well.</span></font></p>
  </div>
</blockquote>
These are essential for printing and should be handled the way it is
handled now: through a print prompt. In a <a class="moz-txt-link-freetext" href="mailto:-link">mailto:-link</a> you don't
provide from which address to send it from, HTML-mail, plain text or
both either.<br>
<br>
My request was for a way to have in-page print links that don't require
client-side scripting, an HTML-alternative to <a class="moz-txt-link-freetext" href="javascript:print()">javascript:print()</a>;<br>
<br>
I don't agree with you that printing is an obsolete practice. Not yet
at least, as people not all have mobile access to the internet or in
cases like the example you came up with yourself.<br>
<br>
cheers,<br>
Sander<br>
<br>
<font color="black"><font size="2"><font face="Times New Roman"><br>
</font></font></font>
</body>
</html>