Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should we learn all CSS (till version3) even if all browser don't support and we don't use?

Tags:

css

Should we learn all CSS (till version3) even if all browser don't support and we don't use?

Here mentioned http://meiert.com/en/indices/css-properties/ all css properties I don't know about all even in 2.1 , should we learn about each css property of all version even if they are not in use.

I haven't learn about these CSS 2.1 properties.

caption-side
clip
counter-increment
counter-reset
cue
cue-after
cue-before
direction
elevation
orphans
page-break-after
page-break-before
page-break-inside

pause
pause-after
pause-before

pitch
pitch-range
play-during
richness
right

size 
speak
speak-header
speak-numeral
speak-punctuation
speech-rate
stress

table-layout

unicode-bidi

voice-family
like image 366
Jitendra Vyas Avatar asked Feb 26 '23 22:02

Jitendra Vyas


2 Answers

I would suggest downloading a "cheat sheet" (example) as a reference for those properties that you don't use very frequently rather than attempting to memorize things that you don't use. It's good to try and familiarize yourself with all the capabilities -- I'd suggest looking through tutorials (example, and another, and one more oriented toward design), though, and learning techniques that seem interesting rather than the standard. Eventually, you'll come to be familiar enough with the standards that you rarely need to use your cheat sheet.

like image 125
tvanfosson Avatar answered May 21 '23 08:05

tvanfosson


Learn what you need. You can always learn the rest later.

like image 26
Robert Harvey Avatar answered May 21 '23 09:05

Robert Harvey