[wpt-sync] Sync PR 45571 - Disallow fractions in http-equiv=refresh
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45571 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45571
Details from upstream follow.
Psychpsyo <psychpsyo@gmail.com> wrote:
Disallow fractions in http-equiv=refresh
The HTML Standard says that http-equiv=refresh only accepts integer
time values and the spec maintainers have also expressed that they
think http-equiv=refresh is "not a great feature" and they "don't
think we should add to it".
For those reasons, I have removed that functionality.
This means Chromium's behavior now matches that of other browsers,
such as Firefox.References:
- Spec
https://html.spec.whatwg.org/#pragma-directives- WHATWG comment:
https://github.com/whatwg/html/issues/3266#issuecomment-348683670
Change-Id: I01e02ecf3e23b6e7c0b2612d95208c187573cb95Bug: 329866189
Change-Id: I01e02ecf3e23b6e7c0b2612d95208c187573cb95
Reviewed-on: https://chromium-review.googlesource.com/5371947
WPT-Export-Revision: eeb82cd3652c05d1994aa0c3d82f80576bed62ed
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
PASS
: 4
Chrome
OK
: 1
PASS
: 2
FAIL
: 2
Safari
OK
: 1
PASS
: 4
Links
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb6aa2e7304e
https://hg.mozilla.org/mozilla-central/rev/dbeb2e5fba14
Description
•