-
Notifications
You must be signed in to change notification settings - Fork 15
/
request-to-transition.html
93 lines (63 loc) · 4.29 KB
/
request-to-transition.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang=en>
<head>
<title>Intent to migrate</title>
<meta charset='utf-8'>
<meta name=viewport content='width=device-width'>
<link rel=stylesheet href='https://www.w3.org/StyleSheets/TR/base'>
<style>
body {
max-width: 60em;
margin: auto;;
}
h1 { font-size: large;}
h2 { color: black; font-size: normal;}
p { margin-top: 1em;}
.sign {
font-size: small;
margin-top: 2em;
font-style: italic;
border-top: 1px solid black;
padding-top: 0.5ex;
}
*:target {
background-color: yellow;
}
</style>
</head>
<body>
<h1><strong>Intent to Migrate</strong>: <feature name or short change description></h1>
<p style='font-weight: bold; font-size: x-large; padding: 0.5ex; border: 1px solid black;'>
This document was moved to <a href="https://wicg.github.io/admin/intent-to-migrate.html">https://wicg.github.io/admin/intent-to-migrate.html</a>
</p>
<h2>Body:</h2>
<p id='contact'><strong>Supporter emails</strong></p>
<p> [email protected], [email protected] </p>
<p id='proposal'><strong>Proposal</strong></p>
<p>Link to proposal (preferably in a github repository). You should have at least an unofficial proposal in hand and/or have discussed the API within the HTML Incubator Community Group before sending an intent to standardize. If your proposal is not yet at this stage of maturity, feel free to solicit feedback informally on discourse instead. You may be asked to create a github repository if there isn't one.</p>
<p id='summary'><strong>Summary</strong></p>
<p>Give a high-level description of your proposal.</p>
<p id='motivation'><strong>Motivation and Use Cases</strong></p>
<p>Explain why the web needs this change. It may be useful to describe what web developers are forced to do without it. Include links to back up your claims, including data.</p>
<p id='risk'><strong>Compatibility Risk</strong></p>
<p>Please characterize how much we might regret standardizing this new feature were we to change or remove it in the future. If you don’t have a github repository, include in this email links to relevant discussions, or documentation about support for the feature on the Web.</p>
<p id='constraints'><strong>Ongoing technical constraints</strong></p>
<p>What technical constraints will be added to user agents implementing this feature?</p>
<p id='device_independence'><strong>Will this feature be supported in all environments (desktop, mobile, tablets, TV, eBooks, automotive, etc.)?</strong></p>
<p>Yes or no. If no, explain why certain user agents will not be included in your implementation.</p>
<p id='implementations'><strong>Link to implementation experience and demos</strong></p>
<p>If your proposal has implementation experience or demos, please provide links, including common patterns in deployed libraries. Otherwise, indicate if there are none.</p>
<p id='data'><strong>Data</strong></p>
<p>What data do you have available that indicates that this enhancement will affect many users of the Web. Quantify the fraction of websites that are currently using something similar to this feature. Or, if a new feature, characterize the reason that you expect this to be far reaching.</p>
<p id='security'><strong>Security and Privacy</strong></p>
<p>Outline the <a href='https://w3ctag.github.io/security-questionnaire/'>security and privacy implications</a> of your proposal for end-users. Otherwise, indicate if there are none.</p>
<p id='a11y'><strong>Accessibility</strong></p>
<p>Outline the <a href='https://github.com/stevefaulkner/accessibility-spec-questionnaire/blob/master/accessibility-spec-questionnaire.md'>implications of your proposal</a> relative to access by everyone regardless of disability. Otherwise, indicate if there are none.</p>
<p id='i18n'><strong>Internationalization</strong></p>
<p>Outline the implications of your proposal when used with different languages, scripts, and cultures. Otherwise, indicate if there are none.</p>
<p>(this form was largely inspired from Blink <a href='https://docs.google.com/a/chromium.org/document/d/1vlTlsQKThwaX0-lj_iZbVTzyqY7LioqERU8DK3u3XjI/edit#bookmark=id.uptkx07pm53s'>Intent to Implement and Ship templates</a>)</p>
<p class='sign'>
<a href="https://www.twitter.com/plhw3org">@plhw3org</a>, contribute: <a href="https://github.com/wicg/admin/">wicg/admin</a>
</p>
</body>
</html>