Skip to content

Commit a350260

Browse files
author
Greg Whitworth
committed
Merge branch 'master' of github.com:w3c/csswg-drafts
2 parents 13d1dd0 + c2e41e2 commit a350260

4 files changed

Lines changed: 34 additions & 12 deletions

File tree

Transitions.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44

55
###Open
66

7-
CSS Table
8-
* [transition request](https://lists.w3.org/Archives/Member/chairs/2016OctDec/0027.html) 17 Oct 2016
9-
* investigate fix bikeshed link errors and crash :( (done)
10-
* next step: publication request
7+
8+
_(none)_
119

1210

1311
###Closed
1412

15-
_(none)_
13+
CSS Table
14+
* [transition request](https://lists.w3.org/Archives/Member/chairs/2016OctDec/0027.html) 17 Oct 2016
15+
* investigate fix bikeshed link errors and crash :( (done)
16+
* publication request done
17+
* [done] (https://www.w3.org/TR/2016/WD-css-tables-3-20161025/) 25 Oct 2016
18+
1619

1720
##Candidate Recommendation
1821

css-device-adapt/Overview.bs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,9 @@ Computed value: auto, or a non-negative number or percentage as specified
524524
Specifies the largest allowed zoom factor. It is used as input to the
525525
<a href="#constraining-procedure">constraining procedure</a> to constrain
526526
non-''zoom/auto'' 'zoom' values, but also to limit the allowed zoom factor
527-
that can be set through user interaction. The UA should also use this
527+
that can be set through user interaction. The UA may choose to ignore
528+
this limit for accessbility/usability reasons – see the relevant note in
529+
the 'user-zoom' section. The UA should also use this
528530
value as a constraint when choosing an actual zoom factor when the
529531
used value of 'zoom' is ''zoom/auto''.
530532

@@ -578,6 +580,22 @@ Values have the following meanings:
578580
</dd>
579581
</dl>
580582

583+
<div class="note">
584+
Authors should not suppress (with <code>user-zoom: fixed</code>)
585+
or limit (with <code>max-zoom</code>) the ability of users to resize
586+
a document, as this causes accessibility and usability issues.
587+
588+
There may be specific use cases where preventing users from zooming
589+
may be appropriate, such as map applications – where custom zoom
590+
functionality is handled via scripting. However, in general this
591+
practice should be avoided.
592+
593+
Most user agents now allow users to always zoom, regardless
594+
of any restrictions specified by web content – either by default, or
595+
as a setting/option (which may however not be immediately apparent
596+
to users).
597+
</div>
598+
581599
<h3 id="orientation-desc">
582600
The 'orientation' descriptor</h3>
583601

css-inline/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,11 @@ Creating Initial Letters: the 'initial-letter' property</h3>
499499
<pre>p::first-letter { initial-letter: 2; }</pre>
500500
</div>
501501

502-
Issue: Define interaction with <a>ruby</a>. Easiest is to make it not apply to/within <a>ruby</a>.
503-
504502
The 'initial-letter' property does not apply to boxes
505-
that are not positioned at the start of the line due to bidi reordering.
503+
that are not positioned at the start of the line due to bidi reordering.
504+
505+
The 'initial-letter' property is undefined on children of <a>ruby</a> base container boxes
506+
and on <a>ruby</a> container boxes.
506507

507508
<h4 id="initial-letter-properties">
508509
Properties</h4>

css-values/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,10 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11331133
<li>by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
11341134
</ol>
11351135

1136-
For print media and similar high-resolution devices,
1136+
For print media,
11371137
the anchor unit should be one of the standard physical units (inches, centimeters, etc).
1138-
For lower-resolution devices,
1139-
and devices with unusual viewing distances,
1138+
For screen media (including high-resolution devices, lower-resolution devices,
1139+
and devices with unusual viewing distances),
11401140
it is recommended instead that the anchor unit be the pixel unit.
11411141
For such devices it is recommended that the pixel unit
11421142
refer to the whole number of device pixels that best approximates the reference pixel.

0 commit comments

Comments
 (0)