[Webkit-unassigned] [Bug 117779] New: HTML parser should not associate elements inside templates with forms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 18 20:43:04 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117779
Summary: HTML parser should not associate elements inside
templates with forms
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: koivisto at iki.fi, benjamin at webkit.org,
akling at apple.com, adamk at chromium.org,
eoconnor at apple.com
Merge https://chromium.googlesource.com/chromium/blink/+/45aadf7ee7ee010327eb692066cf013315ef3ed7
When parsing <form><template><input>, the previous behavior was to associate
the <input> with the <form>, even though they're not in the same tree (or
even the same document!).
This patch changes that by checking, prior to creating a form control element,
whether the element to be created lives in a document with a browsing context.
--
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