Bugzilla – Bug 359
RFE: change names of meta element patterns to match existing conventions
Last modified: 2009-01-04 16:53:31 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.
Created attachment 19 [details] patch with proposed change
Comment on attachment 19 [details] patch with proposed change missed something..
Created attachment 20 [details] updated patch
Comment on attachment 20 [details] updated patch changed meta.attrs.charset to meta.charset.attrs.charset
Comment on attachment 20 [details] updated patch missed something else..
Created attachment 21 [details] updated patch meta.elem.http-equiv to meta.http-equiv.elem in noscript.inner.head pattern in core-scripting.rnc
Checked in but not deployed yet. Thanks.