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

    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
    of the "Unresolved issues" section, 2 have been resolved: - attaching styles to attributes - specificity rules And one is still… not: - scoped styles, nested in html (wasn't this proposed again recently?)