- From: Ian Young <imy@wcl-rs.bham.ac.uk>
- Date: Thu, 11 Jul 1996 12:05:15 +0100
- To: www-html@w3.org
Cougar Draft (10 Jul 1996) <http://www.w3.org/pub/WWW/MarkUp/Cougar/HTML.dtd>: | <!ENTITY % ISOlat1 PUBLIC | "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML"> | %ISOlat1; | | <!--================ Entities for special symbols ======================--> [...] | <!ENTITY trade CDATA "™" -- trade mark symbol --> | <!ENTITY shy CDATA "­" -- soft hyphen --> | <!ENTITY thinsp CDATA " " -- thin space --> | <!ENTITY emsp CDATA " " -- em space --> | <!ENTITY ensp CDATA " " -- en space --> | <!ENTITY emdash CDATA "—" -- em dash --> | <!ENTITY endash CDATA "–" -- en dash --> Hallelujah! At last a possible end to those tedious "How do I do a trademark?" flamethreads in the HTML newsgroup! Those last two bother me though: I thought the ISO 8879 names were mdash and ndash. Or is there no plan as such to keep rigidly to the 8879 names throughout? On 10 Jul 1996, Lee Daniel Crocker <lcrocker@calweb.com> wrote: > Great, but you're still missing the quotation marks. I suggest: > > <!ENTITY lsquot CDATA "‘" -- left single quote --> > <!ENTITY rsquot CDATA "’" -- right single quote --> > <!ENTITY ldquot CDATA "“" -- left double quote --> > <!ENTITY rdquot CDATA "”" -- right double quote --> Please can we use the 8879 names for these too? Does leaving off the "t" really makes them much less obvious? > Boy, I'll be able to write an English sentence any month now :) Ah, but not German? :-) I may as well be the first to suggest adding to these: <!ENTITY ldquor CDATA "„" -- rising dbl quote, left (low) --> <!ENTITY lsquor CDATA "‚" -- rising single quote, left (low) --> Do we then need these, or do they necessarily map to the same character as rdquo and rsquo? (Perhaps I should have left such avocation to somone who writes the language.) <!ENTITY rdquor CDATA "[rdquor]"--=rising dbl quote, right (high)--> <!ENTITY rsquor CDATA "[rdquor]"--=rising single quote, right (high)--> And out of interest, are there names for single angle quotes? Do lsaquo and rsaquo officially exist? If so: <!ENTITY lsaquo CDATA "‹" -- single angle quotation mark, left --> <!ENTITY rsaquo CDATA "›" -- single angle quotation mark, right --> Less contentiously, can I vote for a horizontal ellipsis too? <!ENTITY hellip CDATA "…" -- ellipsis (horizontal) --> No doubt the quotes-as-entities versus quotes-as-markup discussion from last December will now get re-aired. I think it had got up to <q> with (stylesheet) attributes for language (or was it country, or region, or intention?) before Abigail mentioned that <q> is text-level markup and therefore enclosing a multiparagraph speech in <q> isn't possible. I.
Received on Thursday, 11 July 1996 07:04:47 UTC