Closed
Bug 945913
Opened 12 years ago
Closed 12 years ago
Bad value login-url for attribute name on element meta
Categories
(Webmaker Graveyard :: webmaker.org, defect)
Webmaker Graveyard
webmaker.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giecrilj, Assigned: michiel)
References
()
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 2013102400
Steps to reproduce:
I visited <URL: http://validator.w3.org/check?uri=https%3A%2F%2Fwebmaker.org%2Fen-US%2Fgallery >
Actual results:
Validation Output: 6 Errors
Error Line 8, Column 62: Bad value login-url for attribute name on element meta: Keyword login-url is not registered.
Expected results:
Congratulations, etc.
| Reporter | ||
Comment 1•12 years ago
|
||
BTW, it seems META is being abused for something that actually is a LINK.
| Reporter | ||
Updated•12 years ago
|
Updated•12 years ago
|
Assignee: nobody → pomax
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
turned meta element into a link element instead, as that's what it is.
Attachment #8344814 -
Flags: review?(kate)
Comment 3•12 years ago
|
||
Comment on attachment 8344814 [details] [review]
https://github.com/mozilla/webmaker.org/pull/547
The js reference to this needs to be updated as well in new.js
Attachment #8344814 -
Flags: review?(kate) → review-
Comment on attachment 8344814 [details] [review]
https://github.com/mozilla/webmaker.org/pull/547
The PR already includes the change to new.js; is there another reference to it in new.js? (I couldn't find one)
Attachment #8344814 -
Flags: review- → review?(kate)
Comment 5•12 years ago
|
||
Comment on attachment 8344814 [details] [review]
https://github.com/mozilla/webmaker.org/pull/547
Apologies, I completely missed that
Attachment #8344814 -
Flags: review?(kate) → review+
Comment on attachment 8344814 [details] [review]
https://github.com/mozilla/webmaker.org/pull/547
So I patched it from one not-validating form to another. I changed the lin k relation to "login", which is a legal relation based on the list at http://wiki.whatwg.org/wiki/RelExtensions, so if you're okay with that change I'll rebase and merge in.
Attachment #8344814 -
Flags: review+ → review?(kate)
Updated•12 years ago
|
Attachment #8344814 -
Flags: review?(kate) → review+
Comment 7•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/webmaker.org
https://github.com/mozilla/webmaker.org/commit/1d134da8f375f01398e42740e10e9cc3df8b97ee
Merge pull request #547 from Pomax/bug945913
turned loginurl into a proper link element instead
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•12 years ago
|
||
The published page still contains the meta element. Am I expected to run my own webmaker from your git or what?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
It's landed in master. Like all patches to webmaker projects and will get staged, and will then move on to the live site.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•