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/README.md

Issue 2073563002: Rework mapToVisualRectInAncestorSpace to handle flipped blocks correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Integrate feedback. Created 4 years, 5 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/README.md
diff --git a/third_party/WebKit/Source/core/layout/README.md b/third_party/WebKit/Source/core/layout/README.md
index 61cbadac9c369c2a830c8a4b3592c357e91f2fa2..2d21ddf808f5a7dff10941b7b19dd869a21c8309 100644
--- a/third_party/WebKit/Source/core/layout/README.md
+++ b/third_party/WebKit/Source/core/layout/README.md
@@ -28,7 +28,7 @@ direction:rtl | | box |
| | |
| | |
|__________|__________|
-
chrishtr 2016/07/11 22:35:11 Spurious edits in this file.
wkorman 2016/07/11 22:46:17 Done.
+
overflow rect
|<--------------------->|
@@ -55,9 +55,9 @@ direction:rtl | |/| box |
overflow rect
|<--------------------->|
-
-
-
+
+
+
content
rect
|<-------->|
@@ -74,6 +74,10 @@ writing-mode: | | |/|
| | |/|
| | |/|
|__________|__________|/|
-
+
overflow rect
|<--------------------->|
+
+## Coordinate Spaces
+
+TODO(wkorman): Document writing mode, particularly flipped blocks.

Powered by Google App Engine
This is Rietveld 408576698