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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 11:44:01 PDT 2011


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





--- Comment #6 from Ian 'Hixie' Hickson <ian at hixie.ch>  2011-09-23 11:44:02 PST ---
Per spec, HTMLTextAreaElement.wrap reflects the wrap="" attribute. It is not "limited to only known values", and it is a DOMString attribute, which means it just returns the content attribute's value directly.

If the markup is <textarea wrap=> then the value of the "wrap" content attribute is the empty string.

i.e. Kent in comment 4 is correct.

HTH.

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