Login
Page 1 of 1

CSS Working Group Editor Drafts

History for css-backgrounds-4/Overview.html:

UploadedRevisedByComment
2023-12-11
13:53:11 PST2023-11-12 13:37:10 PSTSebastianZ[css-backgrounds-4][css-borders-4][editorial] Fixed indentation and a bunch of Bikeshed issues (#9594)
13:53:11 PST2023-11-12 13:37:10 PSTSebastianZ[css-backgrounds-4][css-borders-4][editorial] Fixed indentation and a bunch of Bikeshed issues (#9594)
13:53:11 PST2023-11-12 13:37:10 PSTSebastianZ[css-backgrounds-4][css-borders-4][editorial] Fixed indentation and a bunch of Bikeshed issues (#9594)
2024-01-24
06:56:24 PST2024-01-24 06:55:31 PSTchrisl[editorial] Add separate Security and Privacy appendices to .bs specs that didn't have them, #207
2023-12-31
13:52:58 PST2023-12-31 13:52:34 PSTSebastianZ[css-backgrounds-4] Fixed logical background-position-* longhands syntaxes (#9758)
2023-07-21
08:55:41 PDT2023-07-19 09:38:11 PDTSebastianZ[css-backgrounds-4][css-borders-4] Split borders and box decorations into CSS Borders 4 (#9048)
2023-05-07
21:39:40 PDT2023-04-08 15:14:59 PDTSebastianZ[css-backgrounds-4] Fixed initial value of 'border-limit' #7367
2023-03-10
15:29:45 PST2023-03-10 15:29:23 PSTSebastianZ[css-backgrounds-4] Added 'box-shadow-*' longhand properties (#6083)
2023-03-03
14:55:58 PST2023-03-03 12:37:39 PSTfantasai[css-logical-1] Add "Logical property group" propdef table field See issue #2822, PR #7950
2023-02-17
15:43:20 PST2023-02-17 15:42:53 PSTSebastianZ[css-backgrounds-4] Added `border-*-radius` shorthands (#7705) Defined the physical shorthand properties `border-top-radius`, `border-right-radius`, `border-bottom-radius`, and `border-left-radius` and the logical shorthand properties `border-block-start-radius`, `border-block-end-radius`, `border-inline-start-radius`, `border-inline-end-radius`.
2022-12-02
12:45:26 PST2022-12-02 12:45:43 PSTSebastianZ[css-backgrounds-4] Added previews for colors (#8178)
11:57:07 PST2022-12-02 11:57:44 PSTSebastianZ[css-backgrounds-4] Corrected and improved stripes() example (#8177)
2022-11-30
10:02:19 PST2022-11-28 12:03:11 PSTfantasai[css-images-4][editorial] Editorial clean-up of stripes() definition.
2022-11-05
16:56:45 PDT2022-05-03 15:13:14 PDTSebastianZIncorporated fantasai's comments on stripes() and `<1d-image>
2022-09-08
12:27:07 PDT2022-09-08 12:16:12 PDTSebastianZ[css-backgrounds-4] Changed initial value of logical background-position-* properties to 0%
2022-02-16
07:22:35 PST2022-02-08 13:24:02 PSTSebastianZAdded myself as editor for CSS Backgrounds 4
2022-02-15
14:57:07 PST2022-02-03 12:57:33 PSTSebastianZAdded missing animation types to property definitions
2021-02-08
09:41:14 PST2021-02-08 09:40:56 PSTtabatkins[css-backgrounds-4] Missing closing PRE (#5942)
2020-03-10
08:58:04 PDT2020-03-10 08:57:47 PDTAmeliaBRUse bracket range notation in syntax grammar [css-values-3][css? (#3894) * [css-values-3] Tidy bracket range definition - Fix incorrect heading level & a typo from 8ea8d7d35f833d08d3cd7a4681618519960da821 - Add examples converting the notation to prose. * [css-values-4] Copy over bracket range definition These changes were added to Level 3 in 8ea8d7d35f833d08d3cd7a4681618519960da821 and 1265976bd6edbc8b8d5ca039ef19b472fcb890f3 (And fix a tabs-vs-spaces error that bikeshed was choking on.) * [css-backgrounds-3][css-backgrounds-4] Use bracketed range notation Added bracketed range notation for non-negative values ( [0,?] ) in these properties & productions: - <bg-size> - <line-width> - border-radius and longhands - border-image-slice - border-image-width - border-image-outset - <shadow> NOTE: required re-writing the syntax (since ony one of the 4 possible lengths has a restriction) - border-limit and border-clip in level 4 NOTE: these didn't have prose restrictions, but they also didn't explain how negative values could work. I added a changes note to level 3 (change since CR), but not level 4 (not published yet). * [css-values-3][css-values-4] Export dfn for bracketed range notation * [css-multicol-1][css-multicol-2] Use bracketed range notation Added bracketed range notation for non-negative values ( [0,?] ) or strictly positive integers ( [1,?] ) in these properties: - column-width - column-count - column-gap - column-span (level 2) For column-rule-width, the syntax change was made for the `<line-width>` production, in 933d7dd5b913ad7f8090eb6f4eeba577911d3e64 * [css-flexbox-1] Use bracketed range notation Added bracketed range notation for non-negative values ( [0,?] ) in these properties: - flex-grow - flex-shrink Also use it in the prose descriptions for `flex`, and to replace the made up `<postive-number>` variable in the examples of common patterns. Created a new "Changes since the 19 November 2018 CR" section to include a mention of the update. The syntax for `flex-basis` will be updated by reference when `width` is updated. * [css-counter-styles-3] Use bracketed range notation Added bracketed range notation for non-negative values ( [0,?] ) in the following descriptors: - pad - additive-symbols Note: I didn't add any restriction to the integer in the `system: fixed <integer>` descriptor, since there was no prose constraint. But I'm not sure that negative values make sense here. * Standardize prose for constrained values [css-backgrounds-3][css-counter-styles-3][css-flexbox-1][css-multicol-1][css-values-3][css-values-4] For all the specs covered by PR #3894. <<type [0,&infin;]>> ? ?Negative values are not allowed.? <<integer [1, &infin;]>> ? ?Values must be greater than 0.? And remove some duplicate phrases. Added these phrases & the other most commonly used one (?are invalid?) to the note in CSS Values about prose restrictions. * [css-values-3][css-values-4] Fix broken entity Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
2019-11-05
12:44:59 PST2019-11-05 12:44:36 PSTleaMerge pull request #4280 from ewilligers/background-position-longhand-computed [css-backgrounds] computed background-position-*
2019-09-08
16:32:24 PDT2019-09-03 23:08:50 PDTroman_dvornov[css-animations-1][css-backgrounds-4][css-fonts-4] Fix multiplier usage in propdef/descdef
2019-08-16
13:58:41 PDT2019-08-16 13:58:19 PDTlea[css-backgrounds-4] Fix button pointer in figure
2019-06-07
10:21:18 PDT2019-06-07 10:20:54 PDTlea[css-backgrounds-4] Fix figure for corner-shape
2019-06-05
13:17:35 PDT2019-06-05 13:17:07 PDTlea[css-backgrounds-4] Add example for angle corner-shape, re-add definition of angle, reword issue
12:14:37 PDT2019-06-05 12:14:19 PDTfantasai[css-backgrounds-4] Drop notch/scoop, rename bevel to angle. #3457
2019-05-09
13:50:19 PDT2019-05-09 13:12:38 PDTericwilligers[css-backgrounds] list entries not empty The entries in background-position-x and background-position-y may not be empty. We use the exclamation point (!) modifier to indicate that a keyword or length-percentage (or both) must be present, they cannot both be omitted.
06:42:05 PDT2019-05-09 03:32:12 PDTericwilligers[css-backgrounds] Initial background-position-x/y In CSS Backgrounds and Borders Level 3, the initial value of background-position is '0% 0%'. In Level 4, the initial value of background-position-x and background-position-y is '0%' and '0%', not 'left' and 'left'.
2018-07-19
15:26:29 PDT2018-07-19 15:26:05 PDTtabatkins[css-backgrounds-4] Fix bg-clip grammar. Fixes #2916 properly.
2018-07-16
14:23:33 PDT2018-07-16 14:23:15 PDTtabatkins[css-backgrounds-4] Fix the border-color and border-clip grammars, and generally reformat. Fixes #2916.
2018-07-09
23:26:30 PDT2018-07-05 19:29:25 PDTflorianDrop the "Media:" entry from propdef tables Its meaning has never been defined properly, and it does not add useful information. This commit does not remove (correct) uses of Media:all, as these do have a meaning, and will be clarified in a later commit.
2018-04-10
07:14:39 PDT2018-04-10 07:13:57 PDTleaAdded issue for multi color border syntax
2017-11-19
15:00:42 PST2017-11-19 15:00:27 PSTlea[css-backgrounds-4] Added parentheses to clarify border-color syntax as suggested by @simevidas in #1172
2017-11-09
16:14:17 PST2017-11-09 16:12:58 PSTdbaronAdd w3cid metadata for all editors. I got the uids from the "Edit status" links in https://www.w3.org/2000/09/dbwg/details?group=32061 and made the actual changes with a python script.
12:06:02 PST2017-11-09 12:04:41 PSTlea[css-backgrounds-4] Add background-clip: border
2017-11-08
17:18:35 PST2017-11-08 17:18:10 PSTlea[css-backgrounds-4] Add note about interpolation
2017-11-07
17:22:21 PST2017-11-07 17:21:54 PSTlea[css-backgrounds-4] Listify border-color (per resolution for #1172)
2017-10-25
16:52:19 PDT2017-10-25 15:45:03 PDTtantek_celikUse Title: meta instead of explicit <h1>
2017-01-24
11:01:38 PST2017-01-24 11:01:10 PSTfantasaiAdd w3cid
2016-08-02
15:49:52 PDT2016-08-02 15:49:36 PDTtabatkins[css-backgrounds-4] Define background-clip: text
15:31:22 PDT2016-08-02 15:30:33 PDTtabatkins[css-backgrounds-4] Ref <flex> properly.
2016-07-04
09:06:13 PDT2016-07-04 09:05:58 PDTSebastianZ[css-backgrounds] Replaced <length> | <percentage> by <length-percentage> (#263)
2016-06-24
16:07:15 PDT2016-06-24 16:07:04 PDTSebastianZ[css-backgrounds-4] Bikeshed improvements related to property values (#232) (fixes #138)
2016-06-23
17:05:15 PDT2016-06-23 17:04:58 PDTSebastianZRemoved Overview.html to let Bikeshed be run automatically on the server (#228) (issue #213)
2016-05-25
17:49:42 PDT2016-05-25 17:49:28 PDTtabatkins[css-backgrounds-4] typo. fixes #117
2016-05-10
22:57:18 PDT2016-05-10 22:54:40 PDTdbaron[css-backgrounds-4] Actually, remove the issue I just added, since I was wrong and the problem is not present.
22:51:02 PDT2016-05-10 22:50:50 PDTdbaron[css-backgrounds-4] Fix ignored vars warning by not using <var> here, which matches the way other specs define grammar productions.
16:19:57 PDT2016-05-10 16:16:01 PDTdbaron[css-background-4] Fix the most serious of the bikeshed linking warnings.
16:13:31 PDT2016-05-10 16:13:09 PDTdbaron[css-background-4] Add an issue about syntax for background-position-x and background-position-y.
2016-02-02
07:49:47 PST2016-02-02 07:48:21 PSTfantasaiRegen
2015-10-26
07:31:30 PDT2015-10-26 07:27:34 PDTdbaron[css-backgrounds-4] Logical background-position properties do not have initial values. This resolves the removed issue, as agreed about three or four minutes ago in the WG meeting.
2015-09-19
00:56:30 PDT2015-09-19 00:56:16 PDTfantasaiMove images to images/ subfolder, per WG resolution
2015-08-14
21:20:18 PDT2015-08-14 21:20:10 PDTfantasai[css-backgrounds-4] Fix grammar error.
19:55:37 PDT2015-08-14 19:50:24 PDTfantasai[css-backgrounds-4] Switch to x-start/y-start format for axis-constrained keywords because this version looks a lot saner.
2015-07-22
09:32:32 PDT2015-07-22 09:32:48 PDTplinsschange w3.org logo src to https
2014-12-30
18:33:30 PST2014-03-14 08:29:47 PDTfantasai[css-backgrounds-4] Add issue for border-parts.