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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutRuby.h

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (Closed)
Patch Set: Created 4 years, 2 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/layout/LayoutRuby.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutRuby.h b/third_party/WebKit/Source/core/layout/LayoutRuby.h
index c27ef0e30ee06bfde524b1a18480af05bcda7817..0e62ff7731ea146dd8b9a29a3ca726c40f4b7ce2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutRuby.h
+++ b/third_party/WebKit/Source/core/layout/LayoutRuby.h
@@ -36,17 +36,21 @@
namespace blink {
-// Following the HTML 5 spec, the box object model for a <ruby> element allows several runs of ruby
+// Following the HTML 5 spec, the box object model for a <ruby> element allows
+// several runs of ruby
// bases with their respective ruby texts looks as follows:
//
// 1 LayoutRuby object, corresponding to the whole <ruby> HTML element
// 1+ LayoutRubyRun (anonymous)
-// 0 or 1 LayoutRubyText - shuffled to the front in order to re-use existing block layouting
+// 0 or 1 LayoutRubyText - shuffled to the front in order to re-use
+// existing block layouting
// 0-n inline object(s)
-// 0 or 1 LayoutRubyBase - contains the inline objects that make up the ruby base
+// 0 or 1 LayoutRubyBase - contains the inline objects that make up the
+// ruby base
// 1-n inline object(s)
//
-// Note: <rp> elements are defined as having 'display:none' and thus normally are not assigned a layoutObject.
+// Note: <rp> elements are defined as having 'display:none' and thus normally
+// are not assigned a layoutObject.
//
// Generated :before/:after content is shunted into anonymous inline blocks

Powered by Google App Engine
This is Rietveld 408576698