Fixed DOM reference issues as per https://www.w3.org/Bugs/Public/show_bug.cgi?id=15932

Wed, 14 Mar 2012 16:11:17 -0700

author
Vincent Hardy <vhardy@adobe.com>
date
Wed, 14 Mar 2012 16:11:17 -0700
changeset 5094
de5fc1276bee
parent 5093
ff621184a4da
child 5095
bde8090375d0

Fixed DOM reference issues as per https://www.w3.org/Bugs/Public/show_bug.cgi?id=15932

css3-regions/Makefile file | annotate | diff | comparison | revisions
css3-regions/Overview.html file | annotate | diff | comparison | revisions
css3-regions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css3-regions/Makefile	Wed Mar 14 16:11:17 2012 -0700
     1.3 @@ -0,0 +1,50 @@
     1.4 +# $Id: Makefile,v 1.5 2008/02/06 14:05:15 mike Exp $
     1.5 +#
     1.6 +#   http://dev.w3.org/buildtools/css3-module-postprocessor/Makefile
     1.7 +#
     1.8 +# This is a makefile for generating output using the CSS3 module
     1.9 +# postprocessor. Details about that are here:
    1.10 +#
    1.11 +#   http://www.w3.org/Style/Group/css3-src/bin/postprocess
    1.12 +#
    1.13 +# To use this makefile, you need to have the "make" and "curl"
    1.14 +# programs installed. If you are running a Windows/MS-DOS system,
    1.15 +# you can download the "make" and "curl" programs from here:
    1.16 +#
    1.17 +#   http://gnuwin32.sourceforge.net/downlinks/make.php
    1.18 +#   http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000/XP
    1.19 +#
    1.20 +# You also need to install either a .curlrc (*NIX/*BSD) or _curlrc
    1.21 +# (MS-DOS ) file in your HOME directory, with at minimum the
    1.22 +# following contents:
    1.23 +#
    1.24 +#   user = foo:bar
    1.25 +#
    1.26 +# ...where "foo" and "bar" are your W3C username and password.
    1.27 +
    1.28 +SOURCEFILE=Overview.src.html
    1.29 +OUTPUTFILE=Overview.html
    1.30 +PROCESSCGI=http://cgi.w3.org/member-bin/process.cgi
    1.31 +CURL=curl
    1.32 +CURLFLAGS=
    1.33 +
    1.34 +# if you want to set a publication date other than today's date,
    1.35 +# invoke make like this: "make PUBDATE=2008-03-19"
    1.36 +PUBMSG=
    1.37 +PUBDATE=
    1.38 +USER=
    1.39 +
    1.40 +W3C_CSS_DIR=~/work/W3C/cvs/dev.w3.org/csswg/css3-regions
    1.41 +
    1.42 +all: $(OUTPUTFILE) 
    1.43 +
    1.44 +$(OUTPUTFILE): $(SOURCEFILE)
    1.45 +ifeq (,$(PUBDATE))
    1.46 +	$(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=CSS -F output=html -F method=file $(PROCESSCGI)
    1.47 +else
    1.48 +	$(CURL) $(CURLFLAGS) --user $(USER) -F file="@$<" -o "$@" -F group=CSS -F output=html -F method=file $(PROCESSCGI) -F date=$(PUBDATE)
    1.49 +endif
    1.50 +
    1.51 +
    1.52 +	
    1.53 +
     2.1 --- a/css3-regions/Overview.html	Wed Mar 14 15:18:57 2012 -0700
     2.2 +++ b/css3-regions/Overview.html	Wed Mar 14 16:11:17 2012 -0700
     2.3 @@ -224,13 +224,13 @@
     2.4  
     2.5     <h1 id=css-regions-module>CSS Regions Module Level 3</h1>
     2.6  
     2.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 March 2012</h2>
     2.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 March 2012</h2>
     2.9  
    2.10     <dl>
    2.11      <dt>This version:
    2.12  
    2.13      <dd><a
    2.14 -     href="http://www.w3.org/TR/2012/ED-css3-regions-20120302/">http://www.w3.org/csswg/css3-regions</a>
    2.15 +     href="http://www.w3.org/TR/2012/ED-css3-regions-20120314/">http://www.w3.org/csswg/css3-regions</a>
    2.16  
    2.17      <dt>Latest version:
    2.18  
    2.19 @@ -808,8 +808,8 @@
    2.20    <p>The CSS regions module does not alter the normal processing of events in
    2.21     the document tree. In particular, if an event occurs on an element that is
    2.22     part of a named flow, the <a
    2.23 -   href="http://www.w3.org/TR/DOM-Level-3-Events/#dom-event-architecture">event's
    2.24 -   bubble and capture phases</a> happen following the document tree order.
    2.25 +   href="http://www.w3.org/TR/dom/#events">event's bubble and capture
    2.26 +   phases</a> happen following the document tree order.
    2.27  
    2.28    <h2 id=properties-and-rules><span class=secno>4. </span>Properties and
    2.29     rules</h2>
    2.30 @@ -1563,8 +1563,7 @@
    2.31     region's &lsquo;<code class=css>flow segment</code>&rsquo; selector. The
    2.32     region's flow segment selector specifies which range of elements in the
    2.33     flow are subject to the style rules in the following block: it applies to
    2.34 -   the range (see <a href="#DOM-LEVEL-2-TRAVERSAL-RANGE"
    2.35 -   rel=biblioentry>[DOM-LEVEL-2-TRAVERSAL-RANGE]<!--{{DOM-LEVEL-2-TRAVERSAL-RANGE}}--></a>)
    2.36 +   the range (see <a href="#DOM" rel=biblioentry>[DOM]<!--{{!DOM}}--></a>)
    2.37     from the region's flow that flows in the selected region(s).
    2.38  
    2.39    <div class=issue-marker data-bug_id=15713 data-bug_status=NEW> <a
    2.40 @@ -1867,27 +1866,26 @@
    2.41    </div>
    2.42  
    2.43    <p>Supplemental methods on the <a
    2.44 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code
    2.45 +   href="http://www.w3.org/TR/dom/#interface-document"><code
    2.46     class=idl>Document</code></a> interface provide access to named flows.
    2.47  
    2.48    <pre class=idl>
    2.49  [Supplemental] interface <a
    2.50 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document">Document</a> {
    2.51 +   href="http://www.w3.org/TR/dom/#interface-document">Document</a> {
    2.52    <a
    2.53 -   href="#dom-namedflow">NamedFlow</a> getFlowByName(<a
    2.54 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name);
    2.55 +   href="#dom-namedflow">NamedFlow</a> getFlowByName(DOMString name);
    2.56    <a
    2.57     href="#dom-namedflow-collection">NamedFlowCollection</a> getNamedFlows();
    2.58  };               
    2.59  </pre>
    2.60  
    2.61    <p>The <code class=idl>getNamedFlows</code> method on the <a
    2.62 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code
    2.63 +   href="http://www.w3.org/TR/dom/#interface-document"><code
    2.64     class=idl>Document</code></a> interface returns the list of all the <a
    2.65     href="#named-flow0">named flow</a>s in the document.
    2.66  
    2.67    <p>The <code class=idl>getFlowByName</code> method on the <a
    2.68 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code
    2.69 +   href="http://www.w3.org/TR/dom/#interface-document"><code
    2.70     class=idl>Document</code></a> interface provides access to the document's
    2.71     <a href="#named-flow0">named flow</a> instances.
    2.72  
    2.73 @@ -1938,15 +1936,14 @@
    2.74  
    2.75    <pre class=idl>
    2.76  interface <a href="#dom-namedflow">NamedFlow</a> {
    2.77 -  readonly attribute <a
    2.78 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name;
    2.79 +  readonly attribute DOMString name;
    2.80    readonly attribute boolean <a
    2.81     href="#dom-namedflow-overflow">overflow</a>;
    2.82    readonly attribute <a
    2.83 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-536297177">NodeList</a> contentNodes;
    2.84 +   href="http://www.w3.org/TR/dom/#interface-nodelist">NodeList</a> contentNodes;
    2.85    <a
    2.86 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-536297177">NodeList</a> getRegionsByContentNode(<a
    2.87 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247">Node</a> node);
    2.88 +   href="http://www.w3.org/TR/dom/#interface-nodelist">NodeList</a> getRegionsByContentNode(<a
    2.89 +   href="http://www.w3.org/TR/dom/#interface-node">Node</a> node);
    2.90  };</pre>
    2.91  
    2.92    <p>The <dfn id=dom-namedflow-name><code class=idl>name</code></dfn>
    2.93 @@ -1981,17 +1978,16 @@
    2.94     </span>Extension to the Element interface</h3>
    2.95  
    2.96    <p>When an region is an actual <a
    2.97 -   href="http://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-element">element</a>,
    2.98 -   it is convenient to easily find out if content fully fits into the
    2.99 +   href="http://www.w3.org/TR/dom/#interface-element">element</a>, it is
   2.100 +   convenient to easily find out if content fully fits into the
   2.101     <span>region</span> or not. The supplemental interface on <a
   2.102 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-745549614"><code
   2.103 +   href="http://www.w3.org/TR/dom/#interface-element"><code
   2.104     class=idl>Element</code></a> provides that functionality.
   2.105  
   2.106    <pre class=idl>
   2.107  [Supplemental] interface <a
   2.108 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-745549614">Element</a> {
   2.109 -    readonly attribute <a
   2.110 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> <a
   2.111 +   href="http://www.w3.org/TR/dom/#interface-element">Element</a> {
   2.112 +    readonly attribute DOMString <a
   2.113     href="#dom-element-regionoverflow">regionOverflow</a>;
   2.114      getter <a
   2.115     href="#">Range</a>[] <a
   2.116 @@ -2052,17 +2048,17 @@
   2.117  
   2.118    <p>The <dfn id=dom-element-getregionflowranges>getRegionFlowRanges</dfn>
   2.119     method returns an array of <a
   2.120 -   href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">
   2.121 -   Range</a> instances corresponding to the content from the region flow that
   2.122 -   is positioned in the region.
   2.123 +   href="http://www.w3.org/TR/dom/#interface-range"> Range</a> instances
   2.124 +   corresponding to the content from the region flow that is positioned in
   2.125 +   the region.
   2.126  
   2.127    <p>If an element is not a <span>region</span>, the <a
   2.128     href="#dom-element-getregionflowranges"><code class=idl><span
   2.129     title="#document-element-getregionflowranges">getRegionFlowRanges</span></code></a>
   2.130     method throws a <a
   2.131 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187"><code
   2.132 +   href="http://www.w3.org/TR/dom/#interface-domexception"><code
   2.133     class=idl>DOMException</code></a> with the <a
   2.134 -   href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMException-INVALID_ACCESS_ERR"><code
   2.135 +   href="http://www.w3.org/TR/dom/#dom-domexception-invalid_access_err"><code
   2.136     class=idl>INVALID_ACCESS_ERR</code></a> error code.
   2.137  
   2.138    <div class=note><span class=note-prefix>Note </span> The Element interface
   2.139 @@ -2079,10 +2075,9 @@
   2.140     </div>
   2.141    </div>
   2.142  
   2.143 -  <p>Region <a
   2.144 -   href="http://www.w3.org/TR/DOM-Level-3-Events/#glossary-event">Event
   2.145 -   Targets</a> dispatch <code class=idl>regionLayoutUpdate</code> events when
   2.146 -   there is a possible layout change of their named flow segment.
   2.147 +  <p>Region <a href="">Event Targets</a> dispatch <code
   2.148 +   class=idl>regionLayoutUpdate</code> events when there is a possible layout
   2.149 +   change of their named flow segment.
   2.150  
   2.151    <table border=0 cellpadding=2 cellspacing=0 class=event-desc
   2.152     summary="This table contains information about the semantics of the given event type">
   2.153 @@ -2095,7 +2090,10 @@
   2.154      <tr class="assert must">
   2.155       <th>Interface
   2.156  
   2.157 -     <td><code>UIEvent</code>
   2.158 +     <td><code><a
   2.159 +      href="http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-UIEvent">UIEvent</a></code>(see
   2.160 +      <a href="#DOM-LEVEL-3-EVENTS"
   2.161 +      rel=biblioentry>[DOM-LEVEL-3-EVENTS]<!--{{!DOM-LEVEL-3-EVENTS}}--></a>)
   2.162  
   2.163      <tr class="assert must">
   2.164       <th>Sync / Async
   2.165 @@ -2234,6 +2232,8 @@
   2.166     <li>Multiple editorial changes following <a
   2.167      href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0001.html">mailing
   2.168      list review comments</a>
   2.169 +
   2.170 +   <li>Fixed DOM references to now point to the DOM TR
   2.171    </ul>
   2.172  
   2.173    <h3 id="changes_from_June_09_2011"><span class=secno>10.2. </span>Changes
   2.174 @@ -2596,6 +2596,25 @@
   2.175      </dd>
   2.176     <!---->
   2.177  
   2.178 +   <dt id=DOM>[DOM]
   2.179 +
   2.180 +   <dd>Anne van Kesteren; Aryeh Gregor; Ms2ger. <a
   2.181 +    href="http://www.w3.org/TR/2011/WD-dom-20110915/"><cite>DOM4.</cite></a>
   2.182 +    15 September 2011. W3C Working Draft. (Work in progress.) URL: <a
   2.183 +    href="http://www.w3.org/TR/2011/WD-dom-20110915/">http://www.w3.org/TR/2011/WD-dom-20110915/</a>
   2.184 +    </dd>
   2.185 +   <!---->
   2.186 +
   2.187 +   <dt id=DOM-LEVEL-3-EVENTS>[DOM-LEVEL-3-EVENTS]
   2.188 +
   2.189 +   <dd>Doug Schepers; et al. <a
   2.190 +    href="http://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531"><cite>Document
   2.191 +    Object Model (DOM) Level 3 Events Specification.</cite></a> 31 May 2011.
   2.192 +    W3C Working Draft. (Work in progress.) URL: <a
   2.193 +    href="http://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531">http://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531</a>
   2.194 +    </dd>
   2.195 +   <!---->
   2.196 +
   2.197     <dt id=SELECT>[SELECT]
   2.198  
   2.199     <dd>Tantek &#199;elik; et al. <a
   2.200 @@ -2684,16 +2703,6 @@
   2.201      </dd>
   2.202     <!---->
   2.203  
   2.204 -   <dt id=DOM-LEVEL-2-TRAVERSAL-RANGE>[DOM-LEVEL-2-TRAVERSAL-RANGE]
   2.205 -
   2.206 -   <dd>Joe Kesselman; et al. <a
   2.207 -    href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113"><cite>Document
   2.208 -    Object Model (DOM) Level 2 Traversal and Range Specification.</cite></a>
   2.209 -    13 November 2000. W3C Recommendation. URL: <a
   2.210 -    href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113">http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113</a>
   2.211 -    </dd>
   2.212 -   <!---->
   2.213 -
   2.214     <dt id=MEDIAQ>[MEDIAQ]
   2.215  
   2.216     <dd>H&#229;kon Wium Lie; et al. <a
     3.1 --- a/css3-regions/Overview.src.html	Wed Mar 14 15:18:57 2012 -0700
     3.2 +++ b/css3-regions/Overview.src.html	Wed Mar 14 16:11:17 2012 -0700
     3.3 @@ -645,7 +645,7 @@
     3.4      <p>The CSS regions module does not alter the normal processing of
     3.5      events in the document tree. In particular, if an event occurs on an
     3.6      element that is part of a named flow, the <a href=
     3.7 -    "http://www.w3.org/TR/DOM-Level-3-Events/#dom-event-architecture">event's
     3.8 +    "http://www.w3.org/TR/dom/#events">event's
     3.9      bubble and capture phases</a> happen following the document tree order.</p>
    3.10  
    3.11      <h2 id="properties-and-rules">Properties and rules</h2>
    3.12 @@ -1375,7 +1375,7 @@
    3.13      the region's 'flow segment' selector. The region's flow segment selector
    3.14      specifies which range of elements in the flow are subject to the style rules in the 
    3.15      following block: it applies to the range (see
    3.16 -    [[DOM-LEVEL-2-TRAVERSAL-RANGE]]) from the region's flow that flows in the
    3.17 +    [[!DOM]]) from the region's flow that flows in the
    3.18      selected region(s).</p>
    3.19  
    3.20      <div class="issue-marker" data-bug_id="15713" data-bug_status="NEW">
    3.21 @@ -1631,24 +1631,24 @@
    3.22      </div>
    3.23  
    3.24      <p>Supplemental methods on the <a href=
    3.25 -    "http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code class=
    3.26 +    "http://www.w3.org/TR/dom/#interface-document"><code class=
    3.27      "idl">Document</code></a> interface provide access to named flows.</p>
    3.28      
    3.29      <pre class="idl">
    3.30  [Supplemental] interface <a href=
    3.31 -"http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document">Document</a> {
    3.32 -  <a href="#dom-namedflow">NamedFlow</a> getFlowByName(<a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name);
    3.33 +"http://www.w3.org/TR/dom/#interface-document">Document</a> {
    3.34 +  <a href="#dom-namedflow">NamedFlow</a> getFlowByName(DOMString name);
    3.35    <a href="#dom-namedflow-collection">NamedFlowCollection</a> getNamedFlows();
    3.36  };               
    3.37  </pre>
    3.38  
    3.39      <p>The <code class="idl">getNamedFlows</code> method on the <a href=
    3.40 -    "http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code class=
    3.41 +    "http://www.w3.org/TR/dom/#interface-document"><code class=
    3.42      "idl">Document</code></a> interface returns the list of all the <span>named
    3.43      flow</span>s in the document.</p>
    3.44      
    3.45      <p>The <code class="idl">getFlowByName</code> method on the <a href=
    3.46 -    "http://www.w3.org/TR/DOM-Level-3-Core/core.html#i-Document"><code class=
    3.47 +    "http://www.w3.org/TR/dom/#interface-document"><code class=
    3.48      "idl">Document</code></a> interface provides access to the document's <span
    3.49      >named flow</span> instances.</p>
    3.50      
    3.51 @@ -1693,10 +1693,10 @@
    3.52      
    3.53      <pre class="idl">
    3.54  interface <a href="#dom-namedflow">NamedFlow</a> {
    3.55 -  readonly attribute <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> name;
    3.56 +  readonly attribute DOMString name;
    3.57    readonly attribute boolean <a href="#dom-namedflow-overflow">overflow</a>;
    3.58 -  readonly attribute <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-536297177">NodeList</a> contentNodes;
    3.59 -  <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-536297177">NodeList</a> getRegionsByContentNode(<a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247">Node</a> node);
    3.60 +  readonly attribute <a href="http://www.w3.org/TR/dom/#interface-nodelist">NodeList</a> contentNodes;
    3.61 +  <a href="http://www.w3.org/TR/dom/#interface-nodelist">NodeList</a> getRegionsByContentNode(<a href="http://www.w3.org/TR/dom/#interface-node">Node</a> node);
    3.62  };</pre>
    3.63  
    3.64      <p>The <dfn id="dom-namedflow-name"><code class="idl">name</code></dfn> attribute
    3.65 @@ -1729,16 +1729,15 @@
    3.66      interface</h3>
    3.67  
    3.68      <p>When an region is an actual <a href=
    3.69 -    "http://www.w3.org/TR/DOM-Level-3-Core/glossary.html#dt-element">element</a>,
    3.70 +    "http://www.w3.org/TR/dom/#interface-element">element</a>,
    3.71      it is convenient to easily find out if content fully fits into the
    3.72      <span>region</span> or not. The supplemental interface on <a href=
    3.73 -    "http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-745549614"><code class=
    3.74 +    "http://www.w3.org/TR/dom/#interface-element"><code class=
    3.75      "idl">Element</code></a> provides that functionality.</p>
    3.76      <pre class="idl">
    3.77  [Supplemental] interface <a href=
    3.78 -"http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-745549614">Element</a> {
    3.79 -    readonly attribute <a href=
    3.80 -"http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMString">DOMString</a> <a href="#dom-element-regionoverflow">regionOverflow</a>;
    3.81 +"http://www.w3.org/TR/dom/#interface-element">Element</a> {
    3.82 +    readonly attribute DOMString <a href="#dom-element-regionoverflow">regionOverflow</a>;
    3.83      getter <a href="#">Range</a>[] <a href=
    3.84  "#dom-element-getregionflowranges">getRegionFlowRanges()</a>;
    3.85  };               
    3.86 @@ -1791,14 +1790,14 @@
    3.87  
    3.88      <p>The <dfn id="dom-element-getregionflowranges">getRegionFlowRanges</dfn> method returns
    3.89      an array of <a href=
    3.90 -    "http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-idl">
    3.91 +    "http://www.w3.org/TR/dom/#interface-range">
    3.92      Range</a> instances corresponding to the content from the region flow that
    3.93      is positioned in the region.</p>
    3.94  
    3.95      <p>If an element is not a <span>region</span>, the <code class=
    3.96      "idl"><span title="#document-element-getregionflowranges">getRegionFlowRanges</span></code>
    3.97 -    method throws a <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-17189187"><code class="idl">DOMException</code></a> with the 
    3.98 -    <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMException-INVALID_ACCESS_ERR"><code class="idl">INVALID_ACCESS_ERR</code></a> error code.</p>
    3.99 +    method throws a <a href="http://www.w3.org/TR/dom/#interface-domexception"><code class="idl">DOMException</code></a> with the 
   3.100 +    <a href="http://www.w3.org/TR/dom/#dom-domexception-invalid_access_err"><code class="idl">INVALID_ACCESS_ERR</code></a> error code.</p>
   3.101  
   3.102      <div class="note"><span class="note-prefix">Note </span>
   3.103          The Element interface extension is only available to regions that are
   3.104 @@ -1817,13 +1816,13 @@
   3.105          </div>
   3.106      </div>
   3.107      
   3.108 -    <p>Region <a href="http://www.w3.org/TR/DOM-Level-3-Events/#glossary-event">Event Targets</a> 
   3.109 +    <p>Region <a href="">Event Targets</a> 
   3.110      dispatch <code class="idl">regionLayoutUpdate</code> events when there is a possible layout change of their named flow segment.</p>
   3.111      
   3.112      <table class="event-desc" border="0" summary="This table contains information about the semantics of the given event type" cellpadding="2" cellspacing="0">
   3.113                  <tbody><tr class="assert must"><th>Type</th>
   3.114                  <td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
   3.115 -                <tr class="assert must"><th>Interface</th> <td><code>UIEvent</code></td></tr>
   3.116 +                <tr class="assert must"><th>Interface</th> <td><code><a href="http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-UIEvent">UIEvent</a></code>(see [[!DOM-LEVEL-3-EVENTS]])</td></tr>
   3.117                  <tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
   3.118                  <tr class="assert must"><th>Bubbles</th> <td>Yes</td></tr>
   3.119                  <tr class="assert must"><th>Target</th> <td><code>Element</code></td></tr>
   3.120 @@ -1898,7 +1897,7 @@
   3.121          <li>Modified initial examples as per <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15131">Bug 15131</a></li>
   3.122          <li>Multiple editorial changes following 
   3.123              <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0001.html">mailing list review comments</a></li>
   3.124 -        
   3.125 +        <li>Fixed DOM references to now point to the DOM TR</li>
   3.126      </ul>
   3.127      
   3.128  

mercurial