Closed
Bug 1232179
Opened 10 years ago
Closed 10 years ago
Update <canvas> example to use a real fallback so people don't cut&paste bad practices.
Categories
(Developer Documentation Graveyard :: HTML, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Unassigned, Mentored)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
According to https://www.paciellogroup.com/blog/2015/02/html5-canvas-sub-dom/ the fallback content of <canvas> can be a whole DOM and must be useful (as always presented to screen readers).
Our example on the <canvas> page [1] should reflect this (as people are quick to cut & paste).
Filing this because I'm a bit of a hurry and have no time to fix it now.
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas
| Reporter | ||
Updated•10 years ago
|
Summary: Update <canvas> example to use a real fallback so people don't cut&past bad practices. → Update <canvas> example to use a real fallback so people don't cut&paste bad practices.
Mentor: saurabh
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•