-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bba034
commit f5ae5e3
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
blog.araya.dev/src/content/blog/2023-11-xx-css-cascading.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: CSSのCascading modelのこれまでとこれから | ||
tags: | ||
- CSS | ||
date: "2023-11-99" | ||
description: CSSのCascadingのこれまでとこれから | ||
draft: true | ||
--- | ||
|
||
## Meta | ||
|
||
- この記事は[フロントエンドカンファレンス沖縄](https://frontend-conf.okinawa.jp/)で発表するトーク「Now and Next generation of CSS Cascading Model」の準備のための記事である | ||
|
||
## Disclaimer | ||
|
||
- この記事は基本的には仕様と現在自分が考えていることのスナップショット的なメモ | ||
- [CSS Cascading and Inheritance Level 6](https://www.w3.org/TR/css-cascade-6/) などのdrafを読んでいる人向けには新しい情報は特にない | ||
|
||
## CSSのcascading modelの進化 | ||
|
||
CSSのcascading modelはここ2~3年でおびただしい速度で変化を遂げており、この記事ではそれら新しい仕様をまとめつつそれらが今後のCSS設計にどのように影響を及ぼすのかを考察する。 | ||
|
||
## | ||
|
||
## 資料 | ||
|
||
- CSS Cascading and Inheritance Level 5 https://www.w3.org/TR/css-cascade-5/ | ||
- CSS Cascading and Inheritance Level 6 https://www.w3.org/TR/css-cascade-6/ |