This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17942 - This is a suggestion: If HTML5 would contain resource pool in each browser. i.e. all HTML5 supporting browsers would have a collection of icon set for example: someone may use them like this: <img src='chrome:://html5/res/images/alarm.png' width='512' he
Summary: This is a suggestion: If HTML5 would contain resource pool in each browser. i...
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 07:20 UTC by contributor
Modified: 2012-08-27 01:00 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-07-18 07:20:59 UTC
This was was cloned from bug 16899 as part of operation convergence.
Originally filed: 2012-05-01 18:10:00 +0000

================================================================================
 #0   contributor@whatwg.org                          2012-05-01 18:10:14 +0000 
--------------------------------------------------------------------------------
Specification: http://dev.w3.org/html5/spec/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
This is a suggestion:

If HTML5 would contain resource pool in each browser.

i.e. all HTML5 supporting browsers would have a collection of icon set

for example: someone may use them like this: 

<img src='chrome:://html5/res/images/alarm.png' width='512' height='512' />

OR audio set

<audio controls="controls">
  <source src="chrome:://html5/res/audio/beep.mp4" type="audio/mpeg" />
  Your browser does not support the audio element.
</audio>

Which will decrease the downloadable content and give the developers a set of
resources to use.

Posted from: 41.235.56.119
User agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0
================================================================================
Comment 1 Ian 'Hixie' Hickson 2012-08-27 01:00:49 UTC
Now that Unicode has colour emoji iconography, this is kind of a solved problem. Now we just need the browsers to implement it. :-)