w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

HTML spec does not define "An overridden reload" term #1688

Open networkException opened 1 year ago

networkException commented 1 year ago

The An overridden reload term used by 10.5 Refresh is not defined in the HTML specification and the link doesn't lead anywhere.

whimboo commented 1 year ago

Thanks for the report! So I see https://github.com/whatwg/html/pull/3662 but that PR hasn't been merged. Instead it landed as https://github.com/whatwg/html/commit/6440ccae7340ea41d3eb5bf8ff0b3b27363eda85.

Details for the removal:

Remove overridden reload concept

Or: document.open() simplifications, part 1.9.

This behavior is only implemented in Firefox and Edge and has
contributed to developer confusion. See
https://bugzilla.mozilla.org/show_bug.cgi?id=556002.

This is a part of the effort to renovate document.open(). See
https://github.com/whatwg/html/issues/3818 for context.

Tests: https://github.com/web-platform-tests/wpt/pull/12555

CC'ing @jgraham.