[Webkit-unassigned] [Bug 68592] New: wrap attribute of textarea element cannot be accessed by JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 22:19:06 PDT 2011


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

           Summary: wrap attribute of textarea element cannot be accessed
                    by JavaScript
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dw.im at samsung.com


"wrap" attribute is newly added into the "textarea" element.
(http://www.w3.org/TR/html5/the-button-element.html#attr-textarea-wrap)

This attribute is successfully working on WebKit, 
but it cannot be accessed by JavaScript.
This attrubute can be accessed by JavaScript on other browsers, such as FireFox and Opera.


That's because this attribute is not inserted in HTMLTextAreaElement.idl file in WebKit.
(I don't know this is intentional or not.)


I think "wrap" attribute should be included in HTMLTextAreaElement.idl file, 
because that is specified in the spec. document.
(http://www.w3.org/TR/html5/the-button-element.html#the-textarea-element)

-- 
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