From 5f8db1efb78e5d6a49ebdb48f864d2e534b02475 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Tue, 28 Jan 2025 21:43:29 -0500 Subject: [PATCH] Fix some mismatched tag and metadata errors. This fixes some mismatched tag and metadata errors (and a few other things) that have recently become bikeshed errors and were preventing these specs from generating without ignoring fatal errors. --- css-align-3/Overview.bs | 2 +- css-animations-1/Overview.bs | 20 ++++++++++---------- css-animations-2/Overview.bs | 2 +- css-conditional-3/Overview.bs | 2 +- css-overflow-3/Overview.bs | 4 ++-- css-overflow-4/Overview.bs | 1 - css-overflow-5/Overview.bs | 2 +- css-transforms-1/Overview.bs | 4 ++-- css-transitions-1/Overview.bs | 2 +- css-transitions-2/Overview.bs | 3 --- 10 files changed, 19 insertions(+), 23 deletions(-) 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.

-Determining the Baselines of a Box

+Determining the Baselines of a Box Each box, for a given axis, diff --git a/css-animations-1/Overview.bs b/css-animations-1/Overview.bs index dc0c56902ecf..8a48ce7a7ab0 100644 --- a/css-animations-1/Overview.bs +++ b/css-animations-1/Overview.bs @@ -22,7 +22,7 @@ Former Editor: Chris Marrin, Apple Inc. Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com !Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-1 - + Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior. @@ -1387,25 +1387,25 @@ Working Group Resolutions that are pending editing
  • 2012-10-29 minutes
  • 2012-12-12 minutes and intermediate comments and 2012-12-19 minutes diff --git a/css-animations-2/Overview.bs b/css-animations-2/Overview.bs index b3a30e7ddb5f..669625767cab 100644 --- a/css-animations-2/Overview.bs +++ b/css-animations-2/Overview.bs @@ -27,7 +27,7 @@ ED: https://drafts.csswg.org/css-animations-2/ TR: https://www.w3.org/TR/css-animations-2/ Editor: L. David Baron, Google https://www.google.com/, https://dbaron.org/, w3cid 15393 Editor: Brian Birtles, Invited Expert, brian@birchill.co.jp, w3cid 43194 - + Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior. Ignored Vars: auto-rewind diff --git a/css-conditional-3/Overview.bs b/css-conditional-3/Overview.bs index 120b903aae11..2be708b6d19a 100644 --- a/css-conditional-3/Overview.bs +++ b/css-conditional-3/Overview.bs @@ -1015,7 +1015,7 @@ The following (non-editorial) changes were made to this specification since the (Issue 5697)

    Conditional group rules are allowed wherever style rules are allowed - (at the top-level of a style sheet, and inside as well as within + (at the top-level of a style sheet, and inside as 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). - - -

    Issues commonly raised as issues with previous levels