Skip to content

Commit b55d7ec

Browse files
[css-2026] Add Nesting 1 to Rough Interop w3c/csswg-drafts@00e8b3e
1 parent 0613226 commit b55d7ec

1 file changed

Lines changed: 27 additions & 6 deletions

File tree

css-snapshot-ja.html

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
●●options
125125

126126
spec_title:CSS Snapshot 2026
127-
spec_date:2026-02-17
128-
trans_update:2026-02-21
127+
spec_date:2026-03-05
128+
trans_update:2026-03-06
129129
source_checked:250730
130130
page_state_key:CSS
131131
original_url:https://drafts.csswg.org/css-2026/
@@ -671,6 +671,9 @@
671671
可用でない:N/A
672672
連絡先:Person & email address to contact
673673
共通:COMMON
674+
~module性:modularity
675+
保守-:maintainability
676+
高める:increase
674677

675678
●layout
676679
flex:
@@ -869,9 +872,9 @@
869872
[CSS-CASCADE-4]
870873
Elika Etemad; Tab Atkins Jr.. <CSS Cascading and Inheritance Level 4. URL: https://drafts.csswg.org/css-cascade-4/
871874
[CSS-COLOR-4]
872-
Chris Lilley; Tab Atkins Jr.; Lea Verou. <CSS Color Module Level 4. URL: https://drafts.csswg.org/css-color-4/
875+
Tab Atkins Jr.; Chris Lilley; Lea Verou. <CSS Color Module Level 4. URL: https://drafts.csswg.org/css-color-4/
873876
[CSS-COLOR-5]
874-
Chris Lilley; et al. <CSS Color Module Level 5. URL: https://drafts.csswg.org/css-color-5/
877+
Chris Lilley; Una Kravets; Lea Verou. <CSS Color Module Level 5. URL: https://drafts.csswg.org/css-color-5/
875878
[CSS-CONDITIONAL-3]
876879
Chris Lilley; David Baron; Elika Etemad. <CSS Conditional Rules Module Level 3. URL: https://drafts.csswg.org/css-conditional-3/
877880
[CSS-CONDITIONAL-5]
@@ -943,14 +946,15 @@
943946
[CSS3-NAMESPACE]
944947
Elika Etemad. <CSS Namespaces Module Level 3. URL: https://drafts.csswg.org/css-namespaces/
945948
[MEDIAQUERIES-5]
946-
Dean Jackson; et al. <Media Queries Level 5. URL: https://drafts.csswg.org/mediaqueries-5/
949+
Tab Atkins Jr.; et al. <Media Queries Level 5. URL: https://drafts.csswg.org/mediaqueries-5/
947950
[RFC2119]
948951
S. Bradner. <Key words for use in RFCs to Indicate Requirement Levels>. March 1997. Best Current Practice. URL: https://datatracker.ietf.org/doc/html/rfc2119
949952
[SELECTORS-3]
950953
Tantek Çelik; et al. <Selectors Level 3. URL: https://drafts.csswg.org/selectors-3/
951954
[SELECTORS-4]
952955
Elika Etemad; Tab Atkins Jr.. <Selectors Level 4. URL: https://drafts.csswg.org/selectors/
953956

957+
954958
●●ref_informative
955959

956960
[CSS-ALIGN-3]
@@ -981,6 +985,8 @@
981985
Elika Etemad; Rossen Atanassov. <CSS Logical Properties and Values Module Level 1. URL: https://drafts.csswg.org/css-logical-1/
982986
[CSS-MASKING-1]
983987
Dirk Schulze; Brian Birtles; Tab Atkins Jr.. <CSS Masking Module Level 1. URL: https://drafts.csswg.org/css-masking-1/
988+
[CSS-NESTING-1]
989+
Tab Atkins Jr.. <CSS Nesting Module Level 1. URL: https://drafts.csswg.org/css-nesting/
984990
[CSS-SCROLL-ANCHORING-1]
985991
Tab Atkins Jr.. <CSS Scroll Anchoring Module Level 1. URL: https://drafts.csswg.org/css-scroll-anchoring/
986992
[CSS-SCROLL-SNAP-1]
@@ -1010,7 +1016,7 @@
10101016
[GEOMETRY-1]
10111017
Sebastian Zartner; Yehonatan Daniv. <Geometry Interfaces Module Level 1. URL: https://drafts.csswg.org/geometry/
10121018
[MEDIAQUERIES-4]
1013-
Florian Rivoal; Tab Atkins Jr.. <Media Queries Level 4. URL: https://drafts.csswg.org/mediaqueries-4/
1019+
Tab Atkins Jr.; Florian Rivoal. <Media Queries Level 4. URL: https://drafts.csswg.org/mediaqueries-4/
10141020
[MOTION-1]
10151021
Tab Atkins Jr.; Dirk Schulze; Jihye Hong. <Motion Path Module Level 1. URL: https://drafts.csswg.org/motion-1/
10161022
[RESIZE-OBSERVER-1]
@@ -2525,6 +2531,21 @@ <h3 title="Modules with Rough Interoperability">2.4. 概ね相互運用可能な
25252531
]を表現するための基本的な幾何-~interfaceを定義する。
25262532
25272533
This module defines basic basic geometric interfaces to represent points, rectangles, quadrilaterals, and transformation matrices.
2534+
</dd>
2535+
2536+
<dt>
2537+
`CSS Nesting Module Level 1@~TR/css-nesting-1/$cite
2538+
`CSS-NESTING-1$r
2539+
【`和訳@~CSSNESTING$】
2540+
</dt>
2541+
<dd>
2542+
この~moduleは、
2543+
~style規則を別の~style規則の内側に入子にする能を導入する
2544+
— 親~規則の選択子に相対的な子~規則の選択子と伴に。
2545+
これは、
2546+
~CSS~stylesheetの~module性と保守-能を高める。
2547+
2548+
This module introduces the ability to nest one style rule inside another, with the selector of the child rule relative to the selector of the parent rule. This increases the modularity and maintainability of CSS stylesheets.
25282549
</dd>
25292550
</dl>
25302551

0 commit comments

Comments
 (0)