Login
Page 1 of 1

CSS Working Group Editor Drafts

History for css-overflow-5/Overview.html:

UploadedRevisedByComment
2025-04-29
07:55:46 PDT2025-04-29 07:55:24 PDTflackr[css-overflow-5] Default style of ::scroll-marker and ::scroll-button(*) is like link and button respectively (#12030) Per the resolution in #10935, the default style of ::scroll-marker pseudo-elements is like links, and ::scroll-button(*) pseudo-elements is like buttons including switching based on the appearance property.
2025-01-21
12:06:34 PST2025-01-21 09:08:54 PSTtabatkins[css-overflow-5] Define ::scroll-button(*) to select all at once. #10722
2025-01-28
17:55:23 PST2025-01-28 17:55:02 PSTflackr[css-overflow-5] Define activeElement and matching focus-related pseudo-classes for focused navigation pseudos. (#11590) * Define the expected activeElement and matching focus-related pseudoclasses. This defines the focus related properties and pseudo-class matching as resolved in #11361. * Update css-overflow-5/Overview.bs --------- Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
18:45:23 PST2025-01-28 18:43:29 PSTdbaronFix 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.
2025-01-29
12:46:29 PST2025-01-29 12:46:09 PSTflackr[css-overflow-5] Editorial fix of ::scroll-button order. (#11603) In #10912 we resolved on the block directions wrapping the inline direction.
2025-02-03
06:07:24 PST2025-01-22 02:37:48 PSTfrancois_daoust[css-overflow-5] Escape single quote for '*' Single quotes signal an autolink to a property or descriptor. Here, the single quotes are meant to appear literally, because `*` would be interpreted as a quantifier otherwise.
2025-02-07
12:23:13 PST2025-02-07 12:22:54 PSTflackr[css-overflow-5] Limit scrolling when activating a marker (#11674) When activating a marker, as resolved in #11138 scrolling should be limited to the scrolling containers associated with the marker targets. This builds on the addition of container to the scroll into view algorithm in #11673.
2024-12-12
14:27:59 PST2024-12-12 14:27:34 PSTtabatkins[css-overflow-5] Prepare for publication
2024-12-13
08:46:49 PST2024-12-13 08:45:18 PSTchrisl[css-overflow-5][editorial] fixes for FPWD
2024-10-21
08:50:25 PDT2024-10-21 08:50:03 PDTflackr[css-overflow-5] Editorial improvements to css-overflow-5 scroll markers (#11048) Editorial improvements to css-overflow-5 scroll markers: - Combines pseudo-element and general scroll marker text into single shared section. - Defines common terms at the start of the section used throughout. - Provides clear example of highlighting the active marker. - Organized headings to provide natural section for subsequent controls (i.e. scroll-button).
2024-11-12
14:17:40 PST2024-11-12 14:17:09 PSTtabatkins[css-overflow-5] Define ::scroll-button(). #10722
15:49:53 PST2024-11-12 15:49:29 PSTtabatkins[css-overflow-5][editorial] use the right attribute
2024-11-19
13:17:31 PST2024-11-19 13:16:44 PSTtabatkins[css-overflow-5] Temporarily go with :target-current. #10918
14:18:23 PST2024-11-19 14:17:42 PSTtabatkins[css-overflow-5] Define an initial focus order for the scrolling pseudo-elements. #10912
2024-11-21
15:27:59 PST2024-11-21 15:27:38 PSTflackr[css-overflow-5] Remove normative active marker algorithm. (#11224)
2024-12-02
14:30:48 PST2024-12-02 14:30:21 PSTtabatkins[css-overflow-5] Define that :disabled can match ::scroll-button(). #11216
14:48:22 PST2024-12-02 14:47:56 PSTtabatkins[css-overflow-5] Specify that ::scroll-marker-group and ::scroll-button() generate as siblings of the originating element. #11125
15:21:39 PST2024-12-02 15:21:14 PSTtabatkins[css-overflow-5][editorial] markup fixes
2024-12-05
13:25:34 PST2024-12-05 13:25:14 PSTflackr[css-overflow-5] Allow scroll to target unreachable scroll marker targets (#11318) This adds to the non-normative suggested algorithm for selecting the active scroll marker the proposed compromise in #11165 to ensure that scrolling from start to end scrolls through all of the markers in that scroller.
2024-12-06
08:15:42 PST2024-12-06 08:15:20 PSTflackr[css-overflow-5] Treat the last scroll target as active (#11320) When a targeted scroll is performed, use that target to determine the active scroll marker. Fixes #10738.
2024-06-10
11:05:38 PDT2024-06-10 11:05:16 PDTflackr[css-overflow-5] Start css-overflow-5 spec (#10417) Per the resolution in #9745, this starts the css-overflow-5 spec, initially moving over the fragmentation appendix from css-overflow-4 into it.
2024-06-12
18:08:27 PDT2024-06-12 18:08:05 PDTflackr[css-overflow-5] Define scroll-markers (#10243) Define scroll-markers pseudo-elements, scrolltarget attribute and associated behaviors.
2024-07-16
13:32:11 PDT2024-07-16 13:31:46 PDTtabatkins[css-overflow-5][editorial] fix heading levels
2024-07-30
13:24:41 PDT2024-07-30 13:24:20 PDTflackr[css-overflow-5] Create scroll markers from <a> elements. (#10617) This changes the scroll marker primitive to be based on a regular <a> element within a focusgroup.