Skip to content

Commit 558b871

Browse files
committed
[css2] Added explicitly that the first part of section 2.3 is not normnative
and removed the lines about in/out of scope in that same section. See issue 63 http://csswg.inkedblade.net/spec/css2.1#issue-63 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402848
1 parent e761e2b commit 558b871

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

css2/intro.src

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.48 2008-06-25 16:20:35 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.49 2008-07-10 18:22:11 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Introduction to CSS&nbsp;2.1</TITLE>
66
</HEAD>
@@ -264,6 +264,9 @@ describe the presentation of the document.
264264

265265
<H2><a name="processing-model">The CSS&nbsp;2.1 processing model</a></H2>
266266

267+
<p>This section up to but not including its subsections is
268+
non-normative.
269+
267270
<P>This section presents one possible model of how user
268271
agents that support CSS work. This is only a conceptual model; real
269272
implementations may vary.
@@ -319,13 +322,6 @@ the results, display them on the screen, render them as speech,
319322
etc.).
320323
</ol>
321324

322-
<P>Step 1 lies outside the scope of this specification (see, for
323-
example, [[-DOM]]).
324-
325-
<P>Steps 2-5 are addressed by the bulk of this specification.
326-
327-
<P>Step 6 lies outside the scope of this specification.</p>
328-
329325
<h3><a name="the-canvas">The canvas</a></h3>
330326

331327
<P>For all media, the term <span class="index-def" title="canvas"> <a

0 commit comments

Comments
 (0)