1 / 15

@import

stylesheet. @import. @charset. @nmspace. ruleset. @media. @font. @page. @keyfr. @charset. " @charset". s. string. ;. @import. string. "@import". s. ;. url. s. mediaQ. @nmspace. s. string. " @namespace". ;. url. identifr. s. @keyfr. {. ruleset. " @keyframes".

Télécharger la présentation

@import

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. stylesheet @import @charset @nmspace ruleset @media @font @page @keyfr

  2. @charset "@charset" \s string ;

  3. @import string "@import" \s ; url \s mediaQ

  4. @nmspace \s string "@namespace" ; url identifr \s

  5. @keyfr { ruleset "@keyframes" string } \s identifr

  6. @media mediaQ \s "@media" ruleset @page

  7. media query media type media expr \s "NOT" " AND " "ONLY" ,

  8. media expression value : ( feature ) "min-" : feature value "max-"

  9. ruleset, a.k.a. rule block selector

  10. block } { declaration ; ;

  11. declaration property : value ! "important" "ie"

  12. @font block "@font-face"

  13. @page "@page" page block pseudo page : identfr

  14. page block } { declaration ; ; page margin block

  15. template ruleset @media @font @page ; Template – bits and pieces

More Related