Lines Matching full:outline
450 <li><a href=#outlines><span class=secno>4.4.11.1 </span>Creating an outline</a></ol></ol></li>
2935 <p class=example>A tool that generates <a href=#outline title=outline>document outlines</a> but increases the nesting
9828 heading and an <a href=#outline>outline</a>. See the section on
9833 <a href=#outline>outline</a>.</p>
10342 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10345 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10348 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10351 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10354 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10357 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
10360 <td><code title=attr-aria-role-heading>heading</code> role, with the <code title=attr-aria-level>aria-level</code> property set to the element's <a href=#outline-depth>outline depth</a>
14652 explicitly in the document's <a href=#outline>outline</a>.</p>
15251 from the <a href=#outline>outline</a> algorithm.</p><!--
15330 <a href=#outline>outline</a> algorithm.</p>
15595 instance, that you don't get an outline if you just have a random
15683 produce the same outline in compliant user agents.</p>
15688 <h5 id=outlines><span class=secno>4.4.11.1 </span>Creating an outline</h5>
15695 <p>This section defines an algorithm for creating an outline for a
15703 <p>The <dfn id=outline>outline</dfn> for a <a href=#sectioning-content>sectioning content</a>
15709 outline also associates each node in the DOM tree with a particular
15711 outline aren't <code><a href=#the-section-element>section</a></code> elements, though some may
15728 <p>...results in the following outline being created for the
15756 <a href=#outline>outline</a> is as follows:</p>
15759 the element whose <a href=#outline>outline</a> is being created.)</li>
15811 <p>Let there be a new <a href=#outline>outline</a> for the new <var title="">current outlinee</var>, initialized with just the new
15812 <var title="">current section</var> as the only <a href=#concept-section title=concept-section>section</a> in the outline.</p>
15825 in the <a href=#outline>outline</a> of the <var title="">current
15828 <p>Append the <a href=#outline>outline</a> of the <a href=#sectioning-content>sectioning
15831 section in the <a href=#outline>outline</a>.)</p>
15846 section in the <a href=#outline>outline</a> of the <var title="">current
15871 <a href=#outline>outline</a> of the <var title="">current outlinee</var>
15894 last section of the <a href=#outline>outline</a> of the <var title="">current outlinee</var>, then create a new <a href=#concept-section title=concept-section>section</a> and append it to the
15895 <a href=#outline>outline</a> of the <var title="">current outlinee</var>
15897 that outline. Let <var title="">current section</var> be that
15907 section is the last section in the outline.) Let <var title="">current section</var> be this new section. Let the
15911 <a href=#concept-section title=concept-section>section</a> that contains <var title="">candidate section</var> in the <a href=#outline>outline</a> of
15942 <a href=#outline>outline</a>. Abort these steps.</li>
15950 element</a>, then the outline created for that element is the
15951 <a href=#outline>outline</a> of the entire document.</li>
15968 <p>The <dfn id=outline-depth>outline depth</dfn> of a <a href=#heading-content>heading content</a>
15972 <a href=#outline>outline</a> that <var title="">section</var> finds itself
15973 in when the <a href=#outline title=outline>outlines</a> of its
15975 <a href=#outline-depth>outline depth</a> of a <a href=#heading-content>heading content</a> element
15999 present the outline as follows:</p>
16220 document's <a href=#outline>outline</a>.</p>
20654 under them. The outline is wider in the top half than the bottom
20657 <figcaption>A black outline of the first of the ten cards
20666 <img src="/commons/a/a7/Rorschach1.jpg" alt="A black outline
20668 <figcaption>A black outline of the first of the ten cards
28412 outline is just a straight line along the non-zero dimension).</p>
30912 table, outline its basic cell structure, highlight any trends or
63030 'outline' property.</p>
63034 <p>For example, to hide the outline from links, you could use:</p>
63036 <pre>:link:focus, :visited:focus { outline: none; }</pre>
77053 :focus { outline: auto; }