Skip to content

Commit d52e7a5

Browse files
committed
[css-background] Try to fix spread definition per <http://lists.w3.org/Archives/Public/www-style/2012Sep/0173.html>
--HG-- extra : rebase_source : e5c1837d11d11d5efcd44202a24a5810f24f7b1a
1 parent 51791d5 commit d52e7a5

2 files changed

Lines changed: 67 additions & 59 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 61 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="CSS Backgrounds and Borders Module Level 3"
1313
name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-07-25 name=dcterms.date>
15+
<meta content=2013-11-11 name=dcterms.date>
1616
<meta content="Bert Bos" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content="Brad Kemper" name=dcterms.creator>
@@ -42,12 +42,12 @@
4242

4343
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4444

45-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2013</h2>
45+
<h2 class="no-num no-toc">Editor's Draft 11 November 2013</h2>
4646

4747
<dl>
4848
<dt>This version:
4949

50-
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20130725/">http://dev.w3.org/csswg/css3-background/</a> -->
50+
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20131111/">http://dev.w3.org/csswg/css3-background/</a> -->
5151
<a
5252
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
5353

@@ -123,9 +123,9 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
123123
href="#document">documents</a> (such as HTML and XML) on screen, on paper,
124124
in speech, etc. This draft contains the features of CSS level 3 relating
125125
to borders and backgrounds. It includes and extends the functionality of
126-
CSS level 2 <a href="#CSS21"
126+
CSS level 2 <a href="#ref-CSS21"
127127
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds on CSS level 1
128-
<a href="#CSS1" rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main
128+
<a href="#ref-CSS1" rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main
129129
extensions compared to level 2 are borders consisting of images, boxes
130130
with multiple backgrounds, boxes with rounded corners and boxes with
131131
shadows.
@@ -393,20 +393,20 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
393393

394394
<p>When elements are rendered according to the <a
395395
href="http://www.w3.org/TR/CSS21/box.html">CSS box model</a> <a
396-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, each element
397-
is either not displayed at all, or formatted as one or more rectangular
398-
boxes. Each box has a rectangular content area, a band of padding around
399-
the content, a border around the padding, and a margin outside the border.
400-
(The margin may actually be negative, but margins have no influence on the
401-
background and border.)
396+
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, each
397+
element is either not displayed at all, or formatted as one or more
398+
rectangular boxes. Each box has a rectangular content area, a band of
399+
padding around the content, a border around the padding, and a margin
400+
outside the border. (The margin may actually be negative, but margins have
401+
no influence on the background and border.)
402402

403403
<div class=figure>
404404
<p><img
405405
alt="Diagram of a typical box, showing the content, padding, border and margin areas"
406406
src=box>
407407

408408
<p class=caption>The various areas and edges of a typical box. (This
409-
diagram is explained in the CSS2.1 Box Model chapter <a href="#CSS21"
409+
diagram is explained in the CSS2.1 Box Model chapter <a href="#ref-CSS21"
410410
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.)
411411
</div>
412412

@@ -426,20 +426,20 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
426426
<p>The relative stacking order of backgrounds, borders, and shadows is
427427
given in this module. For how these layers interact with other rendered
428428
content, see Appendix E “Elaborate description of Stacking Contexts”
429-
in <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
429+
in <a href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
430430

431431
<h2 id=values><span class=secno>2. </span> Values and Interactions</h2>
432432

433433
<p>This specification follows the <a
434434
href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
435-
definition conventions</a> from <a href="#CSS21"
435+
definition conventions</a> from <a href="#ref-CSS21"
436436
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
437437

438438
<h3 id=placement><span class=secno>2.1. </span> Module Interactions</h3>
439439

440440
<p>This module replaces and extends the background and border features
441-
defined in <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
442-
sections 8.5 and 14.2.
441+
defined in <a href="#ref-CSS21"
442+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> sections 8.5 and 14.2.
443443

444444
<p>All properties in this module apply to the <a
445445
href="http://www.w3.org/TR/CSS21/selector.html#first-letter"><code>::first-letter</code></a>
@@ -451,7 +451,7 @@ <h3 id=placement><span class=secno>2.1. </span> Module Interactions</h3>
451451
class=property>box-shadow</code></a>’ properties to
452452
<code>::first-line</code>. The UA must not apply the <a
453453
href="#borders">border-color/style/width properties</a> to
454-
<code>::first-line</code>. <a href="#CSS21"
454+
<code>::first-line</code>. <a href="#ref-CSS21"
455455
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
456456

457457
<h3 id=value-types><span class=secno>2.2. </span> Value Types</h3>
@@ -460,12 +460,12 @@ <h3 id=value-types><span class=secno>2.2. </span> Value Types</h3>
460460
defined by this specification as <code class=prod><a
461461
href="#image"><var>&lt;image&gt;</var></a> =
462462
<var>&lt;uri&gt;</var></code>. Other value types are defined in CSS
463-
Level 2 Revision 1 <a href="#CSS21"
463+
Level 2 Revision 1 <a href="#ref-CSS21"
464464
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS modules may expand
465-
the definitions of these value types: for example <a href="#CSS3COLOR"
465+
the definitions of these value types: for example <a href="#ref-CSS3COLOR"
466466
rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>, when combined with
467467
this module, expands the definition of the &lt;color&gt; value type as
468-
used in this specification. Similarly, <a href="#CSS3-IMAGES"
468+
used in this specification. Similarly, <a href="#ref-CSS3-IMAGES"
469469
rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a>, when combined
470470
with this module, expands the definition of <a
471471
href="#image"><var>&lt;image&gt;</var></a> as used in this
@@ -485,7 +485,7 @@ <h3 id=animations><span class=secno>2.3. </span>Animated Values</h3>
485485
styles. (The section <a
486486
href="http://www.w3.org/TR/css3-transitions/#animatable-types">“Animation
487487
of property types”</a> of the <cite>CSS Transitions module</cite> <a
488-
href="#CSS3-TRANSITIONS"
488+
href="#ref-CSS3-TRANSITIONS"
489489
rel=biblioentry>[CSS3-TRANSITIONS]<!--{{CSS3-TRANSITIONS}}--></a> is
490490
expected to define how different kinds of values are interpolated during a
491491
transition.) In anticipation of that, this module includes a line
@@ -705,7 +705,7 @@ <h3 id=the-background-image><span class=secno>3.3. </span>Image Sources:
705705
<p>For accessibility reasons, authors should not use background images as
706706
the sole method of conveying important information. See <a
707707
href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/F3">Web Content
708-
Accessibility Guideline F3</a> <a href="#WCAG20"
708+
Accessibility Guideline F3</a> <a href="#ref-WCAG20"
709709
rel=biblioentry>[WCAG20]<!--{{WCAG20}}--></a>. Images are not accessible
710710
in non-graphical presentations, and background images specifically might
711711
be turned off in high-contrast display modes.
@@ -1005,7 +1005,7 @@ <h3 id=the-background-attachment><span class=secno>3.5. </span>Affixing
10051005
therefore replicated on every page. <span class=note>Note that there is
10061006
only one viewport per view. Even if an element has a scrolling mechanism
10071007
(see the ‘<code class=property>overflow</code>’ property <a
1008-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>), a ‘<a
1008+
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>), a ‘<a
10091009
href="#fixed0"><code class=css>fixed</code></a>’ background doesn't
10101010
move with the element.</span>
10111011

@@ -1409,7 +1409,7 @@ <h3 id=the-background-clip><span class=secno>3.7. </span>Painting Area: the
14091409

14101410
<p class=note>Note that the background is always drawn <em>behind</em> the
14111411
border, if any. See “Elaborate description of Stacking Contexts” in <a
1412-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
1412+
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
14131413

14141414
<p>See the section <a href="#layering">“Layering multiple background
14151415
images”</a> for how ‘<a href="#background-clip"><code
@@ -1502,7 +1502,7 @@ <h3 id=the-background-origin><span class=secno>3.8. </span>Positioning
15021502
property has no effect: in this case the background positioning area is
15031503
the <a
15041504
href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">initial
1505-
containing block</a> <a href="#CSS21"
1505+
containing block</a> <a href="#ref-CSS21"
15061506
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
15071507

15081508
<p class=note>Note that if ‘<a href="#background-clip"><code
@@ -1991,9 +1991,9 @@ <h3 id=special-backgrounds><span class=secno>3.11. </span> Backgrounds of
19911991
the used value of its background is transparent.
19921992

19931993
<p>For documents whose root element is an HTML <code class=html>HTML</code>
1994-
element <a href="#HTML401"
1994+
element <a href="#ref-HTML401"
19951995
rel=biblioentry>[HTML401]<!--{{!HTML401}}--></a> or an XHTML <code
1996-
class=html>html</code> element <a href="#XHTML11"
1996+
class=html>html</code> element <a href="#ref-XHTML11"
19971997
rel=biblioentry>[XHTML11]<!--{{!XHTML11}}--></a>: if the computed value of
19981998
<a href="#background-image"><code
19991999
class=property>background-image</code></a>’ on the root element is
@@ -2033,7 +2033,7 @@ <h3 id=special-backgrounds><span class=secno>3.11. </span> Backgrounds of
20332033

20342034
<p>The ‘<code class=css>::first-line</code>’ pseudo-element is like an
20352035
inline-level element for the purposes of the background (see
2036-
section 5.12.1 of <a href="#CSS21"
2036+
section 5.12.1 of <a href="#ref-CSS21"
20372037
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>). That means, e.g., that in a
20382038
left-justified first line, the background does not necessarily extend all
20392039
the way to the right margin.
@@ -2297,7 +2297,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
22972297

22982298
<dd> Same as ‘<code class=property>none</code>’, but has different
22992299
behavior in the border conflict resolution rules for border-collapsed
2300-
tables <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
2300+
tables <a href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
23012301

23022302
<dt><dfn id=dotted><code class=css>dotted</code></dfn>
23032303

@@ -2335,7 +2335,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
23352335
the canvas. Treated as ‘<a href="#ridge"><code
23362336
class=property>ridge</code></a>’ in the <a
23372337
href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
2338-
border model</a>. <a href="#CSS21"
2338+
border model</a>. <a href="#ref-CSS21"
23392339
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
23402340

23412341
<dt><dfn id=outset><code class=css>outset</code></dfn>
@@ -2344,7 +2344,7 @@ <h3 id=the-border-style><span class=secno>4.2. </span>Line Patterns: the
23442344
the canvas. Treated as ‘<a href="#groove"><code
23452345
class=property>groove</code></a>’ in the <a
23462346
href="http://www.w3.org/TR/CSS21/tables.html#collapsing-borders">collapsing
2347-
border model</a>. <a href="#CSS21"
2347+
border model</a>. <a href="#ref-CSS21"
23482348
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
23492349
</dl>
23502350

@@ -3807,7 +3807,7 @@ <h3 id=border-image-tables><span class=secno>6.8. </span>Effect on Tables</h3>
38073807
how the image border interacts with the borders of cells, rows and row
38083808
groups at the edges of the table (see <a
38093809
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/tables.html#border-conflict-resolution">border
3810-
conflict resolution</a> in <a href="#CSS21"
3810+
conflict resolution</a> in <a href="#ref-CSS21"
38113811
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>).
38123812

38133813
<p>It is expected that a future specification will define the rendering. It
@@ -3956,7 +3956,7 @@ <h3 id=the-box-decoration-break><span class=secno>7.1. </span>Drawing at
39563956
edge. (Note in particular that neither the element's own ‘<code
39573957
class=property>direction</code>’ nor its containing block's ‘<code
39583958
class=property>direction</code>’ is used.) See <a
3959-
href="#CSS3-WRITING-MODES"
3959+
href="#ref-CSS3-WRITING-MODES"
39603960
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{CSS3-WRITING-MODES}}--></a>.
39613961

39623962
<p>UAs may also apply ‘<a href="#box-decoration-break"><code
@@ -4080,15 +4080,19 @@ <h3 id=the-box-shadow><span class=secno>7.2. </span>Drop Shadows: the ‘<a
40804080
href="#border-image"><code class=property>border-image</code></a>’ does
40814081
not affect the shape of the box-shadow.
40824082

4083-
<p>If a spread distance is defined, the shadow is expanded outward or
4084-
contracted inward by an operation equivalent to <span class=issue><a
4085-
href="http://www.w3.org/mid/20120908033132.GA29768@crum.dbaron.org">THIS
4086-
NEEDS FIXING</a></span> For corners with a zero border-radius, however,
4087-
the corner must remain sharp—the operation is equivalent to scaling the
4088-
shadow shape. In any case, the effective width and height of the shadowed
4089-
shape is floored at zero. (A zero-sized shadowed shape would cause an
4090-
outer shadow to disappear, and an inner shadow to cover the entire
4091-
padding-box.)
4083+
<p>If a spread distance is defined, the shadow is expanded outward (for
4084+
normal shadows) or contracted inward (for ‘<a href="#inset"><code
4085+
class=css>inset</code></a>’ shadows) by the spread distance in the
4086+
direction normal to the original shadow perimeter. Alternatively, the UA
4087+
may approximate the transformed shadow perimeter shape by outsetting
4088+
(insetting, for inner shadows) the shadow's straight edges by the spread
4089+
distance and increasing (decreasing, for inner shadows) and flooring at
4090+
zero the corner radii by the same amount. For corners with a zero
4091+
border-radius, however, the corner must remain sharp—the operation is
4092+
equivalent to scaling the shadow shape. In any case, the effective width
4093+
and height of the shadowed shape is floored at zero. (A zero-sized
4094+
shadowed shape would cause an outer shadow to disappear, and an inner
4095+
shadow to cover the entire padding-box.)
40924096

40934097
<p>A non-zero blur distance indicates that the resulting shadow should be
40944098
blurred, such as by a Gaussian filter. The exact algorithm is not defined;
@@ -4260,7 +4264,7 @@ <h3 id=glossary><span class=secno>8.1. </span>Glossary</h3>
42604264

42614265
<dd>
42624266
<p>A tree-structured document with elements and attributes, such as an
4263-
SGML or XML document <a href="#XML11"
4267+
SGML or XML document <a href="#ref-XML11"
42644268
rel=biblioentry>[XML11]<!--{{XML11}}--></a>.
42654269

42664270
<dt><dfn id=style-sheet>style sheet</dfn>
@@ -4280,7 +4284,7 @@ <h3 id=conformance><span class=secno>8.2. </span>Conformance</h3>
42804284
2119. However, for readability, these words do not appear in all uppercase
42814285
letters in this specification. All of the text of this specification is
42824286
normative except sections explicitly marked as non-normative, examples,
4283-
and notes. <a href="#RFC2119"
4287+
and notes. <a href="#ref-RFC2119"
42844288
rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
42854289

42864290
<p>Examples in this specification are introduced with the words “for
@@ -4336,7 +4340,7 @@ <h3 id=conformance><span class=secno>8.2. </span>Conformance</h3>
43364340
<h3 id=levels><span class=secno>8.3. </span>Levels</h3>
43374341

43384342
<p><em>This section is informative.</em> CSS has different levels of
4339-
features, each a subset of the other. (See <a href="#CSS-2010"
4343+
features, each a subset of the other. (See <a href="#ref-CSS-2010"
43404344
rel=biblioentry>[CSS-2010]<!--{{CSS-2010}}--></a> for a full explanation.)
43414345
The lists below describe which features from this specification are in
43424346
each level.
@@ -4797,7 +4801,7 @@ <h3 class=no-num id=normative-references> Normative References</h3>
47974801
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
47984802
<!---->
47994803

4800-
<dt id=CSS21>[CSS21]
4804+
<dt id=ref-CSS21>[CSS21]
48014805

48024806
<dd>Bert Bos; et al. <a
48034807
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
@@ -4807,7 +4811,7 @@ <h3 class=no-num id=normative-references> Normative References</h3>
48074811
</dd>
48084812
<!---->
48094813

4810-
<dt id=HTML401>[HTML401]
4814+
<dt id=ref-HTML401>[HTML401]
48114815

48124816
<dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a
48134817
href="http://www.w3.org/TR/1999/REC-html401-19991224"><cite>HTML 4.01
@@ -4816,7 +4820,7 @@ <h3 class=no-num id=normative-references> Normative References</h3>
48164820
</dd>
48174821
<!---->
48184822

4819-
<dt id=RFC2119>[RFC2119]
4823+
<dt id=ref-RFC2119>[RFC2119]
48204824

48214825
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
48224826
words for use in RFCs to Indicate Requirement Levels.</cite></a> Internet
@@ -4825,7 +4829,7 @@ <h3 class=no-num id=normative-references> Normative References</h3>
48254829
</dd>
48264830
<!---->
48274831

4828-
<dt id=XHTML11>[XHTML11]
4832+
<dt id=ref-XHTML11>[XHTML11]
48294833

48304834
<dd>Murray Altheim; Shane McCarron. <a
48314835
href="http://www.w3.org/TR/2001/REC-xhtml11-20010531"><cite>XHTML™ 1.1
@@ -4844,7 +4848,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48444848
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
48454849
<!---->
48464850

4847-
<dt id=CSS-2010>[CSS-2010]
4851+
<dt id=ref-CSS-2010>[CSS-2010]
48484852

48494853
<dd>Elika J. Etemad. <a
48504854
href="http://www.w3.org/TR/2011/NOTE-css-2010-20110512/"><cite>Cascading
@@ -4854,7 +4858,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48544858
</dd>
48554859
<!---->
48564860

4857-
<dt id=CSS1>[CSS1]
4861+
<dt id=ref-CSS1>[CSS1]
48584862

48594863
<dd>Håkon Wium Lie; Bert Bos. <a
48604864
href="http://www.w3.org/TR/2008/REC-CSS1-20080411"><cite>Cascading Style
@@ -4864,7 +4868,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48644868
</dd>
48654869
<!---->
48664870

4867-
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
4871+
<dt id=ref-CSS3-IMAGES>[CSS3-IMAGES]
48684872

48694873
<dd>Elika J. Etemad; Tab Atkins Jr. <a
48704874
href="http://www.w3.org/TR/2012/CR-css3-images-20120417/"><cite>CSS Image
@@ -4874,7 +4878,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48744878
</dd>
48754879
<!---->
48764880

4877-
<dt id=CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
4881+
<dt id=ref-CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
48784882

48794883
<dd>Dean Jackson; et al. <a
48804884
href="http://www.w3.org/TR/2013/WD-css3-transitions-20130212/"><cite>CSS
@@ -4884,7 +4888,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48844888
</dd>
48854889
<!---->
48864890

4887-
<dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
4891+
<dt id=ref-CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
48884892

48894893
<dd>Elika J. Etemad; Koji Ishii. <a
48904894
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20121115/"><cite>CSS
@@ -4894,7 +4898,7 @@ <h3 class=no-num id=other-references> Other References</h3>
48944898
</dd>
48954899
<!---->
48964900

4897-
<dt id=CSS3COLOR>[CSS3COLOR]
4901+
<dt id=ref-CSS3COLOR>[CSS3COLOR]
48984902

48994903
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
49004904
href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
@@ -4903,7 +4907,7 @@ <h3 class=no-num id=other-references> Other References</h3>
49034907
</dd>
49044908
<!---->
49054909

4906-
<dt id=WCAG20>[WCAG20]
4910+
<dt id=ref-WCAG20>[WCAG20]
49074911

49084912
<dd>Ben Caldwell; et al. <a
49094913
href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/"><cite>Web Content
@@ -4913,7 +4917,7 @@ <h3 class=no-num id=other-references> Other References</h3>
49134917
</dd>
49144918
<!---->
49154919

4916-
<dt id=XML11>[XML11]
4920+
<dt id=ref-XML11>[XML11]
49174921

49184922
<dd>Eve Maler; et al. <a
49194923
href="http://www.w3.org/TR/2006/REC-xml11-20060816"><cite>Extensible

0 commit comments

Comments
 (0)