about.html

来自「CSS lets learn this step by step...」· HTML 代码 · 共 515 行 · 第 1/2 页

HTML
515
字号
<h4><a name="q10"> Percentage values</a></h4><p>This part indicates how percentages should be interpreted, if they occur inthe value of the property. If "N/A" appears here, it means that theproperty does not accept percentages as values.<h4><a name="q11"> Media groups</a></h4><p>This part indicates the <a href="media.html#media-groups">mediagroups</a> to which the property applies. The <ahref="conform.html">conformance</a> conditions state that user agentsmust support this property if they support rendering to the <ahref="media.html#media-types">media types</a> included in these <ahref="media.html#media-groups">media groups</a>.<H3>1.3.3 <a name="shorthand">Shorthand properties</a></H3><p>Some properties are <a name="x0"><span class="index-def" title="shorthandproperty"><dfn>shorthand properties</dfn></span></a>, meaning they allowauthors to specify the values of several properties with a singleproperty.<P>For instance, the <a href="fonts.html#propdef-font" class="noxref"><span class="propinst-font">'font'</span></a> propertyis a shorthand property for setting <a href="fonts.html#propdef-font-style" class="noxref"><spanclass="propinst-font-style">'font-style'</span></a>, <a href="fonts.html#propdef-font-variant" class="noxref"><spanclass="propinst-font-variant">'font-variant'</span></a>, <a href="fonts.html#propdef-font-weight" class="noxref"><spanclass="propinst-font-weight">'font-weight'</span></a>, <a href="fonts.html#propdef-font-size" class="noxref"><spanclass="propinst-font-size">'font-size'</span></a>, <a href="visudet.html#propdef-line-height" class="noxref"><spanclass="propinst-line-height">'line-height'</span></a>, and <a href="fonts.html#propdef-font-family" class="noxref"><spanclass="propinst-font-family">'font-family'</span></a> all at once.</p><P>When values are omitted from a shorthand form, each"missing" property is assignedits initial value (see the section on <a href="cascade.html">thecascade</a>).<div class="example"><P style="display:none">Example(s):</P><p>The multiple style rules of this example:</p><pre>H1 {   font-weight: bold;   font-size: 12pt;  line-height: 14pt;   font-family: Helvetica;   font-variant: normal;  font-style: normal;  font-stretch: normal;  font-size-adjust: none}</pre><p>may be rewritten with a single shorthand property:</p><pre>H1 { font: bold 12pt/14pt Helvetica }</pre><p>In this example, <a href="fonts.html#propdef-font-variant" class="noxref"><spanclass="propinst-font-variant">'font-variant'</span></a>, <a href="fonts.html#propdef-font-stretch" class="noxref"><spanclass="propinst-font-stretch">'font-stretch'</span></a>, <a href="fonts.html#propdef-font-size-adjust" class="noxref"><spanclass="propinst-font-size-adjust">'font-size-adjust'</span></a>, and <a href="fonts.html#propdef-font-style" class="noxref"><spanclass="propinst-font-style">'font-style'</span></a> take their initial values.</p></div><h3><a name="q13">1.3.4 Notes and examples</a></h3><P>All examples that illustrate illegal usage are clearlymarked as "ILLEGAL EXAMPLE".<P>All HTML examples conform to the HTML 4.0 strict DTD (defined in<a href="refs.html#ref-HTML40" rel="biblioentry" class="noxref"><span class="normref">[HTML40]</span></a>) unless otherwise indicated by a document type declaration.<P>All notes are informative only.<P>Examples and notes are marked within the source HTML for thespecification and CSS1 user agents will render them specially.<h3><a name="q14">1.3.5 Images and long descriptions</a></h3><P>Most images in the electronic version of this specification areaccompanied by "long descriptions" of what they represent.  A link tothe long description is denoted by a "[D]" to the right of the image.<P>Images and long descriptions are informative only.<H2><a name="q15">1.4 Acknowledgments</a></H2> <P>This specification is the product of the W3C Working Group onCascading Style Sheets and Formatting Properties. In addition to theeditors of this specification, the members of the Working Group are:Brad Chase (Bitstream), Chris Wilson (Microsoft), Daniel Glazman(Electricit&eacute; de France), Dave Raggett (W3C/HP), Ed Tecot(Microsoft), Jared Sorensen (Novell), Lauren Wood (SoftQuad), LaurieAnna Kaplan (Microsoft), Mike Wexler (Adobe), Murray Maloney (Grif),Powell Smith (IBM), Robert Stevahn (HP), Steve Byrne (JavaSoft),Steven Pemberton (CWI), Thom Phillabaum (Netscape), Douglas Rand(Silicon Graphics), Robert Pernett (Lotus), Dwayne Dicks (SoftQuad),and Sho Kuwamoto (Macromedia). We thank them for their continuedefforts.<P>A number of invited experts to the Working Group have contributed:George Kersher, Glenn Rippel (Bitstream), Jeff Veen (HotWired), MarkkuT. Hakkinen (The Productivity Works), Martin D&uuml;rst(W3C, formerly  Universit&auml;t Z&uuml;rich), Roy Platon (RAL), ToddFahrner (Verso), Tim Boland (NIST), Eric Meyer (Case WesternReserve University), and Vincent Quint (W3C).<p>The section on Web Fonts was strongly shaped by Brad Chase (Bitstream)David Meltzer (Microsoft Typography) and Steve Zilles (Adobe). Thefollowing people have also contributed in various ways to the sectionpertaining to fonts: Alex Beamon (Apple), Ashok Saxena (Adobe), BenBauermeister (HP), Dave Raggett (W3C/HP), David Opstad (Apple), DavidGoldsmith (Apple), Ed Tecot (Microsoft), Erik van Blokland(LettError), Fran&ccedil;ois Yergeau (Alis), Gavin Nicol (Inso),Herbert van Zijl (Elsevier), Liam Quin, Misha Wolf (Reuters), PaulHaeberli (SGI), and the late Phil Karlton (Netscape).<P>The section on Paged Media was in large parts authored by RobertStevahn (HP) and Stephen Waters (Microsoft).<P>Robert Stevahn (HP), Scott Furman (Netscape), and ScottIsaacs (Microsoft) were key contributors to CSS Positioning.<P>Mike Wexler (Adobe) was the editor of the interim working draft,which described many of the new features of CSS2.<P><a href="http://cs.cornell.edu/home/raman">T.V. Raman</a> (Adobe)made pivotal contributions towards Aural Cascading Style Sheets (ACSS)and the concepts of aural presentation based on his work on AsTeR(Audio System For Technical Readings). He contributed an initial draftof the ACSS specification that shaped the currentspecification. Values for aural properties in the <ahref="sample.html">HTML 4.0 sample style sheet</a> are of hisdevising; he currently uses them on a daily basis on his audio desktopin conjunction with Emacspeak and the Emacs W3 browser (authored byWilliam Perry, who also implemented the aural extensions on the W3side of the fence).<P>Todd Fahrner (Verso) researched contemporary and historicalbrowsers to develop the sample style sheet in the appendix.<P>Thanks to Jan K&auml;rrman, author of <ahref="http://www.tdb.uu.se/~jan/html2ps.html">html2ps</a> for helpingso much in creating the PostScript version of the specification.<P>Through electronic and physical encounters, the following peoplehave contributed to the development of CSS2: Alan Borning, RobertCailliau, Liz Castro, James Clark, Dan Connolly, Donna Converse,Daniel Dardailler, Al Gilman, Daniel Greene, Scott Isaacs, GeirIvars&oslash;y, Vincent Mallet, Kim Marriott, Brian Michalowski, LouMontulli, Henrik Frystyk Nielsen, Jacob Nielsen, Eva von Pepel,William Perry, David Siegel, Peter Stuckey, and Jason White.<P>The discussions on www-style@w3.org have been influential in manykey issues for CSS. Especially, we would like to thank Bjorn Backlund,Todd Fahrner, Lars Marius Garshol, Sue Jordan, Ian Hickson, SusanLesch, Andrew Marshall, MegaZone, Eric Meyer, Russell O'Connor, DavidPerrell, Liam Quinn, Jon Seymour, Neil St. Laurent, Taylor, Brian Wilson, and ChrisWilson for their participation.<P>Many thanks to the Web Accessibility Initiative Protocols andFormats Technical Review Working Group (WAI PF) for helping to improvethe accessibility of CSS2.<P>Many thanks to Philippe Le H&eacute;garet, whose CSS validator helpedensure correct examples and a sensible grammar. <P>Special thanks to Arnaud Le Hors, whose engineering contributionsmade this document work.<P>Adam Costello improved this specification by performing a detailedreview.<P>Lastly, thanks to Tim Berners-Lee without whom none of this wouldhave been possible.<H2>1.5 <a name="copyright">Copyright Notice</a></H2><p><strong>Copyright &copy; 1997 <a href="http://www.w3.org/">World WideWeb Consortium</a>, (<a href="http://www.lcs.mit.edu/">MassachusettsInstitute of Technology</a>, <a href="http://www.inria.fr/">InstitutNational de Recherche en Informatique et en Automatique</a>, <ahref="http://www.keio.ac.jp/">Keio University</a>).  All RightsReserved.</strong><p>Documents on the <a href="http://www.w3.org/">W3C</a> site areprovided by the copyright holders under the following license. Byobtaining, using and/or copying this document, or the W3C documentfrom which this statement is linked, you agree that you have read,understood, and will comply with the following terms andconditions:</p><p>Permission to use, copy, and distribute the contents of thisdocument, or the W3C document from which this statement is linked, inany medium for any purpose and without fee or royalty is herebygranted, provided that you include the following on <i>ALL</i> copiesof the document, or portions thereof, that you use:<ol>  <li>A link or URI to the original W3C document.</li>  <li>The pre-existing copyright notice of the original author, if it  doesn't exist, a notice of the form: &quot;Copyright &copy; <a  href="http://www.w3.org/">World Wide Web Consortium</a>, (<a  href="http://www.lcs.mit.edu/">Massachusetts Institute of  Technology</a>, <a href="http://www.inria.fr/">Institut National de  Recherche en Informatique et en Automatique</a>, <a  href="http://www.keio.ac.jp/">Keio University</a>). All Rights  Reserved.&quot; </li>  <li><em>If it exists</em>, the STATUS of the W3C document.</li></ol><p>When space permits, inclusion of the full text of this<b>NOTICE</b> should be provided. In addition, credit shall beattributed to the copyright holders for any software, documents, orother items or products that you create pursuant to the implementationof the contents of this document, or any portion thereof. </p><p>No right to create modifications or derivatives is granted pursuantto this license.</p><p><b>THIS DOCUMENT IS PROVIDED &quot;AS IS,&quot; AND COPYRIGHT HOLDERSMAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING,BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR APARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OFTHE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATIONOF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.</b></p><p><b>COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THEDOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTSTHEREOF.</b></p><p>The name and trademarks of copyright holders may NOT be used inadvertising or publicity pertaining to this document or its contentswithout specific, written prior permission. Title to copyright in thisdocument will at all times remain with copyright holders. </p><hr class="navbar"><div class="navbar" align="center"><p><a href="cover.html">previous</a> &nbsp;<a href="intro.html">next</a> &nbsp;<a href="cover.html#minitoc">contents</a> &nbsp;<a href="propidx.html">properties</a> &nbsp;<a href="indexlist.html">index</a> &nbsp;</div></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?