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

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

Issue 1641703006: The user agent style of <abbr> and <acronym> does not match specification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Should apply style only when title attribute is present Created 4 years, 11 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 | « no previous file | 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 3752a17fdbc8d9dc4254e1d2f3976a0afa74e23b..ffdd5fbab69f367c8f2ab7822ae34f9c87cf02b7 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -923,6 +923,10 @@ u, ins {
text-decoration: underline
}
+abbr[title], acronym[title] {
+ text-decoration: dotted underline
+}
+
strong, b {
font-weight: bold
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698