PSP compatibility #5

Open
opened 2020-04-12 18:30:00 +00:00 by lucidiot · 1 comment
Owner
  • Remove the HTTP-to-HTTPS redirect—we can leave both to exist, and let browsers and users be clever enough to use HTTPS
  • Use relative or scheme-less links (a/b, /a/b, or //website.com/a/b) everywhere to prevent an accidental link to HTTPS
  • Do not use emojis or have a way to do fallbacks using images
  • Do not use BMP files
  • Do not use CSS3, only CSS2 (no flexbox for example)
  • Validate the whole website against XHTML 1.0 or HTML 4.01 (https://validator.w3.org/)
  • Actual testing on a PSP!
- [ ] Remove the HTTP-to-HTTPS redirect—we can leave both to exist, and let browsers and users be clever enough to use HTTPS - [ ] Use relative or scheme-less links (`a/b`, `/a/b`, or `//website.com/a/b`) everywhere to prevent an accidental link to HTTPS - [ ] Do not use emojis or have a way to do fallbacks using images - [ ] Do not use BMP files - [ ] Do not use CSS3, only CSS2 (no flexbox for example) - [ ] Validate the whole website against XHTML 1.0 or HTML 4.01 (https://validator.w3.org/) - [ ] Actual testing on a PSP!
Owner

Update here: how's this checklist? I think we've done a lot of these.

Update here: how's this checklist? I think we've done a lot of these.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: breadpunk/site#5
No description provided.