[webkit-reviews] review requested: [Bug 24114] ESMP(ECMAScript Mobile Profile) not supported : [Attachment 28215] add an optional parameter "bool caseSensitive" to Element.getAttribute(name), Element.setAttribute(name, value) and Element.removeAttribute(name)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 00:27:54 PST 2009


Charles Wei <charles.wei at torchmobile.com.cn> has asked	for review:
Bug 24114: ESMP(ECMAScript Mobile Profile) not supported
https://bugs.webkit.org/show_bug.cgi?id=24114

Attachment 28215: add an optional parameter "bool caseSensitive" to
Element.getAttribute(name), Element.setAttribute(name, value) and
Element.removeAttribute(name)
https://bugs.webkit.org/attachment.cgi?id=28215&action=review

------- Additional Comments from Charles Wei <charles.wei at torchmobile.com.cn>
OMA-WAP-ESMP-V1_0-20050614-C has some extension to ECMA-262 , this patch
includes the following extensions:

Element.getAttribute(name) ==> Element.getAttribute(name, [Optional]
caseSensitive)
Element.setAttribute(name, value) ==>Element.setAttribute(name, value,
[Optional] caseSensitive)
Element.removeAttribute(name) ==> Element.removeAttribute(name, [Optional]
caseSensitive)


More information about the webkit-reviews mailing list