[Webkit-unassigned] [Bug 46873] Rename @webkitspeech to @x-webkit-speech to follow HTML5 convention

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 03:24:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46873





--- Comment #6 from Satish Sampath <satish at chromium.org>  2010-09-30 03:24:16 PST ---
Looks like if I add x-webkit-speech to HTMLAttributeNames.in, the bindings code generator emits the c++ code for attribute named "x_webkit_speechAttr". But adding an IDL attribute named 'webkitSpeech' expects the attribute to be named as 'webkitSpeechAttr', which doesn't match the above generated code. Perhaps this requires an update to the bindings generator? I'm looking at that now.. please let me know if this is not the right track.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list