We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent efe8790 commit 380cc47Copy full SHA for 380cc47
spec/message.abnf
@@ -72,7 +72,7 @@ reserved-body-part = reserved-char / escaped-char / quoted
72
73
; Names and identifiers
74
; identifier matches https://www.w3.org/TR/REC-xml-names/#NT-QName
75
-; name matches https://www.w3.org/TR/REC-xml-names/#NT-NCName
+; name matches https://www.w3.org/TR/REC-xml-names/#NT-NCName but excludes U+FFFD
76
identifier = [namespace ":"] name
77
namespace = name
78
name = name-start *name-char
0 commit comments