Add support for <form rel>
Categories
(Core :: DOM: Forms, enhancement, P2)
Tracking
()
People
(Reporter: ehsan.akhgari, Assigned: avandolder)
References
(Blocks 2 open bugs)
Details
(4 keywords)
Attachments
(1 file)
Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
https://github.com/whatwg/html/pull/4332 details changes to the HTML Standard for this. Note that it also adds the rel content/IDL attribute and the relList IDL attribute, as well as support for noopener, noreferrer, and opener, for full parity with <a> and <area>.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Forgot to mention, I added tests in https://github.com/web-platform-tests/wpt/pull/15356.
Updated•4 years ago
|
Updated•4 years ago
|
![]() |
||
Updated•3 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Comment 8•2 years ago
|
||
Backed out for causing for causing failures in docshell/base/nsDocShell.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/8b993ae70da999e10be45c74c940afb8185345e9
Comment 10•2 years ago
|
||
Backed out for causing wpt failures at put-forwards.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/5a8c175045f06829a94462823ac5da6a791c0f31
Failure log: https://treeherder.mozilla.org/logviewer?job_id=402664304&repo=autoland&lineNumber=40204
Assignee | ||
Comment 11•2 years ago
|
||
Ah, I missed that test. Hopefully I have them all now.
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
Assignee | ||
Comment 14•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Allows use of previously unsupported standard attribute.
[Affects Firefox for Android]: n/a
[Suggested wording]:
[Links (documentation, blog post, etc)]:
Comment 15•2 years ago
|
||
Please provide some suggested wording you would like for this note.
I'll add it to the 111 nightly notes and it will follow through to 111 beta and 111 release.
Assignee | ||
Comment 16•2 years ago
|
||
[Suggested wording]: Use of the rel
attribute is now supported on form
elements, allowing the specification of the relationship between the current document and the form target in a simpler, cross-browser way.
Comment 17•2 years ago
|
||
Thanks, added to Nightly release notes.
Keeping the relnote? flag open to keep it on the radar for inclusion in our final release notes.
Updated•2 years ago
|
Description
•