Closed
Bug 613678
Opened 15 years ago
Closed 15 years ago
Make getpersonas.com pass W3C test
Categories
(Websites Graveyard :: getpersonas.com, defect)
Websites Graveyard
getpersonas.com
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Tobbi, Assigned: MattN)
Details
(Whiteboard: Nov-19-Testday)
Attachments
(1 file)
|
13.62 KB,
patch
|
telliott
:
review+
wenzel
:
review+
|
Details | Diff | Splinter Review |
Currently, the GetPersonas website doesn't pass for a couple of reasons:
* '&' is not being escaped as &
* Unknown attribute 'persona' on element div.
* Some required attribute missing on script tag.
Validation report:
http://www.getpersonas.com/en-US/
| Assignee | ||
Comment 1•15 years ago
|
||
* html encode persona name
* fix some tag nesting
* remove @charset for inline scripts since it is only valid for external scripts
Not fixed:
the "unknown" 'persona' attribute is what holds the information about a persona so that the Personas browser extension can preview and install it. Changing how this works is non-trivial. The lightweight themes implementation in Firefox 3.6+ uses the 'data-browsertheme' attribute which is valid.
Comment 2•15 years ago
|
||
Comment on attachment 501250 [details] [diff] [review]
v.1 html encode name, fix tag nesting & remove @charset for inline script
Changes look good
Attachment #501250 -
Flags: review?(telliott) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 501250 [details] [diff] [review]
v.1 html encode name, fix tag nesting & remove @charset for inline script
Deb tells me that Fred should review patches for getpersonas.com
Attachment #501250 -
Flags: review?(fwenzel)
Comment 4•15 years ago
|
||
Comment on attachment 501250 [details] [diff] [review]
v.1 html encode name, fix tag nesting & remove @charset for inline script
These look good.
Attachment #501250 -
Flags: review?(fwenzel) → review+
| Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> These look good.
Thanks for the quick reviews.
Checked-in as r80223
Steps to verify:
Run the W3C validator on the following pages and make sure there are no validation errors other than having the unknown 'persona' attribute. This attribute is important to how personas work and cannot be changed easily.
* http://www.getpersonas.com/en-US/
* http://www.getpersonas.com/en-US/gallery/
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•