|
Propagate writing-mode from the first region to the flow thread.
Since the flow thread is a direct child of RenderView, it doesn't inherit
proper writing-mode automatically. It should be mentioned that if the thread's
contents' writing-mode differs from that of the first region, things are
typically going to look useless (although perhaps that's how it should be),
but as long as writing-mode is only specified on a common parent of the
thread's contents and the regions, things look fine, and also, we're now
following what the spec has to say on the matter:
http://www.w3.org/TR/2013/WD-css3-regions-20130528/#the-flow-into-property
"The first region defines the principal writing mode for the entire flow.
The writing mode on subsequent regions is ignored."
BUG= 257965
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155779
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+535 lines, -1 line) |
Patch |
|
A |
LayoutTests/fast/regions/changing-writing-mode.html
|
View
|
1
2
3
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-2.html
|
View
|
1
2
3
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-2-expected.html
|
View
|
1
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-3.html
|
View
|
1
2
3
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-3-expected.html
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-4.html
|
View
|
1
2
3
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-4-expected.html
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-5.html
|
View
|
1
2
3
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-5-expected.html
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/changing-writing-mode-expected.html
|
View
|
1
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-horiz-bt.html
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-horiz-bt-expected.html
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-horiz-tb.html
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-horiz-tb-expected.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-vert-lr.html
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-vert-lr-expected.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-vert-rl.html
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/regions/subtree-with-vert-rl-expected.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderFlowThread.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderFlowThread.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderNamedFlowThread.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderNamedFlowThread.cpp
|
View
|
1
2
|
4 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderRegion.cpp
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|