From 19f59d1ad794b20d1ed15c38f71e6c8e35c5cdc9 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Tue, 19 May 2015 12:04:32 -0400 Subject: [PATCH 1/2] [css-page-floats] map left/right to line-left/right for inline elements and clarify position of anchor --- css-page-floats/Overview.bs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/css-page-floats/Overview.bs b/css-page-floats/Overview.bs index 971dc067bd3..99140ae9bf9 100644 --- a/css-page-floats/Overview.bs +++ b/css-page-floats/Overview.bs @@ -60,7 +60,8 @@ Terminology
Float anchor
The float anchor is the point in the flow where the float had appeared had - it not been a float. + it not been a float and instead had been a zero-width and zero-height + inline element with no margins, borders or padding.
Float containing block formatting context
The block formatting context inside of which the float is embedded. @@ -334,13 +335,19 @@ And some more text</p>
left
- Behave like block-end, inline-start or inline-end depending on the float + If the float reference is a line box, behaves like inline-start or + inline-end, whichever corresponds to line-left for the float reference. + + Otherwise, behaves like block-end, inline-start or inline-end depending on the float containing block’s 'direction' and 'writing-mode'.
right
- Behave like block-start, inline-start or inline-end depending on the float + If the float reference is a line box, behaves like inline-start or + inline-end, whichever corresponds to line-right for the float reference. + + Otherwise, behaves like block-start, inline-start or inline-end depending on the float containing block’s 'direction' and 'writing-mode'.
top From f59f2a33c34ad3a63c69b81381d07f20922d1757 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Tue, 19 May 2015 13:42:58 -0400 Subject: [PATCH 2/2] [css-page-floats] simplify position of anchor description --- css-page-floats/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-page-floats/Overview.bs b/css-page-floats/Overview.bs index 99140ae9bf9..d94c6bb4079 100644 --- a/css-page-floats/Overview.bs +++ b/css-page-floats/Overview.bs @@ -60,8 +60,8 @@ Terminology
Float anchor
The float anchor is the point in the flow where the float had appeared had - it not been a float and instead had been a zero-width and zero-height - inline element with no margins, borders or padding. + it not been a float and instead had been an empty inline element with no + margins, borders or padding.
Float containing block formatting context
The block formatting context inside of which the float is embedded.