[Webkit-unassigned] [Bug 125286] New: Make HTMLOutputElement.htmlFor settable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 23:43:14 PST 2013


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

           Summary: Make HTMLOutputElement.htmlFor settable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, koivisto at iki.fi, benjamin at webkit.org,
                    akling at apple.com, dchris at gmail.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/df9b12788c040a6b2d38fd42fca56858736ec5d0

Make HTMLOutputElement.htmlFor settable as per the specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element

Calling HTMLOutputElement.htmlFor="foo" should be equivalent to
HTMLOutputElement.value.htmlFor="foo". This behavior is consistent
with Firefox 23.

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