Bugzilla – Bug 384
RFE: add datalist.inner, noscript.inner.phrasing and noscript.inner.phrasing
Last modified: 2009-01-09 17:03:28 CET
Unlike virtually all other elements in the schema, the datalist element and the phrasing and flow variants of the noscript element have definitions that do not reference their own element-specific .inner patterns (e.g., datalist.inner) but instead directly reference the common.inner.phrasing and common.inner.flow patterns. It would be preferable to have the schema define elemen-specific .inner patterns for those, as it does for all other elements. While it doesn't make any difference as far as doing validation against the schema is concerned, it can make a difference for any applications that do any post-processing of the schema (in the case of the processing I'm doing, the fact that those element definitions don't follow the convention used throughout the rest of the schema means I need to add special-case handling for those elements to be able to generate my output correctly).
Created attachment 46 [details] patch with proposed changes some overlap with previous patches
Check-in coming up. Thakns.