Fix [[!BCP47]] references.
--- a/source_respec.htm Mon Nov 04 14:40:28 2013 -0800
+++ b/source_respec.htm Tue Nov 05 10:31:19 2013 -0800
@@ -427,7 +427,7 @@
<dl class="idl" title="partial interface CompositionEvent : UIEvent">
<dt>readonly attribute DOMString locale</dt>
<dd>
- <p>The <code>locale</code> <code>DOMString</code> attribute contains a BCP-47 tag [<a href="#ref-BCP-47">BCP-47</a>] indicating the locale for which the IME originating
+ <p>The <code>locale</code> <code>DOMString</code> attribute contains a [[!BCP47]] tag indicating the locale for which the IME originating
the event is configured, e.g. <code>"ja"</code>, <code>"zh-Hans"</code>, <code>"ko"</code>. MAY be the <a class="def" href="#glossary-empty-string">empty string</a>
when inapplicable or unknown, e.g. when this information is not exposed by the underlying platform or application.</p>
@@ -505,7 +505,7 @@
<dt>readonly attribute DOMString locale</dt>
<dd>
- <p>The <code>locale</code> <code>DOMString</code> attribute contains a BCP-47 tag [<a href="#ref-BCP-47">BCP-47</a>] indicating the locale for which the keyboard originating
+ <p>The <code>locale</code> <code>DOMString</code> attribute contains a [[!BCP47]] tag indicating the locale for which the keyboard originating
the event is configured, e.g. <code>"en-US"</code>. The <code>locale</code> MAY be the <a class="def" href="#glossary-empty-string">empty string</a> when inapplicable
or unknown, e.g. when this information is not exposed by the underlying platform.</p>