Skip to content

Commit 169f878

Browse files
committed
[css-regions] clarify accessibility interactions
1 parent dc24c72 commit 169f878

2 files changed

Lines changed: 56 additions & 14 deletions

File tree

css-regions/Overview.html

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-10-15 name=dcterms.date>
15+
<meta content=2013-10-27 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -46,7 +46,7 @@
4646

4747
<h1 id=css-regions-module>CSS Regions Module Level 1</h1>
4848

49-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 October
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 October
5050
2013</h2>
5151

5252
<dl>
@@ -717,16 +717,26 @@ <h3 id=the-flow-into-property><span class=secno>3.1. </span>The ‘<a
717717
</dl>
718718

719719
<p>The ‘<a href="#flow-into"><code class=property>flow-into</code></a>
720-
property does not affect the CSS cascade and inheritance for the elements
721-
on which it is specified. The ‘<a href="#flow-into"><code
720+
property affects the visual formatting of elements or contents placed into
721+
a <a href="#named-flow0">named flow</a> and of the region chain laying out
722+
content from a <a href="#named-flow0">named flow</a>. The ‘<a
723+
href="#flow-into"><code class=property>flow-into</code></a>’ property
724+
does not affect the CSS cascade and inheritance for the elements on which
725+
it is specified. The ‘<a href="#flow-into"><code
722726
class=property>flow-into</code></a>’ property does not affect the <a
723727
href="http://www.w3.org/TR/2012/WD-dom-20120405/#introduction-to-the-dom">DOM</a>
724728
<a href="#ref-DOM" rel=biblioentry>[DOM]<!--{{!DOM}}--></a> position of an
725729
element or its contents. The ‘<a href="#flow-into"><code
726-
class=property>flow-into</code></a>’ property affects the visual
727-
formatting of elements or contents placed into a <a
728-
href="#named-flow0">named flow</a> and of the region chain laying out
729-
content from a <a href="#named-flow0">named flow</a>.
730+
class=property>flow-into</code></a>’ property does not affect ordering
731+
in non-visual media (such as <a
732+
href="http://www.w3.org/TR/css3-speech/">speech</a>). Likewise, ‘<a
733+
href="#flow-into"><code class=property>flow-into</code></a>’ does not
734+
affect the default traversal order of sequential navigation modes (such as
735+
cycling through links, see e.g. ‘<code
736+
class=property>nav-index</code><a href="#ref-CSS3UI"
737+
rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a> or <a
738+
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a>
739+
<a href="#ref-HTML40" rel=biblioentry>[HTML40]<!--{{HTML40}}--></a>).
730740

731741
<p>A <a href="#named-flow0">named flow</a> needs to be associated with a
732742
region chain (one or more CSS regions) for its content to be visually
@@ -2822,6 +2832,8 @@ <h3 id="changes_from_May_28_2013"><span class=secno>12.1. </span>Changes
28222832
28<sup>th</sup> 2013</a> version</h3>
28232833

28242834
<ul>
2835+
<li>Clarify accessibility interactions with flow-into
2836+
28252837
<li>Change NamedFlowCollection to NamedFlowMap
28262838

28272839
<li>Remove mention of run-in and clarify ::before and ::after block
@@ -3229,6 +3241,16 @@ <h3 class=no-num id=other-references>Other references</h3>
32293241
</dd>
32303242
<!---->
32313243

3244+
<dt id=ref-CSS3UI>[CSS3UI]
3245+
3246+
<dd>Tantek Çelik. <a
3247+
href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/"><cite>CSS Basic
3248+
User Interface Module Level 3 (CSS3 UI).</cite></a> 17 January 2012. W3C
3249+
Working Draft. (Work in progress.) URL: <a
3250+
href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/">http://www.w3.org/TR/2012/WD-css3-ui-20120117/</a>
3251+
</dd>
3252+
<!---->
3253+
32323254
<dt id=ref-CSSOM-VIEW>[CSSOM-VIEW]
32333255

32343256
<dd>Anne van Kesteren. <a
@@ -3238,6 +3260,15 @@ <h3 class=no-num id=other-references>Other references</h3>
32383260
href="http://www.w3.org/TR/2011/WD-cssom-view-20110804/">http://www.w3.org/TR/2011/WD-cssom-view-20110804/</a>
32393261
</dd>
32403262
<!---->
3263+
3264+
<dt id=ref-HTML40>[HTML40]
3265+
3266+
<dd>Ian Jacobs; David Raggett; Arnaud Le Hors. <a
3267+
href="http://www.w3.org/TR/1998/REC-html40-19980424"><cite>HTML 4.0
3268+
Specification.</cite></a> 24 April 1998. W3C Recommendation. URL: <a
3269+
href="http://www.w3.org/TR/1998/REC-html40-19980424">http://www.w3.org/TR/1998/REC-html40-19980424</a>
3270+
</dd>
3271+
<!---->
32413272
</dl>
32423273
<!--end-informative-->
32433274

css-regions/Overview.src.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,17 +501,27 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
501501
are invalid flow names.</dd>
502502
</dl>
503503

504-
<p>The 'flow-into' property does not affect
504+
<p>The 'flow-into' property affects
505+
the visual formatting of elements or contents
506+
placed into a <span>named flow</span>
507+
and of the region chain laying out content
508+
from a <span>named flow</span>.
509+
The 'flow-into' property does not affect
505510
the CSS cascade and inheritance
506511
for the elements on which it is specified.
507512
The 'flow-into' property does not affect the
508513
<a href="http://www.w3.org/TR/2012/WD-dom-20120405/#introduction-to-the-dom">DOM</a>
509514
[[!DOM]] position of an element or its contents.
510-
The 'flow-into' property affects
511-
the visual formatting of elements or contents
512-
placed into a <span>named flow</span>
513-
and of the region chain laying out content
514-
from a <span>named flow</span>.</p>
515+
The 'flow-into' property does not affect ordering
516+
in non-visual media
517+
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
518+
Likewise, 'flow-into' does not affect
519+
the default traversal order
520+
of sequential navigation modes
521+
(such as cycling through links,
522+
see e.g. 'nav-index' [[CSS3UI]]
523+
or <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML40]]).
524+
</p>
515525

516526
<p>A <span>named flow</span> needs to be associated
517527
with a region chain
@@ -2438,6 +2448,7 @@ <h2 id="changes">Changes</h2>
24382448
<h3 id="changes_from_May_28_2013">Changes from <a href="http://www.w3.org/TR/2013/WD-css3-regions-20130528/">May 28<sup>th</sup> 2013</a> version</h3>
24392449

24402450
<ul>
2451+
<li>Clarify accessibility interactions with flow-into</li>
24412452
<li>Change NamedFlowCollection to NamedFlowMap</li>
24422453
<li>Remove mention of run-in and clarify ::before and ::after block containers</li>
24432454
<li>Removed custom element syntax from examples</li>

0 commit comments

Comments
 (0)