Clean up the arguments to document.open
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
We should align the names with the spec and remove some comments about them not being used, because they aren't meant to be used.
@bzbarsky: can you please be more specific. Is this about cleaning up FF only, or also the spec? Where should the comments be removed, in FF code and/or the spec?
The spec currently has the "unused" arguments, so FF is implemented according to it.
Or do you mean this issue should be worked on once https://github.com/heycam/webidl/issues/581 (referred to at the spec) is fixed?
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
This is about cleaning up our code to match the spec. The "not being used" comments refer to arguments that don't even exist in the spec, not the "existing-but-commented-as-unused" ones. Sorry for the confusion there.
The whole thing is more or less a note to myself; I have a patch that's just waiting on try results at https://treeherder.mozilla.org/#/jobs?repo=try&revision=17b9871d3c2bdfb3f0680bbdd58f25165d20c939
| Assignee | ||
Comment 4•7 years ago
|
||
Comment 6•7 years ago
|
||
| bugherder | ||
Description
•