summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/welcome.html
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@gmail.com>2021-07-22 14:56:44 +0100
committerAndreas Kling <kling@serenityos.org>2021-07-22 23:09:01 +0200
commit68193c365f777ced833b413b5d7a29b54074a73a (patch)
tree44c807627d49e452b6caf03e63f98dac2270e319 /Base/res/html/misc/welcome.html
parent29b61123a487b5f855ee5f58756556dcec1f72ce (diff)
downloadserenity-68193c365f777ced833b413b5d7a29b54074a73a.zip
LibWeb: Resolve CSS text-decoration from value list
This detects and resolves these in the text-decoration property, in any order: - text-decoration-color - text-decoration-line - text-decoration-style Only the solid underline renders, but all three sub-properties are assigned correctly.
Diffstat (limited to 'Base/res/html/misc/welcome.html')
-rw-r--r--Base/res/html/misc/welcome.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index 2cb2a2f11c..8d102c83d7 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -48,6 +48,7 @@
<ul>
<li><a href="justify-content.html">Flexbox justify-content</a></li>
<li><a href="lists.html">Lists</a></li>
+ <li><a href="text-decoration.html">Text-decoration</a></li>
<li><a href="fonts.html">Fonts</a></li>
<li><a href="border-radius.html">Border-Radius</a></li>
<li><a href="custom-properties.html">Custom Properties</a></li>