[webkit-reviews] review denied: [Bug 80101] [Forms] Make order of attribute/method in HTMLTextAreaElement.idl as same as specification : [Attachment 129818] Patch 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 22:59:05 PST 2012


Kent Tamura <tkent at chromium.org> has denied  review:
Bug 80101: [Forms] Make order of attribute/method in HTMLTextAreaElement.idl as
same as specification
https://bugs.webkit.org/show_bug.cgi?id=80101

Attachment 129818: Patch 1
https://bugs.webkit.org/attachment.cgi?id=129818&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=129818&action=review


> Source/WebCore/html/HTMLTextAreaElement.idl:64
> +	   // WinIE & FireFox extension:
>  #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
>	   void setSelectionRange(in long start, in long end);
>  #else

setSelectionRange() isn't WinIE/FireFox extension, and should be below
selectionDirection.
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.
html#the-textarea-element


More information about the webkit-reviews mailing list