Skip to content

Commit

Permalink
Add output attributes on <input type=file> (non-harmful).
Browse files Browse the repository at this point in the history
Closes #237.
  • Loading branch information
dbaron authored and annevk committed Jun 12, 2020
1 parent d18887e commit b17355d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,18 @@
"title": "enterkeyhint attribute",
"url": "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint"
},
{
"ciuName": null,
"description": "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.",
"id": "input-file-output-attributes",
"mozBugUrl": null,
"mozPosition": "non-harmful",
"mozPositionDetail": "While this seems like it could be a useful capability to expose, we'd rather see it exposed in a way that can be composed with other existing APIs, and we're concerned that there's a risk of runaway complexity through adding more and more features to it.",
"mozPositionIssue": 237,
"org": "Proposal",
"title": "output attributes on &lt;input type=file> element",
"url": "https://discourse.wicg.io/t/proposal-native-media-optimization-and-basic-editing-support/4068"
},
{
"ciuName": null,
"description": "The new scroll events introduced in this document provide web developers a way to listen to the state of the scrolling and when their content is being overscrolled or when the scrolling has finished. This information will be useful for the effects such as pull to refresh or history swipe navigations in the web apps.",
Expand Down

0 comments on commit b17355d

Please sign in to comment.