Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add output attributes on <input type=file> (non-harmful). #361

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,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