aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 1889bf3a..47bf6240 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -861,6 +861,10 @@ void StyleEngine::buildUserAgentStyle () {
"sub {vertical-align: sub}"
"sup {vertical-align: super}"
"s, strike, del {text-decoration: line-through}"
+ /* HTML5 spec notes that mark styling "is just a suggestion and can be
+ * changed based on implementation feedback"
+ */
+ "mark {background: yellow; color: black;}"
"table {border-spacing: 2px}"
"td, th {padding: 2px}"
"thead, tbody, tfoot {vertical-align: middle}"