Closed
Bug 1683429
Opened 4 years ago
Closed 2 years ago
Match SecurityPolicyViolationEvent fields with the spec
Categories
(Core :: DOM: Security, task, P3)
Core
DOM: Security
Tracking
()
RESOLVED
INVALID
People
(Reporter: saschanaz, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog1])
The field names does not match with the spec:
- documentURI is now a legacy alias of documentURL
- blockedURI is of blockedURL
- lineNumber is of lineno
- columnNumber is of colno
SecurityPolicyViolationEventInit
members should also match with the spec.
Updated•4 years ago
|
Comment 1•2 years ago
|
||
The spec has now reverted to what we currently implement, because no browser followed the previous spec change.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•