Closed
Bug 295601
Opened 20 years ago
Closed 20 years ago
canvas whatwg element is in the w3c xhtml namespace
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: loufoque, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050522 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050522 Firefox/1.0+
The WHATWG canvas element is available in the w3c xhtml xml-namespace
(http://www.w3.org/1999/xhtml) and I think it should only be available in a
specific whatwg-html namespace to prevent eventual collisions between the WHATWG
and W3C standards.
Reproducible: Always
Steps to Reproduce:
Try the link attached.
Actual Results:
"Some Text" is not displayed, instead there is an empty canvas instead.
Expected Results:
"Some Text" should be displayed.
Comment 1•20 years ago
|
||
The WHATWG specification states that it should be in the XHTML 1 namespace. The
specification is an extension to XHTML 1. If you disagree with that take it to
the WHATWG mailing list and not here.
As far as this part is concerned, Mozilla is a conforming UA.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•