SlideShare una empresa de Scribd logo
1 de 18
CSS3
     +
 Progressive
Enhancement
    Takeru Suzuki
  Feburuary 20, 2010
CSS1
 Cascading Style Sheets, Level 1

✓ 1996-12-17

✓ 1999-01-11

✓
CSS2
 Cascading Style Sheets, Level 2

✓ 1998-05-12

✓ 2008-04-11

✓
CSS 2.1
     Cascading Style Sheets
       Level 2 Revision 1


✓ 2009-09-08

✓
CSS3
Cascading Style Sheets Level 3


✓

✓
W3C
Recommendation

✓   :

✓   :
CSS Snapshot
     CSS:

✓ CSS 2.1
✓ CSS Namespaces
✓ Selectors Level 3
✓ CSS Color Level 3
@font-face

✓


✓
@font-face
@font-face {
  font-family:
   "League Gothic";
  src:
   url("/fonts/League_Gothic.eot");
  src:
   local("League Gothic Regular"),
   local("LeagueGothic"),
   url("/fonts/League_Gothic.otf") format("opentype");
}

...

h1, .nav {
  font-family: "League Gothic", sans-serif;
}
Pseudo-classes
 :not()
 :only-child
 :nth-child(n)
 :nth-last-of-type(n)...



✓ IE
Pseudo-classes

<!--[if lte IE 8]>
 <script type=”text/javascript”
  src=”/js/DOMAssistant.js”></script>
 <script type=”text/javascript”
  src=”/js/ie-css3.js”></script>
<![end if]-->
✓          ?

✓ IE   ?

       !
Graceful
    Degradation

✓

✓
Progressive
    Enhancement

✓

✓
Back to Basics

✓           ?

✓

✓
Thank You!
  http://terkel.jp/

Más contenido relacionado

Destacado

Content Strategy & Monitoring kostenlos
Content Strategy & Monitoring kostenlosContent Strategy & Monitoring kostenlos
Content Strategy & Monitoring kostenlosStefan Evertz
 
Mobile Ideation aka "Der mobile Mehrwert"
Mobile Ideation aka "Der mobile Mehrwert"Mobile Ideation aka "Der mobile Mehrwert"
Mobile Ideation aka "Der mobile Mehrwert"OPEN KNOWLEDGE GmbH
 
Zum Social Media Erfolg mit AMPEL
Zum Social Media Erfolg mit AMPELZum Social Media Erfolg mit AMPEL
Zum Social Media Erfolg mit AMPELStefan Evertz
 
Android Architecture
Android ArchitectureAndroid Architecture
Android Architecturedeepakshare
 
Build Your Mobile App with AWS Mobile Services
Build Your Mobile App with AWS Mobile ServicesBuild Your Mobile App with AWS Mobile Services
Build Your Mobile App with AWS Mobile ServicesAmazon Web Services
 
android architecture
android architectureandroid architecture
android architectureAashita Gupta
 
The Graceful Degradation of CSS3
The Graceful Degradation of CSS3The Graceful Degradation of CSS3
The Graceful Degradation of CSS3Denise Jacobs
 
Social media monitoring - Basics, opportunities and limitations
Social media monitoring - Basics, opportunities and limitationsSocial media monitoring - Basics, opportunities and limitations
Social media monitoring - Basics, opportunities and limitationsStefan Evertz
 

Destacado (10)

Content Strategy & Monitoring kostenlos
Content Strategy & Monitoring kostenlosContent Strategy & Monitoring kostenlos
Content Strategy & Monitoring kostenlos
 
Mobile Ideation aka "Der mobile Mehrwert"
Mobile Ideation aka "Der mobile Mehrwert"Mobile Ideation aka "Der mobile Mehrwert"
Mobile Ideation aka "Der mobile Mehrwert"
 
Zum Social Media Erfolg mit AMPEL
Zum Social Media Erfolg mit AMPELZum Social Media Erfolg mit AMPEL
Zum Social Media Erfolg mit AMPEL
 
Android Architecture
Android ArchitectureAndroid Architecture
Android Architecture
 
Build Your Mobile App with AWS Mobile Services
Build Your Mobile App with AWS Mobile ServicesBuild Your Mobile App with AWS Mobile Services
Build Your Mobile App with AWS Mobile Services
 
android architecture
android architectureandroid architecture
android architecture
 
The Graceful Degradation of CSS3
The Graceful Degradation of CSS3The Graceful Degradation of CSS3
The Graceful Degradation of CSS3
 
The Day after
The Day afterThe Day after
The Day after
 
Social media monitoring - Basics, opportunities and limitations
Social media monitoring - Basics, opportunities and limitationsSocial media monitoring - Basics, opportunities and limitations
Social media monitoring - Basics, opportunities and limitations
 
Android Platform Architecture
Android Platform ArchitectureAndroid Platform Architecture
Android Platform Architecture
 

Similar a CSS3 + Progressive Enhancement

3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105John Picasso
 
Css3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyCss3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyjdramaix
 
Css3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyCss3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyArcbees
 
TIBCO General Interface - CSS Guide
TIBCO General Interface - CSS GuideTIBCO General Interface - CSS Guide
TIBCO General Interface - CSS GuideRohan Chandane
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptraghavanp4
 
Content-Security-Policy 2018.0
Content-Security-Policy 2018.0Content-Security-Policy 2018.0
Content-Security-Policy 2018.0Philippe Gamache
 
Css Founder.com | Cssfounder org
Css Founder.com | Cssfounder orgCss Founder.com | Cssfounder org
Css Founder.com | Cssfounder orgCss Founder
 
Modern Web Development
Modern Web DevelopmentModern Web Development
Modern Web DevelopmentRobert Nyman
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Chris Poteet
 
Css week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandourCss week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandourOsama Ghandour Geris
 
October 2014 - USG Rock Eagle - Sass 101
October 2014 - USG Rock Eagle - Sass 101October 2014 - USG Rock Eagle - Sass 101
October 2014 - USG Rock Eagle - Sass 101Eric Sembrat
 
HTML and CSS Coding Standards
HTML and CSS Coding StandardsHTML and CSS Coding Standards
HTML and CSS Coding StandardsSaajan Maharjan
 

Similar a CSS3 + Progressive Enhancement (20)

3 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 202101053 coding101 fewd_lesson3_your_first_website 20210105
3 coding101 fewd_lesson3_your_first_website 20210105
 
Css3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyCss3 and gwt in perfect harmony
Css3 and gwt in perfect harmony
 
Css3 and gwt in perfect harmony
Css3 and gwt in perfect harmonyCss3 and gwt in perfect harmony
Css3 and gwt in perfect harmony
 
TIBCO General Interface - CSS Guide
TIBCO General Interface - CSS GuideTIBCO General Interface - CSS Guide
TIBCO General Interface - CSS Guide
 
CSS3
CSS3CSS3
CSS3
 
Css3 101
Css3 101Css3 101
Css3 101
 
CSS HTML.pdf
CSS HTML.pdfCSS HTML.pdf
CSS HTML.pdf
 
Unit 3 (it workshop).pptx
Unit 3 (it workshop).pptxUnit 3 (it workshop).pptx
Unit 3 (it workshop).pptx
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
Content-Security-Policy 2018.0
Content-Security-Policy 2018.0Content-Security-Policy 2018.0
Content-Security-Policy 2018.0
 
Slicing the web
Slicing the webSlicing the web
Slicing the web
 
Css Founder.com | Cssfounder org
Css Founder.com | Cssfounder orgCss Founder.com | Cssfounder org
Css Founder.com | Cssfounder org
 
Modern Web Development
Modern Web DevelopmentModern Web Development
Modern Web Development
 
Professional Css
Professional CssProfessional Css
Professional Css
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
 
Css week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandourCss week11 2020 2021 for g10 by eng.osama ghandour
Css week11 2020 2021 for g10 by eng.osama ghandour
 
October 2014 - USG Rock Eagle - Sass 101
October 2014 - USG Rock Eagle - Sass 101October 2014 - USG Rock Eagle - Sass 101
October 2014 - USG Rock Eagle - Sass 101
 
HTML and CSS Coding Standards
HTML and CSS Coding StandardsHTML and CSS Coding Standards
HTML and CSS Coding Standards
 

CSS3 + Progressive Enhancement

Notas del editor