Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-select-element/customizable-select/appearance-base-select-other-elements.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="appearance-base-select-other-elements-ref.html">
<style>
* {
appearance: base-select;
}
</style>
<h2>appearance:base-select should not affect the rendering of non-select elements.</h2>
<button>button</button>
<input type=checkbox>
<input type=checkbox checked>
<input type=radio>
<input type=radio checked>
<input type=range>
<input type=color>
<input type=date>
<input type=datetime-local>
<input type=time>
<input type=week>
<input type=month>
<input type=file>
<input type=search>
<input>
<input type=password>
<input type=number>
<textarea></textarea>
<progress max=100 value=50></progress>
<meter min=0 max=100 low=33 high=66 optimum=80 value=50></meter>