You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field-content matches a single field-vchar, and it matches a string of 3 or more characters which may contain internal whitespace as long as its first and last characters are field-vchars. However, it does not match a string of exactly two field-vchars. This looks like it is probably an error, although it has no practical effect because field-content is used only within field-value which can match two-character strings as two single-character field-contents. Removing the 1 would fix the error and allow two-character field-contents.