InternetUnicodeHTML Draft for Information Only
ContentRegular At-Rule
Regular At-RuleA regular at-rule is a CSS rule designed specifically for initializing the CSS engine at the startup stage. Therefoe regular @rule can be used as a CSS statement to instruct how the CSS engine to behave. @import At-RuleFeatures
'@import'1,2,2.1 to specify those to be included external style sheets by importing Form: @import url; | @import url list-of-media-queries;Parameter: @import@import at-rule with identifier "import"url A <string> or a <url> representing the location of the resource to import. The URL may be absolute or relative. list-of-media-queries A comma-separated list of media queries conditioning the application of the CSS rules defined in the linked URL. If the browser does not support any these queries, it does not load the linked resource.Syntax: @import [ <string> | <url> ] [ <media-query-list> ]?; <q class="dbl"> <i><u>where </u> <media-query-list> = <media-query># </i> <i><u>where </u> <media-query> = <media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]? </i> <i><u>where </u> <media-condition> = <media-not> | <media-and> | <media-or> | <media-in-parens><br /> <media-type> = <ident><br /> <media-condition-without-or> = <media-not> | <media-and> | <media-in-parens> </i> <i><u>where </u> <media-not> = not <media-in-parens><br /> <media-and> = <media-in-parens> [ and <media-in-parens> ]+<br /> <media-or> = <media-in-parens> [ or <media-in-parens> ]+<br /> <media-in-parens> = ( <media-condition> ) | <media-feature> | <general-enclosed> </i> <i><u>where </u> <media-feature> = ( [ <mf-plain> | <mf-boolean> | <mf-range> ] )<br /> <general-enclosed> = [ <function-token> <any-value> ) ] | ( <ident> <any-value> )<br /> </i> <i><u>where </u> <mf-plain> = <mf-name> : <mf-value><br /> <mf-boolean> = <mf-name><br /> <mf-range> = <mf-name> [ '<' | '>' ]? '='? <mf-value> | <mf-value> [ '<' | '>' ]? '='? <mf-name> | <mf-value> '<' '='? <mf-name> '<' '='? <mf-value> | <mf-value> '>' '='? <mf-name> '>' '='? <mf-value> </i> <i><u>where </u> <mf-name> = <ident><br /> <mf-value> = <number> | <dimension> | <ident> | <ratio> </i></q>Remarks: @import at-rule is used to import style rules from other specified style sheets<br /> @import at-rule must be placed after @charset at-rule and before all other types of CSS rules such that required style rules are retrieved before any rendering style rules.<br /> @import at-rule is a regular @rule and cannot be placed inside conditional group at-rules.<br /> @import at-rule with media-query is a conditional import, otherwise the import is unconditional. Specifying all for the medium has the same effect.<br /> css1:initial;css2.1:support <string>;Media Queries:support media-queries.Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/@import Examples
@charset At-RuleFeatures
'@charset'2.1 to specify the character encoding of the style sheet itself Form: @charset char_setParameter: @charset@charset at-rule with identifier "charset"char_set A double-quoted<string> used to specify the character encoding of the style sheet itsel. The string of charset must be the name of a web-safe character encoding defined in the IANA-registry. The form of the statement is exactly one space character (U+0020) after the '@charset' at-rule, and immediately terminated with a semicolon.Syntax: @charset "<charset>";Remarks: If several names are associated with an encoding, only the one marked with preferred must be used.<br /> An @charset rule must place the rule at the very beginning of the style sheet, preceded by no characters. any @charset rule not at the beginning of the style sheet will be ignored.<br /> @charset must be written literally.<br /> @charset rules should only function if they are in the encoding of the style sheet.Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/@charset Examples
@namespace At-RuleFeatures
'@namespace' to specify the XML namespaces to be used in a CSS style sheet. Form: Parameter: Syntax: Remarks: Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/@namespace Examples
©sideway ID: 190400026 Last Updated: 4/26/2019 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019