- From: <bugzilla@jessica.w3.org>
- Date: Sun, 24 Jul 2016 12:24:25 +0000
- To: public-i18n-core@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27475
Lina Kemmel <lkemmel@il.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lkemmel@il.ibm.com
--- Comment #5 from Lina Kemmel <lkemmel@il.ibm.com> ---
(In reply to contributor from comment #0)
> ...
> which code should be preferred and why:
This strongly depends on the intended use.
>
> <p>Name: <bdi><input id="name"></bdi></p>
>
BDI (meant to isolate a text fragment from its surroundings) doesn't make much
sense here, since it applies to the entire paragraph content. In order to
isolate *some part(s) of the content* in a text input (which does not accept
inline markup), we may use the Unicode control characters RLI, LRI, FSI, PDI.
> or
>
> <p>Name: <input id="name" dir="auto"></p>
This sets base direction of the text to "auto", i.e. according to the first
strong character.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Sunday, 24 July 2016 12:24:33 UTC