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

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFaceRule.idl

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
index 480d55661ff15fee8d929ee110bbc6b97a7df0ea..88f4e8d60b2d667d54eedaa80527cdbe60153560 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
@@ -23,8 +23,9 @@
// https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceRule
// https://dev.w3.org/csswg/css-fonts/#om-fontface
//
-// The interface from DOM Level 2 Style is implemented here.
-// TODO(foolip): Implement the interface from CSS Fonts.
+// TODO(foolip): Make CSSFontFaceRule match new spec and/or change spec to match
+// what's implemented. https://crbug.com/709013
+// https://github.com/w3c/csswg-drafts/issues/825
interface CSSFontFaceRule : CSSRule {
[Measure] readonly attribute CSSStyleDeclaration style;
« no previous file with comments | « third_party/WebKit/Source/core/animation/ElementAnimation.idl ('k') | third_party/WebKit/Source/core/css/StyleMedia.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698