- From: <bugzilla@jessica.w3.org>
- Date: Thu, 26 Jan 2012 19:49:37 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12417
--- Comment #73 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-01-26 19:49:21 UTC ---
Felix: what is the use case?
Generally speaking, it's possible to have elements and attributes have
different languages; you just use multiple elements. e.g.:
<p lang="en">Hello
<span lang=fr title="Ceci est le mot anglais pour 'chat'.">
<span lang=en>Cat</span>
</span>.
</p>
Without a compelling reason to have to put everything on one element, I think
we're far better off without the added complexity.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 26 January 2012 19:49:42 UTC