Nothing Special   »   [go: up one dir, main page]

Login
Page 1 of 2

CSS Working Group Editor Drafts

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

UploadedRevisedByComment
2023-12-11
13:53:11 PST2023-08-28 12:44:59 PDTfantasai[meta] Affiliation change
13:53:11 PST2023-08-28 12:44:59 PDTfantasai[meta] Affiliation change
13:53:11 PST2023-08-28 12:44:59 PDTfantasai[meta] Affiliation change
2023-07-21
08:55:41 PDT2023-07-11 14:46:23 PDTtabatkins[various][editorial] Fix markup
2023-06-07
08:02:17 PDT2023-05-12 14:24:24 PDTtabatkins[various][editorial] Update to the new parsing algo names and block production names.
2023-05-07
21:39:40 PDT2023-04-13 03:40:43 PDTCanadaHonk[cssom-1] Merge CSSImportRule layer extensions from cascade-5
2022-12-29
17:44:05 PST2022-12-29 17:43:26 PSTfantasai[css-cascade] Fix links
2022-11-22
15:15:45 PST2022-11-22 15:16:11 PSTtabatkins[css-cascade-5][editorial] typo. Closes #8123
2022-10-21
04:26:16 PDT2022-10-21 04:26:06 PDTspieters[cascade-5] Fix CSSOM example in legacy alias name There is no `setPropertyValue()` method, change to `setProperty()`
2022-10-10
12:31:41 PDT2022-10-10 12:29:51 PDTfantasai[css-values][css-cascade] Refactor CSS-wide keyword definitions #7439 * Move descriptive text from Values to Cascade * Define Cascade as source of keyword definitions
2022-08-23
11:07:38 PDT2022-08-23 11:07:07 PDTmirisuzanne[css-cascade-5][editorial] Example to clarify revert-layer in paired properties #7054
10:53:19 PDT2022-08-23 10:52:00 PDTfantasai[css-cascade-5] Clarify that only @layer statement rules are allowed before @import, not empty @layer blocks. #7566
04:35:51 PDT2022-08-13 07:27:24 PDTchrisl[css-cascade-5] fix example syntax error for `@import layer;` The `<<layer-name>>` in the `layer()` function in the `@import` syntax cannot be omitted. ``` @import [ <<url>> | <<string>> ] [ layer | layer(<<layer-name>>) ]? <<import-condition>> ; ``` This means that the following example is wrong, `()` should be removed. ```css @import url("override.css") layer(); ```
2022-08-04
14:57:41 PDT2022-08-04 14:57:12 PDTfantasai[css-cascade-4][css-cascade-5] Sync levels
14:12:46 PDT2022-08-04 14:10:39 PDTfantasai[css-cascade-4][css-cascade-5] Clarify that revert/revert-layer affect all aliases of a property. #7054
13:47:23 PDT2022-08-04 13:46:14 PDTfantasai[css-cascade-4] Fix links
2022-04-14
14:10:28 PDT2022-04-14 14:09:19 PDTtabatkins[css-cascade][editorial] typo
2022-03-30
15:40:02 PDT2022-03-30 15:39:36 PDTtabatkins[css-cascade-4][css-cascade-5] Define 'cascade-dependent keyword'. #7080
15:31:44 PDT2022-03-30 15:31:17 PDTtabatkins[css-cascade] Crosslink 'declaration' more often. #6837
15:24:30 PDT2022-03-30 15:23:50 PDTtabatkins[css-cascade] cross-link to CSS Style Attributes #6838
14:21:21 PDT2022-03-30 14:20:49 PDTtabatkins[css-cascade-5] Clarify that revert-layer does not merge author and preshint origins. #7087
14:04:15 PDT2022-03-30 14:03:48 PDTtabatkins[css-cascade][editorial] reformat acks
2022-03-29
15:55:10 PDT2022-03-29 15:54:38 PDTtabatkins[css-cascade-5] Improve wording about layer order/precedence. #7041
15:32:09 PDT2022-03-29 15:31:30 PDTtabatkins[css-cascade-*] Consistently use 'precedence' rather than 'priority'.
2022-02-14
13:33:37 PST2022-02-14 13:33:08 PSTmirisuzanne[css-cascade-5][editorial] Replace source order with order of appearance
13:16:43 PST2022-02-14 13:15:31 PSTmirisuzanne[css-cascade-5][editorial] Define import condition as syntax production
2022-01-11
09:00:58 PST2022-01-11 09:00:17 PSTchrisl[css-cascade-5] Back to ED
2021-12-03
15:55:31 PST2021-12-03 15:54:55 PSTfantasai[css-cascade-4][css-cascade-5] Use updated grammar style for @import's mq and sq references.
15:39:39 PST2021-12-03 15:39:15 PSTfantasai[css-cascade][markup] Fix indentation.
15:26:04 PST2021-12-03 15:23:54 PSTfantasai[css-cascade][editorial] Fix markup.
15:16:31 PST2021-12-03 15:16:05 PSTfantasai[css-cascade] Fix ED links. #6841
15:13:41 PST2021-12-03 15:13:19 PSTfantasai[css-cascade] Allow functional notation parse-time aliases as well. #6193
2021-12-01
17:36:59 PST2021-12-01 17:36:11 PSTtabatkinsUpdate Overview.bs (#6852)
11:46:40 PST2021-12-01 11:46:14 PSTtabatkins[css-cascade-5] Make CSSImportRule.layerName nullable #6576 (#6849) Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
2021-11-22
10:07:15 PST2021-11-22 10:06:50 PSTmirisuzanne[css-cascade-5] Revert-layer in style attr does not revert author layers #6743
09:58:39 PST2021-11-22 09:58:15 PSTmirisuzanne[css-cascade-5][editorial] Document issue with revert-layer in style attr
09:46:48 PST2021-11-22 09:45:52 PSTmirisuzanne[css-cascade-5][editorial] Clarify layer API, and update changes
2021-11-15
17:04:10 PST2021-11-15 17:03:35 PSTfantasai[css-cascade-5] Cross-reference preshint rules https://github.com/w3c/csswg-drafts/issues/6735#issuecomment-946096220
16:58:37 PST2021-11-15 16:58:13 PSTmirisuzanne[css-cascade-5] Clarify the behavior of layer syntax in @import #6776
16:48:42 PST2021-11-15 16:48:14 PSTmirisuzanne[css-cascade-5] Define CSSOM Layer APIs #6576
16:19:00 PST2021-11-15 16:13:20 PSTfantasai[css-cascade-5] Clarify revert-layer on style attr and keyframes. #6743 #6749
16:06:09 PST2021-11-15 16:05:43 PSTfantasai[css-cascade-5][editorial] Add hyphen.
2021-10-27
11:40:51 PDT2021-10-27 11:39:43 PDTtabatkins[css-cascade-4][css-cascade-5] Add value-aliasing section. #6193
2021-10-24
09:18:29 PDT2021-10-24 09:18:06 PDTmasataka_yakura[css-cascade-5] remove the duplicated note in the used values section That note was duplicated in https://github.com/w3c/csswg-drafts/commit/aba0111820c853888a158e99ebb284e18281de22 . This removes the first one to align with the Level 4 draft.
2021-10-18
15:29:30 PDT2021-10-18 15:29:01 PDTmirisuzanne[css-cascade][editorial] Correctly reference cascade origin #6670
2021-10-15
15:03:18 PDT2021-10-15 15:02:52 PDTfantasai[css-cascade-4][css-cascade-5] Publication update
14:35:07 PDT2021-10-15 14:34:41 PDTmirisuzanne[css-cascade][editorial] Clarify reference to url/origin #6670
14:12:10 PDT2021-10-15 14:11:38 PDTmirisuzanne[css-cascade-5][editorial] Clarify title of element-attached styles
2021-10-14
16:40:12 PDT2021-10-14 16:39:40 PDTfantasai[css-cascade-4][css-cascade-5] Give presentational hits their own origin. #6659
2021-10-07
10:24:29 PDT2021-10-07 10:24:01 PDTmirisuzanne[css-cascade-5] Revert the ordering of unlayered styles #6284
2021-10-04
13:23:19 PDT2021-10-04 13:22:42 PDTfantasai[css-cascade-5] Fix missed edit for reversing order of unlayered declarations. #6284
2021-09-20
20:53:58 PDT2021-09-20 19:51:46 PDTfantasai[css-cascade][editorial] Don't globally define productions in the @import definition.
2021-09-10
11:06:13 PDT2021-09-10 11:05:48 PDTtabatkins[css-cascade-5] Add Missing Comma (#6592) Non-substantive contributions: Add missing comma to code example
2021-09-01
11:18:36 PDT2021-09-01 11:18:07 PDTmirisuzanne[css-cascade-5][editorial] Clarify ordering requirements in example
2021-08-31
12:36:01 PDT2021-08-31 11:56:01 PDTmirisuzanne[css-cascade-5][editorial] Fix singular/plural typo #6522
2021-08-28
17:17:57 PDT2021-08-28 17:17:33 PDTfantasai[css-cascade-5] Make note understandable to people who don't know about the ?container query? proposal. #64907
16:57:04 PDT2021-08-28 16:56:42 PDTfantasai[css-cascade-5] Clarify where @layer can be placed, and what actually gets ignored. #6522
16:45:27 PDT2021-08-28 16:44:55 PDTfantasai[css-cascade-5] Fix ambiguities in wording.
02:58:34 PDT2021-08-27 16:10:12 PDTmirisuzanne[css-cascade-5][editorial] Link previous publication
2021-08-26
10:01:26 PDT2021-08-26 10:00:41 PDTmirisuzanne[css-cascade-5][editorial] Fix spelling typo
2021-08-25
12:53:55 PDT2021-08-25 12:53:29 PDTmirisuzanne[css-cascade-5][editorial] Clean up documentation of changes
11:54:26 PDT2021-08-25 11:53:59 PDTmirisuzanne[css-cascade-5] Disallow empty @layer interspersed with @import or @namespace, #6522
2021-08-19
14:22:19 PDT2021-08-19 14:21:49 PDTmirisuzanne[css-cascade-5][editorial] Fix nested layer syntax in @import example
2021-07-27
15:34:10 PDT2021-07-27 15:33:21 PDTmirisuzanne[css-cascade-5] Document change to layer name requirements
15:30:11 PDT2021-07-27 15:29:47 PDTmirisuzanne[css-cascade-5] Reserve the CSS-wide keywords for later use in layer names #6323
2021-07-20
09:36:37 PDT2021-07-15 15:49:02 PDTmfreedUpdate links
2021-06-30
16:09:15 PDT2021-06-30 16:08:45 PDTmirisuzanne[css-cascade-5] Define the ordering of conditional layers (#6407)
13:02:16 PDT2021-06-30 13:01:47 PDTmirisuzanne[css-cascade-5] name-defining at-rules use layer order to resolve name collisions
2021-06-08
16:22:26 PDT2021-06-08 16:21:59 PDTfantasai[css-cascade-5] Post-publication status update.
13:09:05 PDT2021-06-08 13:08:42 PDTmirisuzanne[css-cascade-5] Change status to WD
12:55:25 PDT2021-06-08 12:54:44 PDTmirisuzanne[css-cascade-5] Link previous version for publication
11:18:51 PDT2021-06-08 11:18:08 PDTmirisuzanne[cs-cascade-5] Link to issue from changelog
2021-05-28
13:34:36 PDT2021-05-28 13:34:10 PDTmirisuzanne[css-cascade-5] Move unlayered styles below explicit layers by default #6284
2021-05-27
16:55:16 PDT2021-05-27 16:54:17 PDTtabatkins[css-cascade-5][editorial] Significant rewrite/reorg of the Cascade Layers section to be more rigorous/organized and improve examples.
2021-05-17
14:26:46 PDT2021-05-17 14:24:15 PDTdbaronRevert "Revert "Merge branch 'main' of https://github.com/w3c/csswg-drafts into main"" This reverts commit 9d14c2393cfeca05c799d43444fe9c860074e80b. The commit that it was reverting was actually fine; it was a merge, but looked like it was bad because it had a large diff against the first parent but it had no diff against the second (which was the relevant one in a "linear history" of this repository).
13:52:15 PDT2021-05-17 12:25:01 PDTadam_argyleRevert "Merge branch 'main' of https://github.com/w3c/csswg-drafts into main" This reverts commit 442ca50fbfe14f5e163336a54844ba447d2bafa7, reversing changes made to d0337ce2a834e083954a3b090fd69ea918a0302a.
2021-04-01
15:38:48 PDT2021-04-01 15:38:27 PDTtabatkins[css-cascade-5] possible typo (#6167) * possible typo * Update css-cascade-5/Overview.bs Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
2021-03-19
17:18:58 PDT2021-03-19 17:18:33 PDTfantasai[css-cascade-5] Fix more stray example errors. :/
17:12:14 PDT2021-03-19 17:11:50 PDTfantasai[css-cascade-5] Define value resolution for fragmented boxes. #1510
16:07:41 PDT2021-03-19 16:06:57 PDTfantasai[css-cascade-5] Fix examples, update changes list, publication fixes.
2021-03-12
18:16:16 PST2021-03-12 18:15:53 PSTfantasai[css-cascade-5] Put preshint rules into their own author layer. #5856
18:00:18 PST2021-03-12 17:59:54 PSTfantasai[css-cascade-5] Make anonymous layer @imports use keyword form. #5681
17:32:49 PST2021-03-12 17:32:04 PSTfantasai[css-cascade] Fix linking errors.
17:24:58 PST2021-03-12 17:24:33 PSTfantasai[css-cascade-5] Mark revert-layer at-risk
16:56:17 PST2021-03-12 16:54:37 PSTfantasai[css-cascade-5] Minor clean-up of revert-level: * Add to 'all' shorthand propdef * Remove resolved issue * Cross-link to definition of layers * Shift informative statement into a note
16:43:53 PST2021-03-12 16:42:51 PSTfantasai[css-cascade] Fix linking error.
14:09:05 PST2021-03-12 14:08:37 PSTfantasai[css-cascade] Re-sync across levels.
2021-02-21
23:27:15 PST2021-02-21 23:26:51 PSTfantasaifix: typos across specs (#5992)
2021-02-19
14:49:22 PST2021-02-19 14:48:53 PSTmirisuzanne[css-cascade-5] Draft layer-import syntax (#5681)
12:50:32 PST2021-02-19 12:50:10 PSTmirisuzanneUpdate cascade-5 additions
12:45:46 PST2021-02-19 12:45:06 PSTmirisuzanne[css-cascade-5] Draft revert-layer keyword behavior (#5793)
2021-02-12
14:46:21 PST2021-02-12 14:45:30 PSTmirisuzanne[css-cascade-5] Remove links to closed issues, resolved no-change
2021-02-08
11:41:48 PST2021-02-08 11:41:26 PSTtabatkinstypo: Double words (#5951) Co-authored-by: Rachel Andrew <rachel.andrew@edgeofmyseat.com>
2021-01-18
08:15:12 PST2021-01-18 08:14:25 PSTchrisl[css-cascade-5] back to ED
07:32:27 PST2021-01-18 07:30:52 PSTchrisl[cssom-1] correct autolinking syntax
2021-01-13
16:30:19 PST2021-01-13 16:29:31 PSTfantasai[css-cascade] Sync 631c44c2cddbb888dc8e451aac7a35296e75af34 to all levels
13:54:39 PST2021-01-13 13:38:25 PSTfantasai[css-cascade] Define 'property' as a term. #5633
12:52:44 PST2021-01-13 12:52:20 PSTtabatkins[css-cascade] Make it clearer exactly what origins are being compared for @import in a quirks-mode document. Fixes #4838.
12:30:22 PST2021-01-13 12:29:54 PSTtabatkins[css-cascade] Fix a typo, and sync with level 5.
09:21:12 PST2021-01-13 09:08:40 PSTfantasai[css-cascade-5] Rename @layers to @layer. #5855