Closed
Bug 416936
Opened 18 years ago
Closed 18 years ago
Fix pwrest to validate as HTML 4.01 strict-compliant
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.2
People
(Reporter: stephend, Assigned: wenzel)
References
()
Details
http://validator.w3.org/check?uri=https%3A%2F%2Fpreview.addons.mozilla.org%2Fen-US%2Fsunbird%2Fusers%2Fpwreset&charset=(detect+automatically)&doctype=Inline&group=0:
Line 164, Column 77: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag.
…ubmit" value="Send password reset link" ></form>
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
| Assignee | ||
Comment 1•18 years ago
|
||
Fixed in r10333.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•18 years ago
|
||
I don't want to prematurely reopen, but even though this is in SVN head (http://viewvc.svn.mozilla.org/vc/addons/branches/3.2/site/app/views/users/pwreset.thtml?view=log), this isn't yet showing up on preview, for some reason.
I thought we auto-updated/svn-upped on preview?
| Reporter | ||
Comment 3•18 years ago
|
||
Reopening so I don't lose this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•18 years ago
|
Target Milestone: --- → 3.2
Comment 4•18 years ago
|
||
Preview has since been updated, and looks fixed.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•18 years ago
|
||
-> wenzel since he fixed it.. :) ACHTUNG
Assignee: nobody → fwenzel
Status: REOPENED → NEW
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•18 years ago
|
||
Still one validation error; see URL field; reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 8•18 years ago
|
||
Good job, morgamic: I rechecked and it validates.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•10 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
•