[Bug 12417] HTML5 is missing attribute for specifying translatability of content

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12417

--- Comment #29 from Karl Dubost <karl+w3c@la-grange.net> 2011-07-28 20:25:31 UTC ---
Question which might be borderline but do not hesitate to tell me if there is
something wrong with the reasoning.

<p lang="en">
<span title="Organization for the human rights" 
      translate="no">Amnesty International</span>, 
in a report, said…
</p>


Automatic translation to French for example

<p lang="fr">
<span title=" […] " 
      translate="no">Amnesty International</span> 
a dit dans un rapport…
</p>

is title translated or not into "Organisation pour les droits de l'homme"?

and this might be even trickier with nested blocks where the parents has
translate="no". Think about images with an alt="" text in a block of text with
a translate="no". 

How is it done with the current choices and/or hacks mentioned earlier?

PS: not pushing back, just trying to see the consequences for each decision.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 28 July 2011 20:25:33 UTC