<?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>20078</bug_id>
          
          <creation_ts>2012-11-25 23:47:28 +0000</creation_ts>
          <short_desc>Remove &lt;canvas&gt; element and replace to image URI with dynamic rendering</short_desc>
          <delta_ts>2013-01-23 11:19:34 +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>WONTFIX</resolution>
          
          
          <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>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robin</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>78787</commentid>
    <comment_count>0</comment_count>
    <who name="Alexei03a">alexei03a</who>
    <bug_when>2012-11-25 23:47:28 +0000</bug_when>
    <thetext>I have idea with new Canvas system. This system are script-based.

&lt;script type=&quot;application/javascript&quot;&gt;
var canvas = URL.createCanvas(&quot;example&quot;, 150, 150); //Create Canvas 150x150 pixels
var ctx = canvas.getContext(&quot;2d&quot;); //Can be WebGL
URL.fakeURL(&quot;http://broken.com/image.png&quot;, &quot;canvas: example&quot;); //Replace URL

//var url = URL.getOriginalURL(&quot;http://broken.com/image.png&quot;); //Secret URL for direct to original link
//URL.fakeURL(&quot;http://broken.com/image.png&quot;, url); //You can retrive URL
&lt;/script&gt;

&lt;img src=&quot;canvas: example&quot; alt=&quot;canvas&quot;&gt;
&lt;img src=&quot;http://broken.com/image.png&quot; alt=&quot;canvas&quot;&gt; &lt;!-- Faked, redirect to Canvas element. --&gt;
&lt;video src=&quot;canvas: example&quot;&gt;&lt;/video&gt; &lt;!-- Can Be Controlable --&gt;

My system need for dynamic animated images, dynamic videos and etc.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81715</commentid>
    <comment_count>1</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-21 15:59:20 +0000</bug_when>
    <thetext>Mass move to &quot;HTML WG&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81833</commentid>
    <comment_count>2</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-21 16:02:07 +0000</bug_when>
    <thetext>Mass move to &quot;HTML WG&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81992</commentid>
    <comment_count>3</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-01-23 11:18:18 +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 bug that cannot already be achieved using the existing stack.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>