Closed
Bug 764605
Opened 13 years ago
Closed 11 years ago
The use of the footer-element in forms is not correct
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P5)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
2014-04
People
(Reporter: icaaq, Assigned: davidbgk)
Details
(Whiteboard: [contribute][lang=html])
Attachments
(1 file)
899.44 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/16.0 Firefox/16.0a1
Build ID: 20120609030536
Steps to reproduce:
1. Press Cmd+N to open a new browser window, then type https://addons.mozilla.org/en-US/firefox/users/login?to=%2Fen-US%2Ffirefox%2F in the address bar and press Enter
2. Inspect the button#login-submit
Actual results:
The button is located inside of a <footer> element.
Expected results:
The footer element should be removed because as the spec says:
"The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like."
http://dev.w3.org/html5/spec/the-footer-element.html#the-footer-element
Updated•11 years ago
|
Severity: normal → trivial
Priority: -- → P5
Whiteboard: [contribute][lang=html]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → david
Comment 1•11 years ago
|
||
https://github.com/mozilla/zamboni/pull/1728
Kevin or Chris: It looks like this PR was updated since you looked last. Could you take another look?
Flags: needinfo?(kngo)
Flags: needinfo?(cvan)
Updated•11 years ago
|
Target Milestone: --- → 2014-04
Updated•11 years ago
|
Flags: needinfo?(kngo)
Flags: needinfo?(cvan)
Assignee | ||
Comment 2•11 years ago
|
||
Merged in Zamboni: https://github.com/mozilla/zamboni/commit/bb4a642a75da95bce4a4165bb0dd22f1ba15ad16
PR in Olympia: https://github.com/mozilla/olympia/pull/43
Assignee | ||
Comment 3•11 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•