|
Posted by Harlan Messinger on February 15, 2008, 11:47 am
Please log in for more thread options Andreas Prilop wrote:
> On Fri, 15 Feb 2008, MikeC wrote:
>
>> Hi, I'm having trouble finding the authoritative answer on whether
>> to use the Character Entity Reference apos
>
> ' is not well supported among user agents. And there is
> no point in using this entity reference.
>
>> or the Numeric Character Reference #39 or #8217
>
> ' is the "ASCII apostrophe". This is a technical character
> and you *must* use it in HTML, CSS, programming languages, etc.
> You cannot use the "typographical" or "curly" apostrophe.
> It is seldom necessary to replace it with ' in HTML.
But it's absolutely necessary if you're using it as your attribute value
delimiter.
>
> For "normal" text (as opposed to source text), you should
> always use ’ as well as curly quotation marks,
> “ and ” .
Is Google handling these correctly? I know a while back I'd read that it
wasn't, and they *ought* to have corrected this, but I haven't seen an
update.
|