diff options
author | corvid <corvid@dillo.org> | 2013-09-05 21:04:20 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2013-09-05 21:04:20 +0000 |
commit | 8c1f63b7c4f53e4f4e00600120f1125564c83eeb (patch) | |
tree | b7437c333aed102f58c120dbf3fa19bc55841321 /src/styleengine.cc | |
parent | 228834973c0e17f6dcfd23e4e2115074eeb00cb2 (diff) |
html5 MARK element
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 4 |
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}" |