For a given set of browsers what is the API status
Below is a list of features that are in all filtered by Safari and Safari on iOS
| API | Category | Notes |
|---|---|---|
| html.elements.a 📋 | HTML | Firefox: Starting with Firefox 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816).Firefox for Android: Starting with Firefox for Android 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816). |
| html.elements.a.attributionsourceid 📋 | HTML | |
| html.elements.a.attributionsrc 📋 | HTML | |
| html.elements.a.charset 📋 | HTML | |
| html.elements.a.coords 📋 | HTML | Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed. |
| html.elements.a.download 📋 | HTML | Chrome: Starting in Chrome 65, cross-origin downloads are not supported on the <a> element.Chrome Android: Starting in Chrome Android 65, cross-origin downloads are not supported on the <a> element.Edge: Starting in Edge 79, cross-origin downloads are not supported on the <a> element.Edge: Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (bug 7160092).Edge: Edge 17 or older didn't follow the attributes' value to determine filename (bug 7260192).Firefox for Android: The attribute's filename value only affects the suggested file name for the blob: and data: URI schemes. Other schemes ignore the suggested filename. See bug 1845642.Quest Browser: Starting in Quest Browser 5.0, cross-origin downloads are not supported on the <a> element.Opera: Starting in Opera 52, cross-origin downloads are not supported on the <a> element.Opera Android: Starting in Opera Android 47, cross-origin downloads are not supported on the <a> element.Samsung Internet: Starting in Samsung Internet 9.0, cross-origin downloads are not supported on the <a> element.WebView Android: Starting in WebView Android 65, cross-origin downloads are not supported on the <a> element. |
| html.elements.a.href 📋 | HTML | |
| html.elements.a.href.href_sms | HTML | |
| html.elements.a.href.href_top | HTML | |
| html.elements.a.hreflang 📋 | HTML | |
| html.elements.a.hreftranslate | HTML | |
| html.elements.a.implicit_noopener | HTML | |
| html.elements.a.interestfor | HTML | |
| html.elements.a.name 📋 | HTML | |
| html.elements.a.ping 📋 | HTML | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| html.elements.a.referrerpolicy 📋 | HTML | |
| html.elements.a.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.a.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.a.referrerpolicy.unsafe-url | HTML | |
| html.elements.a.rel 📋 | HTML | |
| html.elements.a.rel.noopener 📋 | HTML | Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window. |
| html.elements.a.rel.noreferrer 📋 | HTML | Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.) |
| html.elements.a.rev 📋 | HTML | |
| html.elements.a.shape 📋 | HTML | Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed. |
| html.elements.a.target 📋 | HTML | |
| html.elements.a.target.unfencedTop | HTML | |
| html.elements.a.text_fragments | HTML | |
| html.elements.a.type 📋 | HTML | |
| html.elements.abbr 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.acronym 📋 | HTML | |
| html.elements.address 📋 | HTML | |
| html.elements.area 📋 | HTML | |
| html.elements.area.alt 📋 | HTML | |
| html.elements.area.attributionsrc 📋 | HTML | |
| html.elements.area.coords 📋 | HTML | |
| html.elements.area.download 📋 | HTML | |
| html.elements.area.href 📋 | HTML | |
| html.elements.area.implicit_noopener | HTML | |
| html.elements.area.interestfor | HTML | |
| html.elements.area.nohref 📋 | HTML | |
| html.elements.area.ping 📋 | HTML | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| html.elements.area.referrerpolicy 📋 | HTML | |
| html.elements.area.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.area.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.area.referrerpolicy.unsafe-url | HTML | |
| html.elements.area.rel 📋 | HTML | |
| html.elements.area.rel.noopener 📋 | HTML | Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window. |
| html.elements.area.rel.noreferrer 📋 | HTML | Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.) |
| html.elements.area.shape 📋 | HTML | |
| html.elements.area.target 📋 | HTML | |
| html.elements.article 📋 | HTML | |
| html.elements.aside 📋 | HTML | |
| html.elements.audio 📋 | HTML | Firefox: For Firefox to play audio, the server must serve the file using the correct MIME type.Firefox for Android: For Firefox for Android to play audio, the server must serve the file using the correct MIME type. |
| html.elements.audio.controls 📋 | HTML | |
| html.elements.audio.controlslist 📋 | HTML | |
| html.elements.audio.crossorigin 📋 | HTML | Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722. |
| html.elements.audio.disableremoteplayback 📋 | HTML | |
| html.elements.audio.loop 📋 | HTML | |
| html.elements.audio.muted 📋 | HTML | |
| html.elements.audio.preload 📋 | HTML | Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera 51.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in Chrome 64. |
| html.elements.audio.src 📋 | HTML | |
| html.elements.b 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.base 📋 | HTML | Internet Explorer: Before Internet Explorer 7, <base> can be positioned anywhere in the document and the nearest value of <base> is used. |
| html.elements.base.href 📋 | HTML | |
| html.elements.base.href.forbid_data_javascript_urls | HTML | |
| html.elements.base.href.relative_url | HTML | |
| html.elements.base.target 📋 | HTML | |
| html.elements.bdi 📋 | HTML | |
| html.elements.bdo 📋 | HTML | |
| html.elements.big 📋 | HTML | |
| html.elements.blockquote 📋 | HTML | |
| html.elements.blockquote.cite | HTML | |
| html.elements.body 📋 | HTML | |
| html.elements.body.alink | HTML | |
| html.elements.body.background | HTML | |
| html.elements.body.bgcolor | HTML | |
| html.elements.body.bottommargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.leftmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.link | HTML | |
| html.elements.body.rightmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.text | HTML | |
| html.elements.body.topmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.vlink | HTML | |
| html.elements.br 📋 | HTML | |
| html.elements.br.clear | HTML | |
| html.elements.button 📋 | HTML | |
| html.elements.button.command 📋 | HTML | |
| html.elements.button.command.request-close 📋 | HTML | |
| html.elements.button.commandfor 📋 | HTML | |
| html.elements.button.commandfor.implicit_anchor_reference 📋 | HTML | |
| html.elements.button.disabled 📋 | HTML | |
| html.elements.button.form | HTML | |
| html.elements.button.formaction | HTML | |
| html.elements.button.formenctype | HTML | |
| html.elements.button.formmethod | HTML | |
| html.elements.button.formnovalidate | HTML | |
| html.elements.button.formtarget | HTML | |
| html.elements.button.interestfor | HTML | |
| html.elements.button.name | HTML | |
| html.elements.button.popovertarget 📋 | HTML | |
| html.elements.button.popovertarget.implicit_anchor_reference 📋 | HTML | |
| html.elements.button.popovertargetaction 📋 | HTML | |
| html.elements.button.type | HTML | |
| html.elements.button.value | HTML | |
| html.elements.canvas 📋 | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.canvas.height 📋 | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.canvas.moz-opaque | HTML | |
| html.elements.canvas.width 📋 | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.caption 📋 | HTML | |
| html.elements.caption.align | HTML | |
| html.elements.center 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.cite 📋 | HTML | |
| html.elements.code 📋 | HTML | |
| html.elements.col 📋 | HTML | |
| html.elements.col.align 📋 | HTML | |
| html.elements.col.char 📋 | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.col.charoff 📋 | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.col.span 📋 | HTML | |
| html.elements.col.valign 📋 | HTML | |
| html.elements.col.width 📋 | HTML | |
| html.elements.colgroup 📋 | HTML | |
| html.elements.colgroup.align 📋 | HTML | |
| html.elements.colgroup.char 📋 | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.colgroup.charoff 📋 | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.colgroup.span 📋 | HTML | |
| html.elements.colgroup.valign 📋 | HTML | |
| html.elements.colgroup.width 📋 | HTML | |
| html.elements.data 📋 | HTML | |
| html.elements.data.value 📋 | HTML | |
| html.elements.datalist 📋 | HTML | Firefox for Android: The dropdown menu containing available options does not appear. See bug 1535985. |
| html.elements.datalist.input_type_color 📋 | HTML | |
| html.elements.datalist.input_type_date 📋 | HTML | |
| html.elements.datalist.input_type_email 📋 | HTML | |
| html.elements.datalist.input_type_number 📋 | HTML | |
| html.elements.datalist.input_type_range 📋 | HTML | |
| html.elements.datalist.input_type_search 📋 | HTML | |
| html.elements.datalist.input_type_tel 📋 | HTML | |
| html.elements.datalist.input_type_text 📋 | HTML | |
| html.elements.datalist.input_type_time 📋 | HTML | |
| html.elements.datalist.input_type_url 📋 | HTML | |
| html.elements.dd 📋 | HTML | Firefox: Before Firefox 4, this element was implemented using the HTMLSpanElement interface instead of HTMLElement. |
| html.elements.del 📋 | HTML | |
| html.elements.del.cite | HTML | |
| html.elements.del.datetime | HTML | |
| html.elements.details 📋 | HTML | Firefox: Before Firefox 57, there was a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them.Firefox for Android: There is a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them. |
| html.elements.details.name | HTML | |
| html.elements.details.open | HTML | |
| html.elements.details.search_match_opens | HTML | Firefox: The browser does not correctly scroll to the matching text. See bug 2006040.Firefox for Android: The browser does not correctly scroll to the matching text. See bug 2006040.Safari: The browser does not correctly scroll to the matching text. See bug 304174.Safari on iOS: The browser does not correctly scroll to the matching text. See bug 304174.WebView on iOS: The browser does not correctly scroll to the matching text. See bug 304174. |
| html.elements.dfn 📋 | HTML | |
| html.elements.dialog 📋 | HTML | |
| html.elements.dialog.closedby 📋 | HTML | |
| html.elements.dialog.open | HTML | |
| html.elements.dir 📋 | HTML | |
| html.elements.dir.compact | HTML | |
| html.elements.div 📋 | HTML | |
| html.elements.div.align | HTML | |
| html.elements.dl 📋 | HTML | |
| html.elements.dt 📋 | HTML | |
| html.elements.em 📋 | HTML | |
| html.elements.embed 📋 | HTML | |
| html.elements.embed.align 📋 | HTML | |
| html.elements.embed.height 📋 | HTML | |
| html.elements.embed.name 📋 | HTML | |
| html.elements.embed.src 📋 | HTML | |
| html.elements.embed.type 📋 | HTML | |
| html.elements.embed.width 📋 | HTML | |
| html.elements.fencedframe 📋 | HTML | |
| html.elements.fencedframe.allow 📋 | HTML | |
| html.elements.fencedframe.height 📋 | HTML | |
| html.elements.fencedframe.width 📋 | HTML | |
| html.elements.fieldset 📋 | HTML | Chrome: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Chrome Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Edge: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 4511145.Quest Browser: Before version 12.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.Samsung Internet: Before version 14.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.WebView Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853. |
| html.elements.fieldset.disabled 📋 | HTML | Edge: Does not work with nested fieldsets. For example: <fieldset disabled><fieldset><!--Still enabled--></fieldset></fieldset>Internet Explorer: Not all form control descendants of a disabled fieldset are properly disabled in IE11; see IE bug 817488: input[type='file'] not disabled inside disabled fieldset and IE bug 962368: Can still edit input[type='text'] within fieldset[disabled]. |
| html.elements.fieldset.form 📋 | HTML | |
| html.elements.fieldset.name 📋 | HTML | |
| html.elements.figcaption 📋 | HTML | |
| html.elements.figure 📋 | HTML | |
| html.elements.font 📋 | HTML | |
| html.elements.font.color | HTML | |
| html.elements.font.face | HTML | |
| html.elements.font.size | HTML | |
| html.elements.footer 📋 | HTML | |
| html.elements.form 📋 | HTML | |
| html.elements.form.accept-charset 📋 | HTML | |
| html.elements.form.action 📋 | HTML | |
| html.elements.form.autocomplete 📋 | HTML | Chrome: The Google Chrome UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Chrome Android: The Chrome Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Quest Browser: The Quest Browser UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Quest Browser might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera: The Opera UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera Android: The Opera Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Samsung Internet: The Samsung Internet UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Samsung Internet might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.WebView Android: The WebView Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, WebView Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion. |
| html.elements.form.autocomplete.new-password | HTML | |
| html.elements.form.autocomplete.one-time-code | HTML | |
| html.elements.form.autocomplete.webauthn 📋 | HTML | |
| html.elements.form.enctype 📋 | HTML | |
| html.elements.form.method 📋 | HTML | |
| html.elements.form.name 📋 | HTML | |
| html.elements.form.novalidate 📋 | HTML | |
| html.elements.form.rel 📋 | HTML | |
| html.elements.form.target 📋 | HTML | |
| html.elements.frame 📋 | HTML | |
| html.elements.frame.frameborder | HTML | |
| html.elements.frame.marginheight | HTML | |
| html.elements.frame.marginwidth | HTML | |
| html.elements.frame.name | HTML | |
| html.elements.frame.noresize | HTML | |
| html.elements.frame.scrolling | HTML | |
| html.elements.frame.src | HTML | |
| html.elements.frameset 📋 | HTML | |
| html.elements.frameset.cols | HTML | |
| html.elements.frameset.rows | HTML | |
| html.elements.geolocation 📋 | HTML | |
| html.elements.geolocation.autolocate 📋 | HTML | |
| html.elements.geolocation.watch 📋 | HTML | |
| html.elements.h1 📋 | HTML | |
| html.elements.h1.no_ua_styles_in_article_aside_nav_section 📋 | HTML | |
| html.elements.h2 📋 | HTML | |
| html.elements.h3 📋 | HTML | |
| html.elements.h4 📋 | HTML | |
| html.elements.h5 📋 | HTML | |
| html.elements.h6 📋 | HTML | |
| html.elements.head 📋 | HTML | |
| html.elements.header 📋 | HTML | |
| html.elements.hgroup 📋 | HTML | |
| html.elements.hr 📋 | HTML | |
| html.elements.hr.align | HTML | |
| html.elements.hr.color | HTML | |
| html.elements.hr.hr_in_select | HTML | Chrome: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Chrome: Does not expose the <hr> in the accessibility tree.Edge: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Edge: Does not expose the <hr> in the accessibility tree.Firefox: Does not expose the <hr> in the accessibility tree.Opera: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Opera: Does not expose the <hr> in the accessibility tree.Safari: Does not expose the <hr> in the accessibility tree.Safari on iOS: Does not expose the <hr> in the accessibility tree.WebView on iOS: Does not expose the <hr> in the accessibility tree. |
| html.elements.hr.noshade | HTML | |
| html.elements.hr.size | HTML | |
| html.elements.hr.width | HTML | |
| html.elements.html 📋 | HTML | |
| html.elements.html.version 📋 | HTML | |
| html.elements.html.xmlns | HTML | |
| html.elements.i 📋 | HTML | |
| html.elements.iframe 📋 | HTML | Firefox: The resize CSS property doesn't have any effect on this element due to bug 680823.Firefox for Android: The resize CSS property doesn't have any effect on this element due to bug 680823.Safari: Safari has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.Safari on iOS: Safari on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.WebView on iOS: WebView on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe. |
| html.elements.iframe.align 📋 | HTML | |
| html.elements.iframe.allow 📋 | HTML | |
| html.elements.iframe.allow.accelerometer 📋 | HTML | |
| html.elements.iframe.allow.ambient-light-sensor 📋 | HTML | |
| html.elements.iframe.allow.attribution-reporting 📋 | HTML | |
| html.elements.iframe.allow.autoplay 📋 | HTML | |
| html.elements.iframe.allow.bluetooth 📋 | HTML | |
| html.elements.iframe.allow.browsing-topics | HTML | |
| html.elements.iframe.allow.camera 📋 | HTML | |
| html.elements.iframe.allow.compute-pressure 📋 | HTML | |
| html.elements.iframe.allow.cross-origin-isolated 📋 | HTML | |
| html.elements.iframe.allow.display-capture 📋 | HTML | |
| html.elements.iframe.allow.document-domain 📋 | HTML | |
| html.elements.iframe.allow.encrypted-media 📋 | HTML | |
| html.elements.iframe.allow.fullscreen 📋 | HTML | |
| html.elements.iframe.allow.gamepad 📋 | HTML | Firefox: The default allowlist is * instead of self (as required by the specification).Firefox for Android: The default allowlist is * instead of self (as required by the specification). |
| html.elements.iframe.allow.geolocation 📋 | HTML | |
| html.elements.iframe.allow.gyroscope 📋 | HTML | |
| html.elements.iframe.allow.hid 📋 | HTML | |
| html.elements.iframe.allow.identity-credentials-get 📋 | HTML | |
| html.elements.iframe.allow.idle-detection 📋 | HTML | |
| html.elements.iframe.allow.local-fonts 📋 | HTML | |
| html.elements.iframe.allow.magnetometer 📋 | HTML | |
| html.elements.iframe.allow.microphone 📋 | HTML | |
| html.elements.iframe.allow.midi 📋 | HTML | |
| html.elements.iframe.allow.otp-credentials 📋 | HTML | |
| html.elements.iframe.allow.payment 📋 | HTML | |
| html.elements.iframe.allow.picture-in-picture 📋 | HTML | |
| html.elements.iframe.allow.publickey-credentials-create 📋 | HTML | |
| html.elements.iframe.allow.publickey-credentials-get 📋 | HTML | |
| html.elements.iframe.allow.screen-wake-lock 📋 | HTML | |
| html.elements.iframe.allow.serial 📋 | HTML | |
| html.elements.iframe.allow.speaker-selection 📋 | HTML | Firefox for Android: Not available due to a limitation in Android (see bug 1473346). |
| html.elements.iframe.allow.storage-access 📋 | HTML | |
| html.elements.iframe.allow.usb 📋 | HTML | |
| html.elements.iframe.allow.web-share 📋 | HTML | Firefox: Firefox recognizes the web-share permissions policy, but this has no effect in versions of Firefox that do not support the share() method.Firefox for Android: Firefox for Android recognizes the web-share permissions policy, but this has no effect in versions of Firefox for Android that do not support the share() method. |
| html.elements.iframe.allow.wildcards | HTML | |
| html.elements.iframe.allow.window-management 📋 | HTML | |
| html.elements.iframe.allow.xr-spatial-tracking 📋 | HTML | |
| html.elements.iframe.allowfullscreen 📋 | HTML | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| html.elements.iframe.allowpaymentrequest | HTML | |
| html.elements.iframe.browsingtopics | HTML | |
| html.elements.iframe.credentialless 📋 | HTML | |
| html.elements.iframe.cross-origin-top-navigation-by-user-activation | HTML | Chrome: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Chrome Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Edge: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Firefox: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Firefox for Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Quest Browser: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Opera: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Opera Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.Safari: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console.Safari on iOS: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console.Samsung Internet: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.WebView Android: If a top-navigation is blocked, users are prompted for permission to redirect, and an error is reported in the developer console.WebView on iOS: If a top-navigation is blocked, no redirect occurs, and an error is reported in the developer console. |
| html.elements.iframe.csp 📋 | HTML | |
| html.elements.iframe.frameborder 📋 | HTML | |
| html.elements.iframe.height 📋 | HTML | |
| html.elements.iframe.loading 📋 | HTML | |
| html.elements.iframe.longdesc 📋 | HTML | |
| html.elements.iframe.marginheight 📋 | HTML | |
| html.elements.iframe.marginwidth 📋 | HTML | |
| html.elements.iframe.name 📋 | HTML | |
| html.elements.iframe.privateToken 📋 | HTML | |
| html.elements.iframe.referrerpolicy 📋 | HTML | |
| html.elements.iframe.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.iframe.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.iframe.referrerpolicy.unsafe-url | HTML | |
| html.elements.iframe.sandbox 📋 | HTML | |
| html.elements.iframe.sandbox.allow-downloads 📋 | HTML | |
| html.elements.iframe.sandbox.allow-forms 📋 | HTML | |
| html.elements.iframe.sandbox.allow-modals 📋 | HTML | |
| html.elements.iframe.sandbox.allow-orientation-lock 📋 | HTML | |
| html.elements.iframe.sandbox.allow-pointer-lock 📋 | HTML | |
| html.elements.iframe.sandbox.allow-popups 📋 | HTML | |
| html.elements.iframe.sandbox.allow-popups-to-escape-sandbox 📋 | HTML | |
| html.elements.iframe.sandbox.allow-presentation 📋 | HTML | |
| html.elements.iframe.sandbox.allow-same-origin 📋 | HTML | Chrome: Chrome 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Chrome Android: Chrome Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Edge: Edge 79 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Quest Browser: Quest Browser 6.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera: Opera 57 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera Android: Opera Android 49 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Samsung Internet: Samsung Internet 10.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView Android: WebView Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution. |
| html.elements.iframe.sandbox.allow-scripts 📋 | HTML | |
| html.elements.iframe.sandbox.allow-storage-access-by-user-activation | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation 📋 | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation-by-user-activation 📋 | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation-to-custom-protocols 📋 | HTML | |
| html.elements.iframe.scrolling 📋 | HTML | |
| html.elements.iframe.src 📋 | HTML | |
| html.elements.iframe.srcdoc 📋 | HTML | |
| html.elements.iframe.width 📋 | HTML | |
| html.elements.img 📋 | HTML | |
| html.elements.img.align 📋 | HTML | |
| html.elements.img.alt 📋 | HTML | |
| html.elements.img.aspect_ratio_computed_from_attributes | HTML | Safari: Safari doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).Safari on iOS: Safari on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).WebView on iOS: WebView on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197). |
| html.elements.img.attributionsrc 📋 | HTML | |
| html.elements.img.border 📋 | HTML | |
| html.elements.img.crossorigin 📋 | HTML | |
| html.elements.img.decoding 📋 | HTML | |
| html.elements.img.fetchpriority 📋 | HTML | |
| html.elements.img.height 📋 | HTML | |
| html.elements.img.hspace 📋 | HTML | |
| html.elements.img.ismap 📋 | HTML | |
| html.elements.img.loading 📋 | HTML | |
| html.elements.img.longdesc 📋 | HTML | |
| html.elements.img.name 📋 | HTML | |
| html.elements.img.referrerpolicy 📋 | HTML | |
| html.elements.img.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.img.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.img.referrerpolicy.unsafe-url | HTML | |
| html.elements.img.sizes 📋 | HTML | |
| html.elements.img.sizes.auto 📋 | HTML | |
| html.elements.img.src 📋 | HTML | |
| html.elements.img.srcset 📋 | HTML | |
| html.elements.img.usemap 📋 | HTML | |
| html.elements.img.usemap.case_sensitive | HTML | |
| html.elements.img.vspace 📋 | HTML | |
| html.elements.img.width 📋 | HTML | |
| html.elements.input 📋 | HTML | Firefox: Before Firefox 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696). |
| html.elements.input.accept 📋 | HTML | Safari on iOS: Does not support audio/* MIME type. See bug 242110.WebView on iOS: Does not support audio/* MIME type. See bug 242110. |
| html.elements.input.align 📋 | HTML | |
| html.elements.input.alpha 📋 | HTML | |
| html.elements.input.alt 📋 | HTML | |
| html.elements.input.autocomplete 📋 | HTML | |
| html.elements.input.capture 📋 | HTML | |
| html.elements.input.checked 📋 | HTML | |
| html.elements.input.colorspace 📋 | HTML | |
| html.elements.input.dirname 📋 | HTML | |
| html.elements.input.disabled 📋 | HTML | |
| html.elements.input.form 📋 | HTML | |
| html.elements.input.formaction 📋 | HTML | |
| html.elements.input.formenctype 📋 | HTML | |
| html.elements.input.formmethod 📋 | HTML | |
| html.elements.input.formnovalidate 📋 | HTML | |
| html.elements.input.formtarget 📋 | HTML | |
| html.elements.input.max 📋 | HTML | |
| html.elements.input.maxlength 📋 | HTML | |
| html.elements.input.min 📋 | HTML | |
| html.elements.input.minlength 📋 | HTML | |
| html.elements.input.multiple 📋 | HTML | |
| html.elements.input.name 📋 | HTML | |
| html.elements.input.pattern 📋 | HTML | |
| html.elements.input.placeholder 📋 | HTML | |
| html.elements.input.popovertarget 📋 | HTML | |
| html.elements.input.popovertarget.implicit_anchor_reference 📋 | HTML | |
| html.elements.input.popovertargetaction 📋 | HTML | |
| html.elements.input.readonly 📋 | HTML | |
| html.elements.input.required 📋 | HTML | |
| html.elements.input.size 📋 | HTML | |
| html.elements.input.src 📋 | HTML | |
| html.elements.input.step 📋 | HTML | |
| html.elements.input.switch | HTML | |
| html.elements.input.type_button 📋 | HTML | |
| html.elements.input.type_checkbox 📋 | HTML | |
| html.elements.input.type_color 📋 | HTML | Firefox for Android: Firefox for Android doesn't allow the user to choose a custom color, only one of the predefined ones. |
| html.elements.input.type_color.accepts_css_colors 📋 | HTML | |
| html.elements.input.type_color.list 📋 | HTML | |
| html.elements.input.type_date 📋 | HTML | |
| html.elements.input.type_date.disables_invalid_values_in_picker_ui | HTML | |
| html.elements.input.type_date.list 📋 | HTML | |
| html.elements.input.type_datetime-local 📋 | HTML | Firefox: Only displays a date picker without a time picker, see bug 1726107 and bug 1726108.Firefox for Android: Only displays a date picker without a time picker, see bug 1726107 and bug 1726108.Safari: Safari only displays a date picker and does not display a time picker. |
| html.elements.input.type_email 📋 | HTML | Safari on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.Safari on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.Safari on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style.WebView on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.WebView on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.WebView on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style. |
| html.elements.input.type_email.list 📋 | HTML | |
| html.elements.input.type_file 📋 | HTML | Firefox: You can set as well as get the value of HTMLInputElement.files in all modern browsers; this was most recently added to Firefox, in version 57 (see bug 1384030). |
| html.elements.input.type_hidden 📋 | HTML | |
| html.elements.input.type_image 📋 | HTML | |
| html.elements.input.type_month 📋 | HTML | Safari: The input type is recognized, but there is no month-specific control. See bug 200416. |
| html.elements.input.type_number 📋 | HTML | Chrome: Prevents users from typing non-numeric content.Chrome Android: Prevents users from typing non-numeric content.Firefox: Allows users to type non-numeric content, with the value reflecting an empty string.Firefox for Android: Allows users to type non-numeric content, with the value reflecting an empty string.Quest Browser: Prevents users from typing non-numeric content.Opera: Prevents users from typing non-numeric content.Opera Android: Prevents users from typing non-numeric content.Safari: Allows users to type non-numeric content, with the value reflecting an empty string.Safari on iOS: Allows users to type non-numeric content, with the value reflecting an empty string.Samsung Internet: Prevents users from typing non-numeric content.WebView Android: Prevents users from typing non-numeric content.WebView on iOS: Allows users to type non-numeric content, with the value reflecting an empty string. |
| html.elements.input.type_number.list 📋 | HTML | |
| html.elements.input.type_password 📋 | HTML | |
| html.elements.input.type_password.insecure_login_handling | HTML | |
| html.elements.input.type_radio 📋 | HTML | |
| html.elements.input.type_range 📋 | HTML | WebView Android: Pre-Chromium Android WebView recognizes the range type, but doesn't implement a range-specific control. |
| html.elements.input.type_range.labeled_values 📋 | HTML | |
| html.elements.input.type_range.list 📋 | HTML | |
| html.elements.input.type_range.tick_marks | HTML | |
| html.elements.input.type_range.vertical_orientation | HTML | Chrome: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Chrome Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Edge: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Firefox: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox: Supported using the non-standard orient="vertical" attribute.Firefox for Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox for Android: Supported using the non-standard orient="vertical" attribute.Internet Explorer: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Quest Browser: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Samsung Internet: Vertical orientation available via the writing-mode property (see Creating vertical controls).Samsung Internet: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers. |
| html.elements.input.type_reset 📋 | HTML | Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature. |
| html.elements.input.type_search 📋 | HTML | |
| html.elements.input.type_search.list 📋 | HTML | |
| html.elements.input.type_submit 📋 | HTML | Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature. |
| html.elements.input.type_tel 📋 | HTML | Chrome: The field type doesn't demonstrate any special behavior.Safari: The field type doesn't demonstrate any special behavior. |
| html.elements.input.type_tel.list 📋 | HTML | |
| html.elements.input.type_text 📋 | HTML | |
| html.elements.input.type_text.list 📋 | HTML | |
| html.elements.input.type_time 📋 | HTML | |
| html.elements.input.type_time.list 📋 | HTML | |
| html.elements.input.type_url 📋 | HTML | |
| html.elements.input.type_url.list 📋 | HTML | |
| html.elements.input.type_week 📋 | HTML | |
| html.elements.input.usemap 📋 | HTML | |
| html.elements.input.webkitdirectory | HTML | Chrome Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).Chrome Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.Safari on iOS: Before version 18.4, the attribute can be set but users cannot choose a directory, only individual files (see bug 271705).WebView Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).WebView Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.WebView on iOS: Before version 18.4, the attribute can be set but users cannot choose a directory, only individual files (see bug 271705). |
| html.elements.ins 📋 | HTML | |
| html.elements.ins.cite | HTML | |
| html.elements.ins.datetime | HTML | |
| html.elements.kbd 📋 | HTML | Firefox: Before Firefox 4, creating a <kbd> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement. |
| html.elements.label 📋 | HTML | |
| html.elements.label.for 📋 | HTML | |
| html.elements.legend 📋 | HTML | |
| html.elements.legend.align | HTML | |
| html.elements.li 📋 | HTML | |
| html.elements.li.type 📋 | HTML | |
| html.elements.li.value 📋 | HTML | |
| html.elements.link 📋 | HTML | |
| html.elements.link.as 📋 | HTML | |
| html.elements.link.blocking 📋 | HTML | |
| html.elements.link.charset 📋 | HTML | |
| html.elements.link.crossorigin 📋 | HTML | Firefox: Before Firefox 83, crossorigin is not supported for rel="icon".Firefox for Android: Before Firefox for Android 83, crossorigin is not supported for rel="icon". |
| html.elements.link.disabled 📋 | HTML | Chrome: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Chrome Android: In Chrome Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Edge: Since Edge 79, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Quest Browser: In Quest Browser and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera Android: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Samsung Internet: In Samsung Internet and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.WebView Android: In WebView Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets. |
| html.elements.link.fetchpriority 📋 | HTML | |
| html.elements.link.href 📋 | HTML | |
| html.elements.link.hreflang 📋 | HTML | |
| html.elements.link.imagesizes 📋 | HTML | |
| html.elements.link.imagesrcset 📋 | HTML | |
| html.elements.link.integrity 📋 | HTML | |
| html.elements.link.media 📋 | HTML | |
| html.elements.link.referrerpolicy 📋 | HTML | |
| html.elements.link.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.link.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.link.referrerpolicy.unsafe-url | HTML | |
| html.elements.link.rel 📋 | HTML | |
| html.elements.link.rel.alternate_stylesheet 📋 | HTML | |
| html.elements.link.rel.compression-dictionary 📋 | HTML | |
| html.elements.link.rel.dns-prefetch 📋 | HTML | Firefox: Only HTTP pages were supported.Firefox for Android: Only HTTP pages were supported. |
| html.elements.link.rel.expect 📋 | HTML | |
| html.elements.link.rel.icon | HTML | Chrome: If both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.).Edge: In version 79 and later (Blink-based Edge), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Firefox: Before Firefox 83, the crossorigin attribute is not supported for rel="icon".Firefox: The media attribute is not supported for rel="icon", see bug 1603885.Opera: In version 15 and later (Blink-based Opera), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Safari: If both ICO and PNG are available, will ALWAYS use ICO file, regardless of sizes set. (Per caniuse.com.)Safari on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.)WebView on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.) |
| html.elements.link.rel.manifest 📋 | HTML | |
| html.elements.link.rel.modulepreload 📋 | HTML | |
| html.elements.link.rel.modulepreload.as-json 📋 | HTML | |
| html.elements.link.rel.modulepreload.as-script 📋 | HTML | |
| html.elements.link.rel.modulepreload.as-style 📋 | HTML | |
| html.elements.link.rel.preconnect 📋 | HTML | Firefox: Before Firefox 41, it doesn't obey the crossorigin attribute.Firefox for Android: Before Firefox for Android 41, it doesn't obey the crossorigin attribute. |
| html.elements.link.rel.prefetch 📋 | HTML | Chrome: Requires secure contextChrome Android: Requires secure contextEdge: Requires secure contextFirefox: Requires secure contextFirefox for Android: Requires secure contextQuest Browser: Requires secure contextOpera: Requires secure contextOpera Android: Requires secure contextSamsung Internet: Requires secure contextWebView Android: Requires secure context |
| html.elements.link.rel.preload 📋 | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-fetch | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-font | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-image | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-script | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-style | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-track | HTML | |
| html.elements.link.rel.prerender | HTML | Chrome: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Chrome Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Edge: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Quest Browser: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Opera: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.Opera Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post.WebView Android: Does not trigger prerendering. Triggers NoState Prefetch instead. See blog post. |
| html.elements.link.rev 📋 | HTML | |
| html.elements.link.sizes 📋 | HTML | |
| html.elements.link.target 📋 | HTML | |
| html.elements.link.type 📋 | HTML | |
| html.elements.main 📋 | HTML | |
| html.elements.map 📋 | HTML | Firefox: Before Firefox 5, in Quirks Mode, empty maps were no longer skipped over in favor of non-empty ones when matching.Firefox: Before Firefox 17, the default styling of the <map> HTML element was display: block;. This is now display: inline; and matches the behavior of the other browsers. It was already the case in Quirks Mode. |
| html.elements.map.name | HTML | |
| html.elements.mark 📋 | HTML | |
| html.elements.marquee 📋 | HTML | Firefox: Implements the HTMLDivElement interface.Firefox for Android: Implements the HTMLDivElement interface. |
| html.elements.marquee.behavior | HTML | |
| html.elements.marquee.bgcolor | HTML | |
| html.elements.marquee.direction | HTML | |
| html.elements.marquee.height | HTML | |
| html.elements.marquee.hspace | HTML | |
| html.elements.marquee.loop | HTML | |
| html.elements.marquee.scrollamount | HTML | |
| html.elements.marquee.scrolldelay | HTML | |
| html.elements.marquee.truespeed | HTML | |
| html.elements.marquee.vspace | HTML | |
| html.elements.marquee.width | HTML | |
| html.elements.menu 📋 | HTML | |
| html.elements.meta 📋 | HTML | |
| html.elements.meta.charset 📋 | HTML | |
| html.elements.meta.content 📋 | HTML | |
| html.elements.meta.http-equiv 📋 | HTML | |
| html.elements.meta.http-equiv.content-language 📋 | HTML | |
| html.elements.meta.http-equiv.content-security-policy 📋 | HTML | |
| html.elements.meta.http-equiv.content-type 📋 | HTML | |
| html.elements.meta.http-equiv.refresh 📋 | HTML | |
| html.elements.meta.name 📋 | HTML | |
| html.elements.meta.name.application-title | HTML | |
| html.elements.meta.name.color-scheme 📋 | HTML | |
| html.elements.meta.name.referrer 📋 | HTML | Chrome: Until Chrome 46, content values weren't constrained to the values listed in the spec.Chrome Android: Until Chrome Android 46, content values weren't constrained to the values listed in the spec.Firefox: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39.Firefox for Android: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox for Android 39.Internet Explorer: Browsers initially supported an early draft of the specification which can only use a meta tag and is only compatible with the origin value from the new spec.Quest Browser: Until Quest Browser 5.0, content values weren't constrained to the values listed in the spec.Opera: Until Opera 33, content values weren't constrained to the values listed in the spec.Opera Android: Until Opera Android 33, content values weren't constrained to the values listed in the spec.Samsung Internet: Until Samsung Internet 5.0, content values weren't constrained to the values listed in the spec.WebView Android: Until WebView Android 46, content values weren't constrained to the values listed in the spec. |
| html.elements.meta.name.theme-color 📋 | HTML | Chrome: Chrome uses the color only on installed progressive web apps.Chrome: Chrome reports support, but does not actually use the color anywhere.Chrome Android: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity.Edge: Edge uses the color only on installed progressive web apps.Quest Browser: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity. |
| html.elements.meta.name.viewport 📋 | HTML | |
| html.elements.meta.name.viewport.height 📋 | HTML | |
| html.elements.meta.name.viewport.initial-scale 📋 | HTML | |
| html.elements.meta.name.viewport.interactive-widget 📋 | HTML | |
| html.elements.meta.name.viewport.interactive-widget.overlays-content 📋 | HTML | |
| html.elements.meta.name.viewport.interactive-widget.resizes-content 📋 | HTML | |
| html.elements.meta.name.viewport.interactive-widget.resizes-visual 📋 | HTML | |
| html.elements.meta.name.viewport.maximum-scale 📋 | HTML | |
| html.elements.meta.name.viewport.minimum-scale 📋 | HTML | |
| html.elements.meta.name.viewport.user-scalable 📋 | HTML | |
| html.elements.meta.name.viewport.viewport-fit 📋 | HTML | |
| html.elements.meta.name.viewport.viewport-fit.auto 📋 | HTML | |
| html.elements.meta.name.viewport.viewport-fit.cover 📋 | HTML | |
| html.elements.meta.name.viewport.width 📋 | HTML | |
| html.elements.meta.scheme 📋 | HTML | |
| html.elements.meter 📋 | HTML | |
| html.elements.meter.high 📋 | HTML | |
| html.elements.meter.low 📋 | HTML | |
| html.elements.meter.max 📋 | HTML | |
| html.elements.meter.min 📋 | HTML | |
| html.elements.meter.optimum 📋 | HTML | |
| html.elements.meter.value 📋 | HTML | |
| html.elements.nav 📋 | HTML | |
| html.elements.nobr 📋 | HTML | |
| html.elements.noembed 📋 | HTML | |
| html.elements.noframes 📋 | HTML | |
| html.elements.noscript 📋 | HTML | |
| html.elements.object 📋 | HTML | |
| html.elements.object.archive 📋 | HTML | |
| html.elements.object.border 📋 | HTML | |
| html.elements.object.classid 📋 | HTML | |
| html.elements.object.codebase 📋 | HTML | |
| html.elements.object.codetype 📋 | HTML | |
| html.elements.object.data 📋 | HTML | |
| html.elements.object.declare 📋 | HTML | |
| html.elements.object.form 📋 | HTML | |
| html.elements.object.height 📋 | HTML | |
| html.elements.object.name 📋 | HTML | |
| html.elements.object.standby 📋 | HTML | |
| html.elements.object.type 📋 | HTML | |
| html.elements.object.usemap 📋 | HTML | |
| html.elements.object.width 📋 | HTML | |
| html.elements.ol 📋 | HTML | |
| html.elements.ol.compact | HTML | |
| html.elements.ol.reversed 📋 | HTML | |
| html.elements.ol.start 📋 | HTML | |
| html.elements.ol.type 📋 | HTML | |
| html.elements.optgroup 📋 | HTML | |
| html.elements.optgroup.disabled 📋 | HTML | Safari: Before Safari 7, the attribute can be set, but has no effect.Safari on iOS: The attribute can be set, but has no effect.WebView on iOS: The attribute can be set, but has no effect. |
| html.elements.optgroup.label 📋 | HTML | |
| html.elements.option 📋 | HTML | |
| html.elements.option.disabled 📋 | HTML | |
| html.elements.option.label 📋 | HTML | Firefox: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), they will not bubble up when Firefox is in multi-process mode and the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox: When Mozilla introduced dedicated content threads to Firefox (through the Electrolysis, or e10s, project), support for styling <option> elements was removed temporarily. Starting in Firefox 54, you can apply foreground and background colors to <option> elements again, using the color and background-color CSS properties. See bug 910022 for more information. Note that this is still disabled in Linux due to lack of contrast (see bug 1338283 for progress on this).Firefox for Android: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545. |
| html.elements.option.selected 📋 | HTML | |
| html.elements.option.value 📋 | HTML | |
| html.elements.output 📋 | HTML | |
| html.elements.output.for 📋 | HTML | |
| html.elements.output.form 📋 | HTML | |
| html.elements.output.name 📋 | HTML | |
| html.elements.p 📋 | HTML | |
| html.elements.param 📋 | HTML | |
| html.elements.param.name | HTML | |
| html.elements.param.type | HTML | |
| html.elements.param.value | HTML | |
| html.elements.param.valuetype | HTML | |
| html.elements.picture 📋 | HTML | |
| html.elements.plaintext 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.pre 📋 | HTML | |
| html.elements.pre.width | HTML | Chrome: Specifying the width attribute has no layout effect.Chrome Android: Specifying the width attribute has no layout effect.Edge: Specifying the width attribute has no layout effect.Firefox: Since Firefox 29, specifying the width attribute has no layout effect.Firefox for Android: Since Firefox for Android 29, specifying the width attribute has no layout effect.Internet Explorer: Specifying the width attribute has no layout effect.Quest Browser: Specifying the width attribute has no layout effect.Opera: Specifying the width attribute has no layout effect.Opera Android: Specifying the width attribute has no layout effect.Safari: Specifying the width attribute has no layout effect.Safari on iOS: Specifying the width attribute has no layout effect.Samsung Internet: Specifying the width attribute has no layout effect.WebView Android: Specifying the width attribute has no layout effect.WebView on iOS: Specifying the width attribute has no layout effect. |
| html.elements.progress 📋 | HTML | Firefox: Before Firefox 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox: Firefox provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Firefox for Android: Before Firefox for Android 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox for Android: Firefox for Android provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Safari on iOS: Safari on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars).WebView on iOS: WebView on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars). |
| html.elements.progress.max 📋 | HTML | |
| html.elements.progress.value 📋 | HTML | |
| html.elements.q 📋 | HTML | |
| html.elements.q.cite 📋 | HTML | |
| html.elements.rb 📋 | HTML | Chrome: Blink has support for parsing the rb element, but not for rendering rb content as expected.Chrome Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Edge: Blink has support for parsing the rb element, but not for rendering rb content as expected.Quest Browser: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Safari: Safari has support for parsing the rb element, but not for rendering rb content as expected.Safari on iOS: Safari on iOS has support for parsing the rb element, but not for rendering rb content as expected.Samsung Internet: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView on iOS: WebView on iOS has support for parsing the rb element, but not for rendering rb content as expected. |
| html.elements.rp 📋 | HTML | |
| html.elements.rt 📋 | HTML | Chrome: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Chrome Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Quest Browser: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Opera: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Opera Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.Safari: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316.Safari on iOS: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316.Samsung Internet: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.WebView Android: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 347597919.WebView on iOS: Nested <rt> elements do not render correctly due to missing display: ruby-text styling. See bug 265316. |
| html.elements.rtc 📋 | HTML | |
| html.elements.ruby 📋 | HTML | |
| html.elements.s 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.samp 📋 | HTML | |
| html.elements.script 📋 | HTML | Firefox: Starting in Firefox 4, inserting <script> elements that have been created by calling document.createElement("script") no longer enforces execution in insertion order. This change lets Firefox properly abide by the specification. To make script-inserted external scripts execute in their insertion order, set .async=false on them. |
| html.elements.script.async 📋 | HTML | |
| html.elements.script.attributionsrc 📋 | HTML | |
| html.elements.script.blocking 📋 | HTML | |
| html.elements.script.crossorigin 📋 | HTML | |
| html.elements.script.defer 📋 | HTML | Chrome: Chrome does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Chrome Android: Chrome Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Firefox: Since Firefox 3.6, the defer attribute is ignored on scripts that don't have the src attribute. However, in Firefox 3.5 even inline scripts are deferred if the defer attribute is set.Internet Explorer: Before version 10, Internet Explorer implemented defer by a proprietary specification. Since version 10 it conforms to the W3C specification.Quest Browser: Quest Browser does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera: Opera does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera Android: Opera Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Samsung Internet: Samsung Internet does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348WebView Android: WebView Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348 |
| html.elements.script.fetchpriority 📋 | HTML | |
| html.elements.script.integrity 📋 | HTML | |
| html.elements.script.nomodule 📋 | HTML | |
| html.elements.script.referrerpolicy 📋 | HTML | |
| html.elements.script.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.script.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.script.referrerpolicy.unsafe-url | HTML | |
| html.elements.script.src 📋 | HTML | |
| html.elements.script.type 📋 | HTML | |
| html.elements.script.type.importmap 📋 | HTML | |
| html.elements.script.type.importmap.integrity 📋 | HTML | |
| html.elements.script.type.importmap.multiple_import_maps 📋 | HTML | |
| html.elements.script.type.module | HTML | Chrome: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Chrome Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Edge: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Quest Browser: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Safari: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Safari on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Samsung Internet: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml). |
| html.elements.script.type.speculationrules 📋 | HTML | Chrome: Initial support included same-origin prerendering only.Chrome Android: Initial support included same-origin prerendering only.Edge: Initial support included same-origin prerendering only.Quest Browser: Initial support included same-origin prerendering only.Opera: Initial support included same-origin prerendering only.Opera Android: Initial support included same-origin prerendering only.Samsung Internet: Initial support included same-origin prerendering only.WebView Android: Initial support included same-origin prerendering only. |
| html.elements.script.type.speculationrules.eagerness 📋 | HTML | Safari: Only conservative is supported for document rules (though moderate automatically falls back to conservative). Only eager and immediate is supported for list rules.Safari on iOS: Only conservative is supported for document rules (though moderate automatically falls back to conservative). Only eager and immediate is supported for list rules. |
| html.elements.script.type.speculationrules.expects_no_vary_search 📋 | HTML | Chrome: Supported for prefetch only.Chrome Android: Supported for prefetch only.Edge: Supported for prefetch only.Opera: Supported for prefetch only.Opera Android: Supported for prefetch only.Samsung Internet: Supported for prefetch only.WebView Android: Supported for prefetch only. |
| html.elements.script.type.speculationrules.prefetch 📋 | HTML | |
| html.elements.script.type.speculationrules.prerender 📋 | HTML | |
| html.elements.script.type.speculationrules.referrer_policy 📋 | HTML | |
| html.elements.script.type.speculationrules.relative_to 📋 | HTML | |
| html.elements.script.type.speculationrules.requires 📋 | HTML | |
| html.elements.script.type.speculationrules.requires.anonymous-client-ip-when-cross-origin 📋 | HTML | |
| html.elements.script.type.speculationrules.source_optional 📋 | HTML | |
| html.elements.script.type.speculationrules.tag 📋 | HTML | |
| html.elements.script.type.speculationrules.target_hint 📋 | HTML | Chrome: Only "_blank" and "_self" are supported and only for prefetch.Chrome Android: Only "_blank" and "_self" are supported and only for prefetch.Edge: Only "_blank" and "_self" are supported and only for prefetch.Opera: Only "_blank" and "_self" are supported and only for prefetch.Opera Android: Only "_blank" and "_self" are supported and only for prefetch.WebView Android: Only "_blank" and "_self" are supported and only for prefetch. |
| html.elements.script.type.speculationrules.urls 📋 | HTML | |
| html.elements.script.type.speculationrules.where 📋 | HTML | |
| html.elements.search 📋 | HTML | |
| html.elements.section 📋 | HTML | |
| html.elements.select 📋 | HTML | Chrome: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Chrome Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), when Firefox is in multi-process mode the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox for Android: Firefox for Android, by default, sets a background-image gradient on all <select multiple> elements. This can be disabled using background-image: none.Quest Browser: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Samsung Internet: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value. |
| html.elements.select.autocomplete 📋 | HTML | |
| html.elements.select.disabled 📋 | HTML | |
| html.elements.select.form 📋 | HTML | |
| html.elements.select.hr_in_select | HTML | Chrome: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Chrome: Does not expose the <hr> in the accessibility tree.Edge: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Edge: Does not expose the <hr> in the accessibility tree.Firefox: Does not expose the <hr> in the accessibility tree.Opera: Exposes the <hr> visually in the page only when the menu is expanded (arrowing within the collapsed menu does not show them).Opera: Does not expose the <hr> in the accessibility tree.Safari: Does not expose the <hr> in the accessibility tree.Safari on iOS: Does not expose the <hr> in the accessibility tree.WebView on iOS: Does not expose the <hr> in the accessibility tree. |
| html.elements.select.multiple 📋 | HTML | |
| html.elements.select.name 📋 | HTML | |
| html.elements.select.required 📋 | HTML | |
| html.elements.select.size 📋 | HTML | |
| html.elements.selectedcontent 📋 | HTML | |
| html.elements.slot 📋 | HTML | |
| html.elements.slot.name | HTML | |
| html.elements.small 📋 | HTML | |
| html.elements.source 📋 | HTML | Firefox: Until Firefox 15, Firefox picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details.Firefox for Android: Until Firefox for Android 15, Firefox for Android picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details. |
| html.elements.source.height 📋 | HTML | |
| html.elements.source.media 📋 | HTML | Firefox: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox 53-119, media is supported only in <source> within <picture>.Firefox for Android: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox for Android 53-119, media is supported only in <source> within <picture>. |
| html.elements.source.sizes 📋 | HTML | Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor). |
| html.elements.source.src 📋 | HTML | |
| html.elements.source.srcset 📋 | HTML | Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor). |
| html.elements.source.type 📋 | HTML | |
| html.elements.source.width 📋 | HTML | |
| html.elements.span 📋 | HTML | |
| html.elements.strike 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.strong 📋 | HTML | Firefox: Before Firefox 4, creating a <strong> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement. |
| html.elements.style 📋 | HTML | |
| html.elements.style.blocking 📋 | HTML | |
| html.elements.style.media 📋 | HTML | |
| html.elements.style.type 📋 | HTML | Firefox: Before 75, Firefox accepted any CSS media (MIME) type, with optional parameters. Starting in 75, this has been restricted to the string 'text/css', per the spec. |
| html.elements.sub 📋 | HTML | |
| html.elements.summary 📋 | HTML | |
| html.elements.summary.display_list_item | HTML | |
| html.elements.sup 📋 | HTML | |
| html.elements.table 📋 | HTML | |
| html.elements.table.align | HTML | |
| html.elements.table.bgcolor | HTML | |
| html.elements.table.border | HTML | |
| html.elements.table.cellpadding | HTML | |
| html.elements.table.cellspacing | HTML | |
| html.elements.table.frame | HTML | |
| html.elements.table.rules | HTML | |
| html.elements.table.summary | HTML | |
| html.elements.table.width | HTML | |
| html.elements.tbody 📋 | HTML | |
| html.elements.tbody.align | HTML | |
| html.elements.tbody.bgcolor | HTML | |
| html.elements.tbody.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tbody.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tbody.valign | HTML | |
| html.elements.td 📋 | HTML | |
| html.elements.td.abbr | HTML | |
| html.elements.td.align | HTML | |
| html.elements.td.axis | HTML | |
| html.elements.td.bgcolor | HTML | |
| html.elements.td.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.td.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.td.colspan | HTML | |
| html.elements.td.headers | HTML | |
| html.elements.td.rowspan | HTML | |
| html.elements.td.rowspan.rowspan_zero | HTML | |
| html.elements.td.scope | HTML | |
| html.elements.td.valign | HTML | |
| html.elements.td.width | HTML | |
| html.elements.template 📋 | HTML | |
| html.elements.template.shadowrootclonable 📋 | HTML | |
| html.elements.template.shadowrootdelegatesfocus 📋 | HTML | |
| html.elements.template.shadowrootmode 📋 | HTML | |
| html.elements.template.shadowrootreferencetarget | HTML | |
| html.elements.template.shadowrootserializable 📋 | HTML | |
| html.elements.textarea 📋 | HTML | Firefox: Before Firefox 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox: Before Firefox 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox for Android: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox for Android: Before Firefox for Android 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Safari on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.WebView on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements. |
| html.elements.textarea.autocomplete 📋 | HTML | |
| html.elements.textarea.autocomplete.new-password | HTML | |
| html.elements.textarea.autocomplete.one-time-code | HTML | |
| html.elements.textarea.autocomplete.webauthn 📋 | HTML | |
| html.elements.textarea.cols 📋 | HTML | |
| html.elements.textarea.dirname 📋 | HTML | |
| html.elements.textarea.disabled 📋 | HTML | |
| html.elements.textarea.form 📋 | HTML | |
| html.elements.textarea.maxlength 📋 | HTML | Safari: Before Safari 17, newline characters counted as two characters instead of one. See bug 249916.Safari on iOS: Before Safari on iOS 17, newline characters counted as two characters instead of one. See bug 249916.WebView on iOS: Before WebView on iOS 17, newline characters counted as two characters instead of one. See bug 249916. |
| html.elements.textarea.minlength 📋 | HTML | |
| html.elements.textarea.name 📋 | HTML | |
| html.elements.textarea.placeholder 📋 | HTML | |
| html.elements.textarea.placeholder.line_breaks | HTML | |
| html.elements.textarea.readonly 📋 | HTML | |
| html.elements.textarea.required 📋 | HTML | |
| html.elements.textarea.rows 📋 | HTML | |
| html.elements.textarea.wrap 📋 | HTML | |
| html.elements.textarea.wrap.hard | HTML | |
| html.elements.tfoot 📋 | HTML | |
| html.elements.tfoot.align | HTML | |
| html.elements.tfoot.bgcolor | HTML | |
| html.elements.tfoot.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tfoot.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tfoot.valign | HTML | |
| html.elements.th 📋 | HTML | |
| html.elements.th.abbr | HTML | |
| html.elements.th.align | HTML | |
| html.elements.th.axis | HTML | |
| html.elements.th.bgcolor | HTML | |
| html.elements.th.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.th.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.th.colspan | HTML | |
| html.elements.th.headers | HTML | |
| html.elements.th.rowspan | HTML | |
| html.elements.th.rowspan.rowspan_zero | HTML | |
| html.elements.th.scope | HTML | |
| html.elements.th.valign | HTML | |
| html.elements.th.width | HTML | |
| html.elements.thead 📋 | HTML | Safari: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.Safari on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.WebView on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed. |
| html.elements.thead.align | HTML | |
| html.elements.thead.bgcolor | HTML | |
| html.elements.thead.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.thead.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.thead.valign | HTML | |
| html.elements.time 📋 | HTML | |
| html.elements.time.datetime | HTML | |
| html.elements.title 📋 | HTML | |
| html.elements.tr 📋 | HTML | |
| html.elements.tr.align | HTML | |
| html.elements.tr.bgcolor | HTML | |
| html.elements.tr.char | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tr.charoff | HTML | Chrome: Since Chrome 1, the attribute can be set, but has no effect.Chrome Android: Since Chrome Android 18, the attribute can be set, but has no effect.Edge: Since Edge 79, the attribute can be set, but has no effect.Quest Browser: Since Quest Browser 5.0, the attribute can be set, but has no effect.Opera: Since Opera 15, the attribute can be set, but has no effect.Opera Android: Since Opera Android 14, the attribute can be set, but has no effect.Safari: Since Safari 3, the attribute can be set, but has no effect.Safari on iOS: Since Safari on iOS 2, the attribute can be set, but has no effect.Samsung Internet: Since Samsung Internet 1.0, the attribute can be set, but has no effect.WebView Android: Since WebView Android 4.4, the attribute can be set, but has no effect.WebView on iOS: Since WebView on iOS 2, the attribute can be set, but has no effect. |
| html.elements.tr.valign | HTML | |
| html.elements.track 📋 | HTML | Chrome Android: Doesn't work for fullscreen video.Quest Browser: Doesn't work for fullscreen video.Samsung Internet: Doesn't work for fullscreen video.WebView Android: Doesn't work for fullscreen video. |
| html.elements.track.default 📋 | HTML | |
| html.elements.track.kind 📋 | HTML | |
| html.elements.track.kind.descriptions | HTML | |
| html.elements.track.label 📋 | HTML | |
| html.elements.track.src 📋 | HTML | Firefox: Before Firefox 50, setting the src didn't work, though it didn't raise an error.Firefox for Android: Before Firefox for Android 50, setting the src didn't work, though it didn't raise an error. |
| html.elements.track.srclang 📋 | HTML | |
| html.elements.tt 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.u 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.ul 📋 | HTML | |
| html.elements.ul.compact 📋 | HTML | |
| html.elements.ul.type 📋 | HTML | |
| html.elements.var 📋 | HTML | |
| html.elements.video 📋 | HTML | |
| html.elements.video.aspect_ratio_computed_from_attributes | HTML | |
| html.elements.video.autoplay 📋 | HTML | |
| html.elements.video.autoplay.requires_muted_audio | HTML | Firefox for Android: Between versions 79 and 91, the default behavior was to block videos from autoplaying, regardless of whether audio was muted. |
| html.elements.video.controls 📋 | HTML | |
| html.elements.video.controlslist 📋 | HTML | |
| html.elements.video.crossorigin 📋 | HTML | Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722. |
| html.elements.video.disablepictureinpicture 📋 | HTML | Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP. |
| html.elements.video.disableremoteplayback 📋 | HTML | |
| html.elements.video.height 📋 | HTML | |
| html.elements.video.loop 📋 | HTML | |
| html.elements.video.muted 📋 | HTML | |
| html.elements.video.playsinline 📋 | HTML | |
| html.elements.video.poster 📋 | HTML | |
| html.elements.video.preload 📋 | HTML | Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera Android 47.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in WebView Android 64. |
| html.elements.video.src 📋 | HTML | |
| html.elements.video.width 📋 | HTML | |
| html.elements.wbr 📋 | HTML | |
| html.elements.xmp 📋 | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.global_attributes.accesskey 📋 | HTML | |
| html.global_attributes.anchor | HTML | |
| html.global_attributes.autocapitalize 📋 | HTML | |
| html.global_attributes.autocorrect 📋 | HTML | |
| html.global_attributes.autofocus 📋 | HTML | Chrome: Supported for the <button>, <input>, <select>, and <textarea> elements.Chrome Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Edge: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox for Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Internet Explorer: Supported for the <button>, <input>, <select>, and <textarea> elements.Quest Browser: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector).Samsung Internet: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView Android: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector). |
| html.global_attributes.class 📋 | HTML | |
| html.global_attributes.contenteditable 📋 | HTML | |
| html.global_attributes.contenteditable.plaintext-only | HTML | |
| html.global_attributes.data_attributes 📋 | HTML | |
| html.global_attributes.dir 📋 | HTML | |
| html.global_attributes.draggable 📋 | HTML | |
| html.global_attributes.enterkeyhint 📋 | HTML | |
| html.global_attributes.exportparts 📋 | HTML | |
| html.global_attributes.hidden 📋 | HTML | Safari: This attribute has no effect on <option> elements.Safari on iOS: This attribute has no effect on <option> elements.WebView on iOS: This attribute has no effect on <option> elements. |
| html.global_attributes.hidden.until-found 📋 | HTML | Firefox: The browser does not correctly scroll to the matching text. See bug 2006040.Firefox for Android: The browser does not correctly scroll to the matching text. See bug 2006040.Safari: The browser does not correctly scroll to the matching text. See bug 304174.Safari on iOS: The browser does not correctly scroll to the matching text. See bug 304174.WebView on iOS: The browser does not correctly scroll to the matching text. See bug 304174. |
| html.global_attributes.id 📋 | HTML | Firefox: id is a true global attribute only since Firefox 32.Firefox for Android: id is a true global attribute only since Firefox for Android 32. |
| html.global_attributes.inert 📋 | HTML | |
| html.global_attributes.inert.ignores_find_in_page 📋 | HTML | |
| html.global_attributes.inputmode 📋 | HTML | Safari on iOS: Before iOS 13, inputmode="none" had no effect.WebView on iOS: Before iOS 13, inputmode="none" had no effect. |
| html.global_attributes.is 📋 | HTML | |
| html.global_attributes.lang 📋 | HTML | |
| html.global_attributes.nonce 📋 | HTML | Firefox: Firefox does not prevent nonce exfiltration through content attributes.Firefox for Android: Firefox for Android does not prevent nonce exfiltration through content attributes.Safari: Safari does not prevent nonce exfiltration through content attributes.Safari on iOS: Safari on iOS does not prevent nonce exfiltration through content attributes.WebView on iOS: WebView on iOS does not prevent nonce exfiltration through content attributes. |
| html.global_attributes.part 📋 | HTML | |
| html.global_attributes.popover 📋 | HTML | |
| html.global_attributes.popover.hint 📋 | HTML | |
| html.global_attributes.slot 📋 | HTML | |
| html.global_attributes.spellcheck 📋 | HTML | Chrome Android: Only supported on <textarea>.Firefox for Android: Only supported on <textarea>.Opera Android: Only supported on <textarea>.Safari on iOS: Only supported on <textarea>.Samsung Internet: Only supported on <textarea>.WebView Android: Only supported on <textarea>.WebView on iOS: Only supported on <textarea>. |
| html.global_attributes.style 📋 | HTML | |
| html.global_attributes.tabindex 📋 | HTML | |
| html.global_attributes.title 📋 | HTML | |
| html.global_attributes.title.multi-line_titles | HTML | |
| html.global_attributes.translate 📋 | HTML | |
| html.global_attributes.virtualkeyboardpolicy 📋 | HTML | |
| html.global_attributes.writingsuggestions 📋 | HTML |