Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Help with some "special characters" & ABBR/ACRONYM

Reply
Thread Tools

Help with some "special characters" & ABBR/ACRONYM

 
 
Fred
Guest
Posts: n/a
 
      07-17-2003
I've got two little problems....I hope you can help:

(1) I'm getting a couple of items flagged as "invalid SGML" and I
don't know what to do with them.

.... trailing periods

-- well, it doesn't quite look like that (but it wouldn't cut &
paste properly); it looks like 2 or 3 hyphens butted up together
(e.g., December 6--The Feast of St. Stephen)


(2) I'm confused re whether I should be coding ABBR or ACRONYM for the
following:

DOT - Department of Transportation

FLQ - Front de Liberation du Quebec

a.s.a.p. - as soon as possible

I don't know....I guess in conversation, I've been using abbreviation
and acronym interchangeably. I suspect they are two distinct things
in HTML/CSS ???

Thanks for your help !

Fred
 
Reply With Quote
 
 
 
 
Steve Pugh
Guest
Posts: n/a
 
      07-17-2003
Fred <> wrote:

>(1) I'm getting a couple of items flagged as "invalid SGML" and I
>don't know what to do with them.


URL?
We need to see what's actually in the HTML code to see what the
problem is.

>... trailing periods


An ellipsis.
Easiest way is to cheat and just to use three full stop characters.
&hellip; and … are both correct.

>-- well, it doesn't quite look like that (but it wouldn't cut &
>paste properly); it looks like 2 or 3 hyphens butted up together
>(e.g., December 6--The Feast of St. Stephen)


&mdash; or — might be what you mean.

>(2) I'm confused re whether I should be coding ABBR or ACRONYM for the
>following:
>
>I don't know....I guess in conversation, I've been using abbreviation
>and acronym interchangeably. I suspect they are two distinct things
>in HTML/CSS ???


An abbreviation is an abbreviation. An acronym is a sub-set of
abbreviation, one that is pronounced as a word. The HTML spec is
confused because the authors couldn't agree on what an acronym
actually is.

>DOT - Department of Transportation


Do you prounouce it 'dot' or 'dee oh tee'? If it's 'dot' then it's an
acronym, otherwise it's an abbreviation.

>FLQ - Front de Liberation du Quebec


I'm guessing that this is spelt out letter by letter? So it's an
abbreviation.

>a.s.a.p. - as soon as possible


This can be either. Some people say it as a word and some people spell
it out. In this case the full stops between the letters imply that
it's spelt out letter by letter and hence is an abbreviation.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <> <http://steve.pugh.net/>
 
Reply With Quote
 
 
 
 
Toby A Inkster
Guest
Posts: n/a
 
      07-17-2003
On Thu, 17 Jul 2003 12:54:32 +0100, Steve Pugh wrote:

> An abbreviation is an abbreviation. An acronym is a sub-set of
> abbreviation, one that is pronounced as a word. The HTML spec is
> confused because the authors couldn't agree on what an acronym
> actually is.


And because of the confusion, <acronym/> is being removed from XHTML2, so
best to alwasy use <abbr/> for forwards compatibility.

--
Toby A Inkster BSc (Hons) ARCS | private.php?do=newpm&u= | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Help. I really need some help with this =?Utf-8?B?Q2hyaXM=?= ASP .Net 3 01-31-2007 09:33 PM
Need some help fixing some HTML and CSS problems Domino HTML 5 11-05-2006 09:58 PM
Need some help for some perl homework.... Perl 0 02-25-2004 01:45 AM
Some questions regarding 070-305 and hopefully some right answers. Needs correction... wink, wink ;-) Daniel Walzenbach MCSD 1 11-10-2003 12:25 AM
can someone please tell me some Visual Basic websites for some help? valentin Computer Support 2 06-25-2003 05:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57