Brak opisu

fieldset-disabled.json 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. {
  2. "title":"disabled attribute of the fieldset element",
  3. "description":"Allows disabling all of the form control descendants of a fieldset via a `disabled` attribute on the fieldset element itself.",
  4. "spec":"https://html.spec.whatwg.org/multipage/forms.html#attr-fieldset-disabled",
  5. "status":"ls",
  6. "links":[
  7. {
  8. "url":"http://output.jsbin.com/bibiqi/1/edit",
  9. "title":"JS Bin Testcase/Demo"
  10. }
  11. ],
  12. "bugs":[
  13. ],
  14. "categories":[
  15. "DOM",
  16. "HTML5"
  17. ],
  18. "stats":{
  19. "ie":{
  20. "5.5":"u",
  21. "6":"a #1 #2",
  22. "7":"a #1 #2",
  23. "8":"a #1",
  24. "9":"a #1",
  25. "10":"a #1 #2",
  26. "11":"a #1 #2"
  27. },
  28. "edge":{
  29. "12":"y",
  30. "13":"y",
  31. "14":"y",
  32. "15":"y",
  33. "16":"y",
  34. "17":"y"
  35. },
  36. "firefox":{
  37. "2":"n",
  38. "3":"n",
  39. "3.5":"n",
  40. "3.6":"n",
  41. "4":"y",
  42. "5":"y",
  43. "6":"y",
  44. "7":"y",
  45. "8":"y",
  46. "9":"y",
  47. "10":"y",
  48. "11":"y",
  49. "12":"y",
  50. "13":"y",
  51. "14":"y",
  52. "15":"y",
  53. "16":"y",
  54. "17":"y",
  55. "18":"y",
  56. "19":"y",
  57. "20":"y",
  58. "21":"y",
  59. "22":"y",
  60. "23":"y",
  61. "24":"y",
  62. "25":"y",
  63. "26":"y",
  64. "27":"y",
  65. "28":"y",
  66. "29":"y",
  67. "30":"y",
  68. "31":"y",
  69. "32":"y",
  70. "33":"y",
  71. "34":"y",
  72. "35":"y",
  73. "36":"y",
  74. "37":"y",
  75. "38":"y",
  76. "39":"y",
  77. "40":"y",
  78. "41":"y",
  79. "42":"y",
  80. "43":"y",
  81. "44":"y",
  82. "45":"y",
  83. "46":"y",
  84. "47":"y",
  85. "48":"y",
  86. "49":"y",
  87. "50":"y",
  88. "51":"y",
  89. "52":"y",
  90. "53":"y",
  91. "54":"y",
  92. "55":"y",
  93. "56":"y",
  94. "57":"y",
  95. "58":"y",
  96. "59":"y",
  97. "60":"y",
  98. "61":"y"
  99. },
  100. "chrome":{
  101. "4":"n",
  102. "5":"n",
  103. "6":"n",
  104. "7":"n",
  105. "8":"n",
  106. "9":"n",
  107. "10":"n",
  108. "11":"n",
  109. "12":"n",
  110. "13":"n",
  111. "14":"n",
  112. "15":"n",
  113. "16":"u",
  114. "17":"u",
  115. "18":"u",
  116. "19":"u",
  117. "20":"y",
  118. "21":"y",
  119. "22":"y",
  120. "23":"y",
  121. "24":"y",
  122. "25":"y",
  123. "26":"y",
  124. "27":"y",
  125. "28":"y",
  126. "29":"y",
  127. "30":"y",
  128. "31":"y",
  129. "32":"y",
  130. "33":"y",
  131. "34":"y",
  132. "35":"y",
  133. "36":"y",
  134. "37":"y",
  135. "38":"y",
  136. "39":"y",
  137. "40":"y",
  138. "41":"y",
  139. "42":"y",
  140. "43":"y",
  141. "44":"y",
  142. "45":"y",
  143. "46":"y",
  144. "47":"y",
  145. "48":"y",
  146. "49":"y",
  147. "50":"y",
  148. "51":"y",
  149. "52":"y",
  150. "53":"y",
  151. "54":"y",
  152. "55":"y",
  153. "56":"y",
  154. "57":"y",
  155. "58":"y",
  156. "59":"y",
  157. "60":"y",
  158. "61":"y",
  159. "62":"y",
  160. "63":"y",
  161. "64":"y",
  162. "65":"y",
  163. "66":"y",
  164. "67":"y"
  165. },
  166. "safari":{
  167. "3.1":"n",
  168. "3.2":"n",
  169. "4":"n",
  170. "5":"n",
  171. "5.1":"n",
  172. "6":"y",
  173. "6.1":"y",
  174. "7":"y",
  175. "7.1":"y",
  176. "8":"y",
  177. "9":"y",
  178. "9.1":"y",
  179. "10":"y",
  180. "10.1":"y",
  181. "11":"y",
  182. "11.1":"y",
  183. "TP":"y"
  184. },
  185. "opera":{
  186. "9":"u",
  187. "9.5-9.6":"u",
  188. "10.0-10.1":"y",
  189. "10.5":"y",
  190. "10.6":"y",
  191. "11":"y",
  192. "11.1":"y",
  193. "11.5":"y",
  194. "11.6":"y",
  195. "12":"y",
  196. "12.1":"y",
  197. "15":"y",
  198. "16":"y",
  199. "17":"y",
  200. "18":"y",
  201. "19":"y",
  202. "20":"y",
  203. "21":"y",
  204. "22":"y",
  205. "23":"y",
  206. "24":"y",
  207. "25":"y",
  208. "26":"y",
  209. "27":"y",
  210. "28":"y",
  211. "29":"y",
  212. "30":"y",
  213. "31":"y",
  214. "32":"y",
  215. "33":"y",
  216. "34":"y",
  217. "35":"y",
  218. "36":"y",
  219. "37":"y",
  220. "38":"y",
  221. "39":"y",
  222. "40":"y",
  223. "41":"y",
  224. "42":"y",
  225. "43":"y",
  226. "44":"y",
  227. "45":"y",
  228. "46":"y",
  229. "47":"y",
  230. "48":"y",
  231. "49":"y",
  232. "50":"y",
  233. "51":"y",
  234. "52":"y"
  235. },
  236. "ios_saf":{
  237. "3.2":"n",
  238. "4.0-4.1":"n",
  239. "4.2-4.3":"n",
  240. "5.0-5.1":"n",
  241. "6.0-6.1":"y",
  242. "7.0-7.1":"y",
  243. "8":"y",
  244. "8.1-8.4":"y",
  245. "9.0-9.2":"y",
  246. "9.3":"y",
  247. "10.0-10.2":"y",
  248. "10.3":"y",
  249. "11.0-11.2":"y",
  250. "11.3":"y"
  251. },
  252. "op_mini":{
  253. "all":"a #1 #2"
  254. },
  255. "android":{
  256. "2.1":"n",
  257. "2.2":"n",
  258. "2.3":"n",
  259. "3":"n",
  260. "4":"n",
  261. "4.1":"n",
  262. "4.2-4.3":"n",
  263. "4.4":"y",
  264. "4.4.3-4.4.4":"y",
  265. "62":"y"
  266. },
  267. "bb":{
  268. "7":"n",
  269. "10":"y"
  270. },
  271. "op_mob":{
  272. "10":"y",
  273. "11":"y",
  274. "11.1":"y",
  275. "11.5":"y",
  276. "12":"y",
  277. "12.1":"y",
  278. "37":"y"
  279. },
  280. "and_chr":{
  281. "64":"y"
  282. },
  283. "and_ff":{
  284. "57":"y"
  285. },
  286. "ie_mob":{
  287. "10":"y",
  288. "11":"a #2"
  289. },
  290. "and_uc":{
  291. "11.8":"y"
  292. },
  293. "samsung":{
  294. "4":"y",
  295. "5":"y",
  296. "6.2":"y"
  297. },
  298. "and_qq":{
  299. "1.2":"y"
  300. },
  301. "baidu":{
  302. "7.12":"y"
  303. }
  304. },
  305. "notes":"",
  306. "notes_by_num":{
  307. "1":"Text inputs that are descendants of a disabled fieldset appear disabled but the user can still interact with them. [See IE bug #962368.](https://connect.microsoft.com/IE/feedbackdetail/view/962368/can-still-edit-input-type-text-within-fieldset-disabled)",
  308. "2":"File inputs that are descendants of a disabled fieldset appear disabled but the user can still interact with them. [See IE bug #817488.](https://connect.microsoft.com/IE/feedbackdetail/view/817488)"
  309. },
  310. "usage_perc_y":91.15,
  311. "usage_perc_a":6.43,
  312. "ucprefix":false,
  313. "parent":"",
  314. "keywords":"HTMLFieldSetElement,fieldset,disabled",
  315. "ie_id":"",
  316. "chrome_id":"",
  317. "firefox_id":"",
  318. "webkit_id":"",
  319. "shown":true
  320. }