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 12957 - Is it possible to supply new semantic tag, just like <img>, <canvas> and <audio>, to support view and edit ODF document or PDF document in brower? These document formats are widely used. We hope they can be manipulated in brower directly with the help of
Summary: Is it possible to supply new semantic tag, just like <img>, <canvas> and <aud...
Status: RESOLVED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
: 13094 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-15 07:59 UTC by contributor
Modified: 2011-08-04 05:15 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2011-06-15 07:59:27 UTC
Specification: http://www.w3.org/TR/html5/
Section: http://www.whatwg.org/specs/web-apps/current-work/#top

Comment:
Is it possible to supply new semantic tag, just like <img>, <canvas> and
<audio>, to support view and edit ODF document or PDF document in brower?
These document formats are widely used. We hope they can be manipulated in
brower directly with the help of HTML5, no need install any other third party
plugins. Most of these plugins are not stable and ineffective...

Posted from: 202.74.105.113
User agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Comment 1 brunoais 2011-06-17 07:37:28 UTC
Pdf isn't made to be editable. When it was made there was no intention for it to be editable, the only intention was to distribute.
Anyway, for ODT it makes sense. Even if it may only appear as a browser plugin.
Comment 2 Aryeh Gregor 2011-06-24 21:15:49 UTC
EDITOR'S RESPONSE: This is an Editor'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: Additional Information Needed
Change Description: no spec change
Rationale: ODFs and PDFs can already be included using <object>.  <img>, <canvas>, and <audio> all have special features that are specific to the media type that are not available using just <object>.  What are you seeking to gain by introducing a new tag?  Browsers can already implement their own ODF or PDF viewers or editors directly in the browser, and use those to handle <object> -- it doesn't need its own tag for that.  We'd only need a special tag if we wanted to have special standardized behavior, like attributes or methods that only make sense for PDF/ODF.

If you want browsers to implement in-browser viewing or editing of PDF or ODF in <object> tags, rather than requiring the use of plugins, I encourage you to communicate directly with the implementers of the browsers in question.
Comment 3 Aryeh Gregor 2011-06-30 20:17:44 UTC
*** Bug 13094 has been marked as a duplicate of this bug. ***
Comment 4 Michael[tm] Smith 2011-08-04 05:15:24 UTC
mass-move component to LC1