[Webkit-unassigned] [Bug 161102] New: CSS.supports.length is 2 instead of 1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 23 13:37:30 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161102
Bug ID: 161102
Summary: CSS.supports.length is 2 instead of 1
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: cdumez at apple.com
CSS.supports.length is 2 instead of 1.
There are two methods in the IDL:
Source/WebCore/css/DOMCSSNamespace.idl
interface DOMCSSNamespace {
static boolean supports(DOMString property, DOMString value);
static boolean supports(DOMString conditionText);
};
The final length should probably be the shortest length of all same-name functions.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160823/226b7d78/attachment-0001.html>
More information about the webkit-unassigned
mailing list