NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 359 - RFE: change names of meta element patterns to match existing conventions
RFE: change names of meta element patterns to match existing conventions
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 enhancement
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-16 07:54 CET by Michael[tm] Smith
Modified: 2009-01-04 16:53 CET (History)
0 users

See Also:


Attachments
patch with proposed change (1.83 KB, patch)
2008-12-16 07:55 CET, Michael[tm] Smith
Details
updated patch (1.97 KB, patch)
2008-12-16 14:40 CET, Michael[tm] Smith
Details
updated patch (2.33 KB, patch)
2008-12-16 15:35 CET, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2008-12-16 07:54:45 CET
other subtyped (for lack of a better word) elements in the schema -- e.g., the input and button elements -- use a naming convention that ends with the string ".elem". But the current meta element patterns put .elem. in the middle of the pattern name; e.g., "meta.elem.name". Processing the schema would be easier if the meta patterns were consistent with the other patterns; e.g., "meta.name.elem" instead. The attach patch implements that re-naming.
Comment 1 Michael[tm] Smith 2008-12-16 07:55:46 CET
Created attachment 19 [details]
patch with proposed change
Comment 2 Michael[tm] Smith 2008-12-16 14:39:08 CET
Comment on attachment 19 [details]
patch with proposed change

missed something..
Comment 3 Michael[tm] Smith 2008-12-16 14:40:04 CET
Created attachment 20 [details]
updated patch
Comment 4 Michael[tm] Smith 2008-12-16 14:40:30 CET
Comment on attachment 20 [details]
updated patch

changed meta.attrs.charset to meta.charset.attrs.charset
Comment 5 Michael[tm] Smith 2008-12-16 15:34:46 CET
Comment on attachment 20 [details]
updated patch

missed something else..
Comment 6 Michael[tm] Smith 2008-12-16 15:35:57 CET
Created attachment 21 [details]
updated patch

meta.elem.http-equiv to meta.http-equiv.elem in noscript.inner.head pattern in core-scripting.rnc
Comment 7 Henri Sivonen 2009-01-04 16:53:31 CET
Checked in but not deployed yet. Thanks.