diff --git a/css-align-3/Overview.bs b/css-align-3/Overview.bs index 56aea26bda26..d3d7badfc3e6 100644 --- a/css-align-3/Overview.bs +++ b/css-align-3/Overview.bs @@ -2235,7 +2235,7 @@ Baseline Alignment Details for more information on baselines and writing modes.
Conditional group rules are allowed wherever style rules are allowed - (at the top-level of a style sheet,
and insideas well as within + (at the top-level of a style sheet,and insideas well as within other conditional group rules). CSS processors must process such rules as described above. diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index bb7b16947c0a..50020a274c66 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -25,7 +25,7 @@ Status Text: significantly more complete and correct than previous working drafts or than [[CSS2]], but a few questions and issues remain open. - ''overflow: clip' and 'overflow-clip-margin' are rather new, + ''overflow: clip'' and 'overflow-clip-margin' are rather new, and lack implementation experience. 'text-overflow' is stable, is unchanged form its earlier definition in [[CSS-UI-3]]. @@ -532,7 +532,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' propertiesscrollable values of 'overflow'. The ''overflow/visible'' and ''overflow/clip'' values - are known as the non-scrollable values. + are known as the non-scrollable values. The ''visible''/''overflow/clip'' values of 'overflow' compute to ''overflow/auto''/''hidden'' (respectively) diff --git a/css-overflow-4/Overview.bs b/css-overflow-4/Overview.bs index 74edf9dd7778..ada50368f9c9 100644 --- a/css-overflow-4/Overview.bs +++ b/css-overflow-4/Overview.bs @@ -1087,7 +1087,6 @@ Fragmentation of Overflow: the 'continue' property - Content that is “not rendered” due to ''continue: discard'' diff --git a/css-overflow-5/Overview.bs b/css-overflow-5/Overview.bs index f508c79720e3..46564e5d8f9a 100644 --- a/css-overflow-5/Overview.bs +++ b/css-overflow-5/Overview.bs @@ -783,7 +783,7 @@ Paginated overflow or the 'continue' property as described here.-Fragmented Overflow +Fragmented Overflow
This section introduces and defines the meaning of the ''continue/fragments'' value of the 'continue' property. diff --git a/css-transforms-1/Overview.bs b/css-transforms-1/Overview.bs index 4a869adb466c..b3ce46c3c314 100644 --- a/css-transforms-1/Overview.bs +++ b/css-transforms-1/Overview.bs @@ -418,7 +418,7 @@ The 'transform-origin' Property {#transform-origin-property}Name: transform-origin -Value: [ left | center | right | top | bottom | <+> ]
|
[ left | center | right | <> ]
[ top | center | bottom | <> ] < >?
|
[[ center | left | right ] && [ center | top | bottom ]] <>? +Value: [ left | center | right | top | bottom | < > ]
|
[ left | center | right | <> ]
[ top | center | bottom | <> ] < >?
|
[ [ center | left | right ] && [ center | top | bottom ] ] <>? Initial: 50% 50% Applies to: [=transformable elements=] Inherited: no @@ -773,7 +773,7 @@ matrix transform | transform comma-wsp? transforms - Choice: diff --git a/css-transitions-1/Overview.bs b/css-transitions-1/Overview.bs index 83ce7e844adc..d303214572b5 100644 --- a/css-transitions-1/Overview.bs +++ b/css-transitions-1/Overview.bs @@ -1150,7 +1150,7 @@ The different types of transition events that can occur are: an {{TransitionEvent/elapsedTime}} equal to the absolute value of the delay capped to the 'transition-duration' of the animation. That is, the elapsed time is equal to -min(max(-'transition-delay', 0), 'transition-duration')
. +min(max(-'transition-delay', 0), 'transition-duration')
.
- Bubbles: Yes
- Cancelable: No
diff --git a/css-transitions-2/Overview.bs b/css-transitions-2/Overview.bs index 3f4b8aa0f687..79c56f95fd67 100644 --- a/css-transitions-2/Overview.bs +++ b/css-transitions-2/Overview.bs @@ -688,9 +688,6 @@ No new security considerations have been reported on this specification. (the transitions are canceled and removed from the set of completed transitions).