-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathinputhint.json
More file actions
31 lines (31 loc) · 904 Bytes
/
inputhint.json
File metadata and controls
31 lines (31 loc) · 904 Bytes
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
{
"coremob" : "fulfills",
"wpd" : {
"url" : "http://docs.webplatform.org/wiki/guides/html5_form_features",
"label" : "HTML5 Form features"
},
"tests" : {
"level" : "low",
"repo" : "https://github.com/w3c/web-platform-tests/",
"url" : "http://w3c-test.org/html/semantics/forms/the-input-element/",
"label" : "Started"
},
"impl" : {
"level" : "high",
"label" : "Well deployed",
"id" : "inputhint"
},
"TR" : "http://www.w3.org/TR/html5/forms.html#the-placeholder-attribute",
"editors" : {
"url" : "http://www.w3.org/html/wg/drafts/html/CR/forms.html#the-placeholder-attribute"
},
"wdc" : {
"url" : "http://www.w3devcampus.com/html5-w3c-training/",
"label" : "HTML5 on-line course"
},
"stability" : {
"level" : "high",
"label" : "Stable"
},
"feature" : "placeholder attribute"
}