Xah Web Dev Blog
2ality is offline due to ai
Axel Rauschmayer (aka 2ality) is a top JavaScript master.
he took his website offline. reason given is the massive ai stealing his work, and no traffic.
- JS: Math (namespace)
- π JS: Math. max, min
- π JS: Math. sign, abs
- π JS: Math ceiling, floor, round, truncate
- π JS: Math. random
- π JS: Power and Roots
- π JS: Math exponential and logarithm
- π JS: Math constants. pi, e, sqrt, etc.
- π JS: Math trig functions. sin, cos, tan, asin, acos, atan
- π JS: Math hyperbolic functions. sinh, cosh, tanh, etc.
why do the html team add thousands of named html entities to html 5
- added xxx-large
- CSS: font-size
misc minor updates
- added negative letter spacing
- CSS: letter spacing
update
preliminary version
- added a oklch example
- CSS: Linear Gradient
recent Xah Talk Show on css.
- π CSS: Gradient. Index
- π CSS: Repeating Radial Gradient
- π CSS: draw parallel lines, grid, diamond grid
- now random on load
- CSS: Radial Gradient
updates.
- π CSS: pie chart
updates
- added multiple gradients effect
- CSS: Repeating Linear Gradient
- added pi and other math constants
- CSS: calc
- added name
transparent - CSS: Color Names
- explained about flex, anonymous item
- CSS: Centering
updated
old article. interesting, found an article i wrote about this issue, back in 2011.
updates
Major discovery. HTML tag and attribute names are not case sensitive, but only for English letters.
major updates and new pages
updated.
minor updates
minor update
major updates.
lots updates
minor updates.
added ::marker
massive updates.
- π CSS: Misc. Index
- π CSS: nesting syntax
advanced CSS and syntax issue in computer languages.
the relation of CSS Selector List, and the so-called pseudo selectors :is(), is a syntactic one, and critical one.
because :is() is a single syntactic unit, thus allows it to be grouped as part of other expression. but the selector list (of the comma operator), cannot.
splitted out as new page.
updated.
new pages
- π CSS: :has descendant selector
- π CSS: βis any ofβ selector (:is, :where)
- π CSS: types of selectors
- π CSS: pseudo-class function selector
updates:
I watched the birth of CSS, becoming accepted around 2001. Now, after flexbox was added some 5 or 10 years ago, finally i wrote a tutorial on it.
- π CSS: Flexbox Layout
updates