This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Metadata names which have upper case characters in their WHATWG wiki registrations do not validate. For example: <!DOCTYPE html><head><meta charset="utf-8"> <meta name="msapplication-TileColor" content="#d83434"/> <meta name="WT.si_p" content="my_scenario_step_name" /> <title> </title></head><body><p> </p></body></html> gives the errors: Error: Bad value msapplication-TileColor for attribute name on element meta: Keyword msapplication-tilecolor is not registered. Error: Bad value WT.si_p for attribute name on element meta: Keyword wt.si_p is not registered. Both msapplication-TileColor and WT.si_p are listed at http://wiki.whatwg.org/wiki/MetaExtensions Ref: http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#standard-metadata-names 4.2.5.1 Standard metadata names [...] Names are case-insensitive, and must be compared in an ASCII case-insensitive manner.
Added WT.si_p and msapplication-TileColor