blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

BB10 SDK accepts an invalid config.xml #118

Open jengee opened 12 years ago

jengee commented 12 years ago

Ripple emulator does not accept as it is not according to spec. We should at least match up from a standards implementation point of view.

Attached is widget with non-conforming config.xml file: https://github.com/downloads/blackberry-webworks/BB10-Webworks-Packager/GH318-AppAPI.zip

<widget xmlns=" http://www.w3.org/ns/widgets" <------- For whatever reason packager still accepts this value even though there is a leading space at the beginning.

gtanner commented 12 years ago

Spawned from https://github.com/blackberry/Ripple-UI/issues/318

kwallis commented 12 years ago

Can someone reference the spec definition that indicates this should break?