<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>20306</bug_id>
          
          <creation_ts>2012-12-08 12:56:53 +0000</creation_ts>
          <short_desc>[proposal] new &quot;zone&quot; tag (canvas and div hybrid)</short_desc>
          <delta_ts>2013-01-23 11:18:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>20584</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexei03a">alexei03a</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>alexei03a</cc>
    
    <cc>faulkner.steve</cc>
    
    <cc>lachlan.hunt</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robin</cc>
    
    <cc>w3c</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>79755</commentid>
    <comment_count>0</comment_count>
    <who name="Alexei03a">alexei03a</who>
    <bug_when>2012-12-08 12:56:53 +0000</bug_when>
    <thetext>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.

&lt;!-- Width and Height must be 300x300 (with CSS values) --&gt;
&lt;zone width=&quot;256&quot; height=&quot;256&quot; style=&quot;width: 300px;&quot;&gt;
  &lt;img src=&quot;image.png&quot; style=&quot;width: 100%; height: 100%;&quot;&gt;
&lt;/zone&gt;

&quot;&lt;zone&gt;&quot; - the fourth graphical HTML element. Why &quot;zone&quot;, why not &quot;area&quot;. Because the &quot;area&quot; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79771</commentid>
    <comment_count>1</comment_count>
    <who name="Alexei03a">alexei03a</who>
    <bug_when>2012-12-09 02:53:20 +0000</bug_when>
    <thetext>In Russian Features:
- Тег содержит только два обязательных аттрибута: width и height.
- Стандартный размер этого тега - 300x150. Это вызвано тем, что элемент не должен менять свои границы от содержимого (т.е. контента).
- Поведение width и height такое же, как у canvas.
- Все CSS свойства применяются также, как у Canvas. Но при этом, может влиять на содержимое (но не влияет на сам элемент).
- Может иметь любое позиционирование (поведение как у любого другого элемента, содержимое должно вести себя также).
- Подходит для создания кастомных графических элементов, video-плееров и т.п.
- Можно встроить SVG данные (подобно IMG).
- Не требователен к скриптам. Достаточно использовать стили.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79822</commentid>
    <comment_count>2</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2012-12-10 11:47:37 +0000</bug_when>
    <thetext>changed product to html.next</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>79823</commentid>
    <comment_count>3</comment_count>
    <who name="Marcos Caceres">w3c</who>
    <bug_when>2012-12-10 11:59:59 +0000</bug_when>
    <thetext>I&apos;m confused. What&apos;s wrong with using a div? I&apos;m not clear what the use case for this element is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81746</commentid>
    <comment_count>4</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-21 16:00:08 +0000</bug_when>
    <thetext>Mass move to &quot;HTML WG&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81864</commentid>
    <comment_count>5</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-21 16:02:53 +0000</bug_when>
    <thetext>Mass move to &quot;HTML WG&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81908</commentid>
    <comment_count>6</comment_count>
    <who name="Alexei03a">alexei03a</who>
    <bug_when>2013-01-21 23:39:53 +0000</bug_when>
    <thetext>Make this bug as dublicate: https://www.w3.org/Bugs/Public/show_bug.cgi?id=20306</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81991</commentid>
    <comment_count>7</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-23 11:15:35 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:


   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: none
Rationale: There is nothing described in this proposal that cannot already be readily achieved using existing facilities in the stack.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81993</commentid>
    <comment_count>8</comment_count>
    <who name="Alexei03a">alexei03a</who>
    <bug_when>2013-01-23 11:18:46 +0000</bug_when>
    <thetext>This is old bug. 

New request: https://www.w3.org/Bugs/Public/show_bug.cgi?id=20584
Original, and is not dublicate!

*** This bug has been marked as a duplicate of bug 20584 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>