- From: <bugzilla@jessica.w3.org>
- Date: Sat, 08 Dec 2012 12:56:53 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20306
Bug ID: 20306
Summary: [HTML5, Proposal] New HTML5 tag idea: "<zone>" - the
"div" and "canvas" hybrid.
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: alexei03a@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
I came up with a full analogue DIV element. Has many differences. Behavior is
the same as the IMG, Canvas and Video tag, the tag is only for content. Has the
attributes width and height, like the Canvas. Ideal for inserting SVG content.
<!-- Width and Height must be 300x300 (with CSS values) -->
<zone width="256" height="256" style="width: 300px;">
<img src="image.png" style="width: 100%; height: 100%;">
</zone>
"<zone>" - the fourth graphical HTML element. Why "zone", why not "area".
Because the "area" occupied. In general, the idea is so easy and simple that I
will not describe in detail. After all, the whole idea can be imported from
Canvas, just have to imagine that it is possible to store other items.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 8 December 2012 13:01:48 UTC