mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
4a3497e9cd
Alternative style sheets are now fetched and are applied to the document if they are explicitly enabled by removing the disabled attribute.
6 lines
456 B
HTML
6 lines
456 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="reference/alternative-style-sheets-ref.html" />
|
|
<link title="preferred" rel="stylesheet" href="data:text/css,html { background: green }">
|
|
<!-- These alternative style sheets shouldn't be applied -->
|
|
<link title="alternative" rel="alternate stylesheet" href="data:text/css,html { background: red !important }">
|
|
<link id="no-title" rel="alternate stylesheet" href="data:text/css,html { background: blue !important }">
|