On 2 Nov 2007, at 13:29, Rick Lecoat wrote:
Of course, if there was a tag for 'foreign language word' then the best choice (for the example above) would be to use that -- but there isn't.

Not a tag, at least.

Perhaps the most semantic solution in the above example would be to wrap
the word in a span with a class assigned, like so:

HTML:
<p> We say "yes", but the French say <span class="foreignWord">"Oui"</
span></p>

<p lang="en">We say "yes", but the French say <span lang='fr'>"Oui"</ span></p>

CSS:
.foreignWord {font-style: italic;}

[lang] { font-style: italic; }
[lang=en] { font-style: normal; }

--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to