Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 2674883004: Apply dotted underline style to <abbr> (Closed)
Patch Set: Add test Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 99c3ae22d743521f0e3e652d6483b1117cdb1d17..a0f1d9541605758b0b2046bab2efc27de0344ab4 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -909,6 +909,10 @@ u, ins {
text-decoration: underline
}
+abbr[title], acronym[title] {
+ text-decoration: dotted underline;
+}
+
strong, b {
font-weight: bold
}
« no previous file with comments | « third_party/WebKit/LayoutTests/html/text-level-semantics/abbr-acronym-rendering-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698