RESOLVED DUPLICATE of bug 259093 174271
All of the bool members of WindowFeatures should be optional
https://bugs.webkit.org/show_bug.cgi?id=174271
Summary All of the bool members of WindowFeatures should be optional
Brady Eidson
Reported 2017-07-07 13:00:17 PDT
All of the bool members of WindowFeatures should be optional According to the window.open spec, you can specify *no* features for the window. Literally all features are optional. Yet WebCore::WindowFeatures does not represent this. It should, as the WKWindowFeatures API purports to represent whether or not a feature was specified, as well as its value.
Attachments
Remy Demarest
Comment 1 2023-08-23 11:55:10 PDT
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Remy Demarest
Comment 2 2023-08-23 12:00:48 PDT
*** This bug has been marked as a duplicate of bug 259093 ***
Note You need to log in before you can comment on or make changes to this bug.