| <!DOCTYPE html> | |
| <link rel=author href="mailto:lwarlow@igalia.com"> | |
| <link rel=help href="https://drafts.csswg.org/css-forms-1"> | |
| <link rel=match href="button-base-appearance-rendering-ref.html"> | |
| <button type="button" style="appearance:base">value</button> | |
| <style> | |
| body { | |
| font-family: monospace; | |
| font-size: 16px; | |
| background-color: black; | |
| color: green; | |
| } | |
| </style> |