Bidi Rule

Bidi Rule

[2] Bidi 規則 (rule) は、IDNラベルにおける bidi に関する制約です。

仕様書

文脈

[4] IDNA2008 で使われます。

[12] ラベル妥当性基準で使われます。

[5] PRECISプロファイルでも採用できます。

CheckBidi フラグ

[11] ToASCIIToUnicode入力 CheckBidi >>10 は、bidi規則の適用の可否を指定する boolean の値です。

歴史

[3] IDNA2003 では Stringprepbidi に関する制約を適用していましたが、これでは表現できない語句が存在するため、 より細かい制約を規定するものとして IDNA2008bidi規則が採用されました。

[6] RE: Standardizing on IDNA 2003 in the URL Standard (Shawn Steele著, ) <https://lists.w3.org/Archives/Public/www-tag/2014Jan/0126.html>

Due to the changes in contextual/bidi validation, Windows’ client APIs dropped the additional context/bidi checks with IDNA2008 to forward-proof ourselves against other contextual/bidi rule changes. As our APIs are intended for client side use, we expect that labels invalid by the rules would fail to be registered, so we’re depending on the existence of a DNS record to confirm whether that’s valid or not. (Eg: we’re depending on the registrars to do the contextual/bidi validation when registering domains).

[7] IDNA: use proposed UTS46 flags to avoid breaking YouTube (annevk著, ) <https://github.com/whatwg/url/commit/dc9d83106cada9af507bf37dee3973de97b020fd>

[8] IDNA / UTS #46 "should" requirements (Bidi and Joiners) · Issue #110 · whatwg/url () <https://github.com/whatwg/url/issues/110>

[9] Address several IDNA issues by annevk · Pull Request #309 · whatwg/url () <https://github.com/whatwg/url/pull/309>