8000 csswg-drafts/css2/ui.html at 04552c9737050a6c6c9adac714aff1c76c7dfffd · w3c/csswg-drafts · GitHub
Skip to content

Latest commit

 

History

History
434 lines (399 loc) · 19.2 KB

File metadata and controls

434 lines (399 loc) · 19.2 KB
<pre><code class="css">
:focus { outline: thick solid black }
:active { outline: thick solid red }
</code></pre>
</div>
<h2>18.5 <a name="magnification">Magnification</a></h2>
<p>The CSS working group considers that the magnification of a
document or portions of a document should not be specified through
style sheets. User agents may support such magnification in different ways
(e.g., larger images, louder sounds, etc.)
</p>
<p>When magnifying a page, UAs should preserve the relationships
between positioned elements. For example, a comic strip may be
composed of images with overlaid text elements. When magnifying this
page, a user agent should keep the text within the comic strip balloon.
</p>
<hr class="navbar">
<div class="navbar">
<p><a href="tables.html">previous</a> &nbsp;
<a href="aural.html">next</a> &nbsp;
<a href="Overview.html#minitoc">contents</a> &nbsp;
<a href="propidx.html">properties</a> &nbsp;
<a href="indexlist.html">index</a> &nbsp;
</div>
</body>
</html>