diff --git a/spec/displaynames.html b/spec/displaynames.html
index c1e21314..da97d82e 100644
--- a/spec/displaynames.html
+++ b/spec/displaynames.html
@@ -266,6 +266,7 @@
CanonicalCodeForDisplayNames ( _type_, _code_ )
1. Return _code_.
1. If _type_ is *"calendar"*, then
1. If _code_ does not match the Unicode Locale Identifier `type` nonterminal, throw a *RangeError* exception.
+ 1. If _code_ uses any of the backwards compatibility syntax described in Unicode Technical Standard #35 LDML ยง 3.3 BCP 47 Conformance, throw a *RangeError* exception.
1. Let _code_ be the result of mapping _code_ to lower case as described in .
1. Return _code_.
1. If _type_ is *"dateTimeField"*, then