-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
position: neutralvenue: W3C CGSpecifications in W3C Community Groups (e.g., WICG, Privacy CG)Specifications in W3C Community Groups (e.g., WICG, Privacy CG)
Description
Request for Mozilla Position on an Emerging Web Specification
- Specification Title: Native media optimization and (basic) editing support
- Specification or proposal URL: https://discourse.wicg.io/t/proposal-native-media-optimization-and-basic-editing-support/
- Caniuse.com URL (optional):
- Bugzilla URL (optional):
- Mozillians who can provide input (optional):
Other information
Proposal to add various output attributes on HTML's <input> elements that would allow developers to declare some conversions the browser could do to, for example, images and videos.
<input type="file"
accept="image/*"
output="image/jpeg"
outputDimensions="1:1">Conversions can include:
- format
- size
- length
- dimensions
- compression
- possibly other things...
This is intended to address the long-tail problem and complexity of converting/editing files by deferring the problem to either the OS or the browser (instead of JS libraries, CDNs, WASM, etc., which, it is argued by those making the proposal, haven't seen adoption in the long tail).
Metadata
Metadata
Assignees
Labels
position: neutralvenue: W3C CGSpecifications in W3C Community Groups (e.g., WICG, Privacy CG)Specifications in W3C Community Groups (e.g., WICG, Privacy CG)