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