terribleMia’s avatarterribleMia’s Twitter Archive—№ 6,597

    1. 1994 proposal for Cascading HTML Style Sheets: w3.org/People/howcome/p/cascade.html Includes % weighting on each property, & displays the weighted average, e.g. h2 { font-size: 100px 60%; } /* user styles */ h2 { font-size: 10px 40%; } /* author styles */ Results in a font-size of 64px…
  1. …in reply to @TerribleMia
    Some of the proposals, like: font.size *= 2 100% reflect active discussions in the current CSSWG… - github.com/w3c/csswg-drafts/issues/1594 - github.com/w3c/csswg-drafts/issues/2764 - github.com/w3c/csswg-drafts/issues/2864 …including proposals like: calc(currentValue * 2) calc(inherit(font-size) * 2)