User:Zuhui/SI26/Weekly log: Difference between revisions

From XPUB & Lens-Based wiki
Line 15: Line 15:
* [[SI26 Position]]
* [[SI26 Position]]


[https://pad.xpub.nl/p/Position_1 '''afternoon exercise''']<br>
[https://pad.xpub.nl/p/Position_1 '''afternoon exercise - on 'position' property''']<br>
==research==
==Position==
↘︎ links
[[File:W3C CSS Snapshot.png|thumb|CSS snapshot 2021]]
===↘︎ bit of history===
* [https://www.w3.org/TR/CSS1/ CSS1, W3C 17 Dec 1996]
* [https://www.w3.org/TR/CSS1/ CSS1, W3C 17 Dec 1996]
* [https://www.w3.org/press-releases/1998/css2/ CSS2 press release 1998]
* [https://www.w3.org/press-releases/1998/css2/ CSS2 press release 1998]
Line 24: Line 25:
* [https://en.wikipedia.org/wiki/CSS Wikipedia CSS]
* [https://en.wikipedia.org/wiki/CSS Wikipedia CSS]
* [https://www.w3.org/Style/CSS/ see more of CSS drafts]
* [https://www.w3.org/Style/CSS/ see more of CSS drafts]
so the <code>position</code> property we use today was first introduced in CSS2 in 1998 May, while there have been some improvements since then, the core concept and behavior were pretty much established in CSS2 (except for <code>sticky</code>).
in CSS1, which was released in 1996 Dec, it mainly focused on basic styling features such as fonts, colors, text properties, margins, and padding. one can assume that there were increasing needs for more elaborate design tool for webpage in terms of layout, therefore <code>position</code> was developed and introduced.

Revision as of 13:19, 19 January 2025

WEEK 0

intro to SI26 Declarative companions

↘︎ Annotation

afternoon exercise
↘︎ declaration exercise on Claudio's prompt

WEEK 1

SI26: CSS linguistics

afternoon exercise - on 'position' property

Position

CSS snapshot 2021

↘︎ bit of history

so the position property we use today was first introduced in CSS2 in 1998 May, while there have been some improvements since then, the core concept and behavior were pretty much established in CSS2 (except for sticky).

in CSS1, which was released in 1996 Dec, it mainly focused on basic styling features such as fonts, colors, text properties, margins, and padding. one can assume that there were increasing needs for more elaborate design tool for webpage in terms of layout, therefore position was developed and introduced.