| 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
|
|
|
|
|