Bugzilla – Bug 356
add bb element
Last modified: 2009-01-04 16:44:25 CET
see attached patch, which adds the <bb> element using a schema structure similar to that for existing elements in the schema that have an enumerated type attributed (button, input, and command)
Created attachment 15 [details] patch with suggested change
Comment on attachment 15 [details] patch with suggested change flubbed this; will submit correct patch later
Created attachment 16 [details] another attempt; revised for case of no type attribute specified So I realize the spec says the case of a bb element with no type attribute specified is quite different from the when type=makeapp; seems that the schema also needs to reflect that difference clearly, and this patch tries to do that.
Comment on attachment 16 [details] another attempt; revised for case of no type attribute specified flubbed; hadn't realized you already got contex=h:bb in assertions; will post revised patch after
Created attachment 17 [details] hopefully final version see previous comments; this removes the redundant/unnecessary h:bb addition to assertions.sch
Created attachment 50 [details] updated patch the dispenses with the split/notype stuff In retrospect, splitting bb just for the miissing type case seems like overkill. Although I think it might make sense if/when any additional enumerated type values for bb are added, for now it sees simpler and better to leave it unsplit. So that's what this updated patch does.
Checked in. Thanks. (Not deployed at validator.nu yet.)