[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 06:46:35 PDT 2011


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





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2011-09-23 06:46:35 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> 
> Thanks Kent for the review comments.
> 
> > http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element
> > 
> > Also [Reflect] is wrong in this case.
> > http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-wrap
> 
> I actually confused here because http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#dom-textarea-wrap
> this links says "The cols, placeholder, required, rows, and wrap attributes must reflect the respective content attributes of the same name."
> Could you please comfirm that sure we don't want wrapAttr to be [Reflect] in IDL.
> 
> Other review comment I will incorporate with next patch once above thing is clear.

Oh, I was wrong.
- "wrap" HTML attribute is an enumerated attribute.
- "wrap" IDL attribute reflects the HTML attribute, and not "limited to only known values".
So [Reflect] is correct.  I'm sorry for my confusion.

http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#limited-to-only-known-values

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