SlideShare una empresa de Scribd logo
1 de 19
Descargar para leer sin conexión
CSS AND ITS FUTURE 
Created by Alex Bondarev / @skip405
WHAT IS CSS? 
CSS is is a style sheet language used for describing the look and 
formatting of a document written in a markup language.
WHY WAS IT INTRODUCED? 
CSS was invented to separate document content from 
presentation. Such separation allowed to have one and the same 
document styled differently.
CSS ZEN GARDEN
CSS SYNTAX 
.my-block{ 
display: none; 
margin: auto; 
} 
selector, declaration block, property, value
WHAT IS CSS AGAIN? 
the reason it's called Cascading Style Sheets is that CSS 
introduces a priority scheme. It is needed in situations when 
styles for an element on the page come from different sources
SELECTOR SPECIFICITY 
There's a scheme that allows to count selector specificity. It 
consists of 4 numbers and looks like this: 
0,0,1,0 
In other words, the numbers represent the quantity of different 
CSS selectors in one 
style attribute (style="display: none;"), id 
(#new), class (.element), element (p, span, div) 
.my-block{ 
display: none; 
margin: auto; 
} 
This selector contains only a single class-name, so it has 
specificity of 0,0,1,0
PARTY TIME :) 
A person who is the first to calculate the specificity of this 
selector gets a Mishka na polyane 
html body section.id#class 
div.id + .id.id--header > 
li.id a
AN !IMPORTANT NOTE 
!important is the master rule that can be overwritten by a more 
specific selector with !important
MINUSES THAT ARE BEING SEEN TO 
No native variables. 
No way to target the parent selector 
No layout mechanism 
No calculation. It's impossible to natively use something like 
this: 100% - 2em + 30px 
No native variables. Firefox is the first (and the only so far) to 
have them 
No way to target the parent selector 
No layout mechanism (flexbox to the rescue but support is 
catching up) 
No calculation. It's impossible to natively use something like 
this: 100% - 2em + 30px - calc function is supported from 
IE9 and newer, and Android 4.4 and newer 
Some things can be solved by preprocessors
CSS SHAPES 
is one of the most significant CSS features that are going to be 
implemented.
Soon it will be possible to do something like this in all browsers:
IT DOESN'T END HERE OF COURSE :) 
There are lots of things to come in the future. Here's a list of the 
most interesting CSS possibilities that are planned. 
New selector possibilities: @namespace, :matches, :local-link( 
3) etc. 
Wider support of Blend modes 
Conic gradients 
Using an html element on the page as a background-image 
with background: element(#src);
CSS IS COOL! THANKS FOR LISTENING

Más contenido relacionado

La actualidad más candente

New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
Jamshid Hashimi
 

La actualidad más candente (15)

Languages for web(HTML,CSS,JS)
Languages for web(HTML,CSS,JS)Languages for web(HTML,CSS,JS)
Languages for web(HTML,CSS,JS)
 
Css3 shubelal
Css3   shubelalCss3   shubelal
Css3 shubelal
 
Css3
Css3Css3
Css3
 
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
 
Lecture2
Lecture2Lecture2
Lecture2
 
Fundamental CSS3
Fundamental CSS3Fundamental CSS3
Fundamental CSS3
 
What's a web page made of?
What's a web page made of?What's a web page made of?
What's a web page made of?
 
Web Languages
Web LanguagesWeb Languages
Web Languages
 
Back to the Basics - 2 - HTML & CSS
Back to the Basics - 2 - HTML & CSSBack to the Basics - 2 - HTML & CSS
Back to the Basics - 2 - HTML & CSS
 
Getting started with html5
Getting started with html5Getting started with html5
Getting started with html5
 
CSS and CSS3
CSS and CSS3CSS and CSS3
CSS and CSS3
 
[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 Workshop[Worskhop Summits] CSS3 Workshop
[Worskhop Summits] CSS3 Workshop
 
Web Information Systems XML
Web Information Systems XMLWeb Information Systems XML
Web Information Systems XML
 
presentation in html,css,javascript
presentation in html,css,javascriptpresentation in html,css,javascript
presentation in html,css,javascript
 
Welcome to css!
Welcome to css!Welcome to css!
Welcome to css!
 

Destacado

Finding_your_digital_sweet_spot
Finding_your_digital_sweet_spotFinding_your_digital_sweet_spot
Finding_your_digital_sweet_spot
Andy Mallows
 
Linkofme大頭照上傳方式
Linkofme大頭照上傳方式Linkofme大頭照上傳方式
Linkofme大頭照上傳方式
magicbonus
 
أجرك صوت الدراهم
أجرك صوت الدراهمأجرك صوت الدراهم
أجرك صوت الدراهم
Sami Guiba
 

Destacado (12)

Html and its future
Html and its futureHtml and its future
Html and its future
 
Finding_your_digital_sweet_spot
Finding_your_digital_sweet_spotFinding_your_digital_sweet_spot
Finding_your_digital_sweet_spot
 
Proof of payment
Proof of paymentProof of payment
Proof of payment
 
Tugas kimia mekanika kuantum
Tugas kimia mekanika kuantumTugas kimia mekanika kuantum
Tugas kimia mekanika kuantum
 
Introduction to HSA
Introduction to HSAIntroduction to HSA
Introduction to HSA
 
Analysis approach for three phase two level voltage
Analysis approach for three phase two level voltageAnalysis approach for three phase two level voltage
Analysis approach for three phase two level voltage
 
Linkofme大頭照上傳方式
Linkofme大頭照上傳方式Linkofme大頭照上傳方式
Linkofme大頭照上傳方式
 
Actividad nro 1
Actividad nro 1Actividad nro 1
Actividad nro 1
 
أجرك صوت الدراهم
أجرك صوت الدراهمأجرك صوت الدراهم
أجرك صوت الدراهم
 
June 1 prescription for life
June 1 prescription for lifeJune 1 prescription for life
June 1 prescription for life
 
KKPI PENJELASAN SCANNER
KKPI  PENJELASAN SCANNERKKPI  PENJELASAN SCANNER
KKPI PENJELASAN SCANNER
 
Digital image compression techniques
Digital image compression techniquesDigital image compression techniques
Digital image compression techniques
 

Similar a Css and its future

CSS Methodology
CSS MethodologyCSS Methodology
CSS Methodology
Zohar Arad
 
3 css essentials
3 css essentials3 css essentials
3 css essentials
Anchu S
 

Similar a Css and its future (20)

The CSS Handbook
The CSS HandbookThe CSS Handbook
The CSS Handbook
 
CSS Methodology
CSS MethodologyCSS Methodology
CSS Methodology
 
Css training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentialsCss training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentials
 
3-CSS_essentials.ppt
3-CSS_essentials.ppt3-CSS_essentials.ppt
3-CSS_essentials.ppt
 
3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.ppt3-CSS_essentials_developers_begineers.ppt
3-CSS_essentials_developers_begineers.ppt
 
3-CSS_essentials.ppt
3-CSS_essentials.ppt3-CSS_essentials.ppt
3-CSS_essentials.ppt
 
3 css essentials
3 css essentials3 css essentials
3 css essentials
 
Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3
 
Pfnp slides
Pfnp slidesPfnp slides
Pfnp slides
 
Css
CssCss
Css
 
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
 
Rock Solid CSS Architecture
Rock Solid CSS ArchitectureRock Solid CSS Architecture
Rock Solid CSS Architecture
 
Organize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS TricksOrganize Your Website With Advanced CSS Tricks
Organize Your Website With Advanced CSS Tricks
 
Full
FullFull
Full
 
Design and CSS
Design and CSSDesign and CSS
Design and CSS
 
Web Programming& Scripting Lab
Web Programming& Scripting LabWeb Programming& Scripting Lab
Web Programming& Scripting Lab
 
Structuring your CSS for maintainability: rules and guile lines to write CSS
Structuring your CSS for maintainability: rules and guile lines to write CSSStructuring your CSS for maintainability: rules and guile lines to write CSS
Structuring your CSS for maintainability: rules and guile lines to write CSS
 
Css
CssCss
Css
 
CSS Overview
CSS OverviewCSS Overview
CSS Overview
 
SCSS Implementation
SCSS ImplementationSCSS Implementation
SCSS Implementation
 

Último

valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
ydyuyu
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
nirzagarg
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
imonikaupta
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 

Último (20)

valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
Yerawada ] Independent Escorts in Pune - Book 8005736733 Call Girls Available...
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 

Css and its future

  • 1. CSS AND ITS FUTURE Created by Alex Bondarev / @skip405
  • 2. WHAT IS CSS? CSS is is a style sheet language used for describing the look and formatting of a document written in a markup language.
  • 3. WHY WAS IT INTRODUCED? CSS was invented to separate document content from presentation. Such separation allowed to have one and the same document styled differently.
  • 5.
  • 6.
  • 7.
  • 8. CSS SYNTAX .my-block{ display: none; margin: auto; } selector, declaration block, property, value
  • 9. WHAT IS CSS AGAIN? the reason it's called Cascading Style Sheets is that CSS introduces a priority scheme. It is needed in situations when styles for an element on the page come from different sources
  • 10. SELECTOR SPECIFICITY There's a scheme that allows to count selector specificity. It consists of 4 numbers and looks like this: 0,0,1,0 In other words, the numbers represent the quantity of different CSS selectors in one style attribute (style="display: none;"), id (#new), class (.element), element (p, span, div) .my-block{ display: none; margin: auto; } This selector contains only a single class-name, so it has specificity of 0,0,1,0
  • 11. PARTY TIME :) A person who is the first to calculate the specificity of this selector gets a Mishka na polyane html body section.id#class div.id + .id.id--header > li.id a
  • 12. AN !IMPORTANT NOTE !important is the master rule that can be overwritten by a more specific selector with !important
  • 13. MINUSES THAT ARE BEING SEEN TO No native variables. No way to target the parent selector No layout mechanism No calculation. It's impossible to natively use something like this: 100% - 2em + 30px No native variables. Firefox is the first (and the only so far) to have them No way to target the parent selector No layout mechanism (flexbox to the rescue but support is catching up) No calculation. It's impossible to natively use something like this: 100% - 2em + 30px - calc function is supported from IE9 and newer, and Android 4.4 and newer Some things can be solved by preprocessors
  • 14. CSS SHAPES is one of the most significant CSS features that are going to be implemented.
  • 15. Soon it will be possible to do something like this in all browsers:
  • 16.
  • 17.
  • 18. IT DOESN'T END HERE OF COURSE :) There are lots of things to come in the future. Here's a list of the most interesting CSS possibilities that are planned. New selector possibilities: @namespace, :matches, :local-link( 3) etc. Wider support of Blend modes Conic gradients Using an html element on the page as a background-image with background: element(#src);
  • 19. CSS IS COOL! THANKS FOR LISTENING