Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove div of class index #7361

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h2 id="Reference">Reference</h2>

<h3 id="CSS_Properties">CSS Properties</h3>

<div class="index">
<ul>
<li>{{cssxref("background")}}</li>
<li>{{cssxref("background-attachment")}}</li>
Expand Down Expand Up @@ -63,7 +62,7 @@ <h3 id="CSS_Properties">CSS Properties</h3>
<li>{{cssxref("border-width")}}</li>
<li>{{cssxref("box-shadow")}}</li>
</ul>
</div>


<h2 id="Tools">Tools</h2>

Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/css/css_lists_and_counters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ <h2 id="Reference">Reference</h2>

<h3 id="Properties">Properties</h3>

<div class="index">
<ul>
<li>{{cssxref("list-style-image")}}</li>
<li>{{cssxref("list-style-type")}}</li>
<li>{{cssxref("list-style-position")}}</li>
<li>{{cssxref("list-style")}}</li>
</ul>
</div>


<h2 id="Guides">Guides</h2>

Expand Down
13 changes: 5 additions & 8 deletions files/en-us/web/css/microsoft_extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="Microsoft-only_properties_avoid_using_on_websites">Microsoft-only proper
<p><strong>Note:</strong> These properties will only work in Microsoft applications, and are not on a standards track.</p>
</div>

<div class="index">

<ul>
<li>{{CSSxRef("-ms-accelerator")}}</li>
<li>{{CSSxRef("-ms-block-progression")}}</li>
Expand Down Expand Up @@ -67,11 +67,11 @@ <h2 id="Microsoft-only_properties_avoid_using_on_websites">Microsoft-only proper
<li>{{CSSxRef("-ms-wrap-through")}}</li>
<li>{{CSSxRef("zoom")}}</li>
</ul>
</div>


<h2 id="Pseudo-elements">Pseudo-elements</h2>

<div class="index">

<ul>
<li>{{CSSxRef("::file-selector-button","::-ms-browse")}}*</li>
<li>{{CSSxRef("::-ms-check")}}</li>
Expand All @@ -88,29 +88,26 @@ <h2 id="Pseudo-elements">Pseudo-elements</h2>
<li>{{CSSxRef("::-ms-track")}}</li>
<li>{{CSSxRef("::-ms-value")}}</li>
</ul>
</div>


<p>* Now standard.</p>

<h2 id="Media_features">Media features</h2>

<div class="index">
<ul>
<li>{{CSSxRef("@media/-ms-high-contrast","-ms-high-contrast")}}</li>
</ul>
</div>

<h2 id="CSS-related_DOM_APIs">CSS-related DOM APIs</h2>

<div class="index">

<ul>
<li>{{DOMxRef("msContentZoomFactor")}}</li>
<li>{{DOMxRef("msGetPropertyEnabled")}}</li>
<li>{{DOMxRef("msGetRegionContent")}}</li>
<li>{{DOMxRef("MSRangeCollection")}}</li>
<li>{{DOMxRef("msRegionOverflow")}}</li>
</ul>
</div>

<h2 id="See_also">See also</h2>

Expand Down
91 changes: 43 additions & 48 deletions files/en-us/web/css/mozilla_extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="Mozilla-only_properties_and_pseudo-classes_avoid_using_on_websites">Mozi
<p><strong>Note:</strong> These properties and pseudo-classes will only work in Mozilla applications such as Firefox, and are not on a standards track. Some of them apply only to <a href="/en-US/docs/Mozilla/Tech/XUL">XUL</a> elements.</p>
</div>

<div class="index">

<h3 id="B">B</h3>

<ul>
Expand Down Expand Up @@ -79,15 +79,15 @@ <h3 id="S–Z">S–Z</h3>
<li>{{CSSxRef("-moz-window-dragging")}}</li>
<li>{{CSSxRef("-moz-window-shadow")}}</li>
</ul>
</div>


<h2 id="Formerly_proprietary_properties_that_are_now_standard"><span class="highlight-span">Formerly proprietary</span> properties that are now standard</h2>

<div class="notecard note">
<p><strong>Note:</strong> To maximize the compatibility of your CSS, you should use the unprefixed standard properties instead of the prefixed ones listed below. Once a given property is standardized and implemented without the prefix, the prefixed version is typically dropped after a while.</p>
</div>

<div class="index">

<ul>
<li>
<h3 id="A">A</h3>
Expand Down Expand Up @@ -179,21 +179,21 @@ <h3 id="T–U">T–U</h3>
<li>{{CSSxRef("transition-timing-function", "-moz-transition-timing-function")}} {{Deprecated_Inline}} [Prefixed version still accepted]</li>
<li>{{CSSxRef("user-select","-moz-user-select")}} {{Experimental_Inline}}</li>
</ul>
</div>


<h2 id="Values">Values</h2>

<h3 id="Global_values">Global values</h3>

<div class="index">

<ul>
<li>{{CSSxRef("initial","-moz-initial")}}</li>
</ul>
</div>


<h3 id="-moz-appearance">{{CSSxRef("-moz-appearance")}}</h3>

<div class="index">

<ul>
<li><code>button</code></li>
<li><code>button-arrow-down</code></li>
Expand Down Expand Up @@ -280,11 +280,11 @@ <h3 id="-moz-appearance">{{CSSxRef("-moz-appearance")}}</h3>
<li><code>treeview</code></li>
<li><code>window</code></li>
</ul>
</div>


<h3 id="background-image">{{CSSxRef("background-image")}}</h3>

<div class="index">

<ul>
<li>
<h4 id="Gradients">Gradients{{Gecko_minversion_inline("1.9.2")}}</h4>
Expand All @@ -309,29 +309,27 @@ <h4 id="Sub-images">Sub-images{{gecko_minversion_inline("2.0")}}</h4>
</ul>
</li>
</ul>
</div>


<h3 id="border-color">{{CSSxRef("border-color")}}</h3>

<div class="index">

<ul>
<li><code>-moz-use-text-color</code>{{deprecated_inline}} (removed in {{bug(1306214)}}); use {{CSSxRef("color_value#currentColor_keyword","currentcolor")}} instead.</li>
</ul>
</div>


<h3 id="border-style_and_outline-style">{{CSSxRef("border-style")}} and {{CSSxRef("outline-style")}}</h3>

<div class="index">
<ul>
<li><code>-moz-bg-inset</code> {{deprecated_inline}}</li>
<li><code>-moz-bg-outset</code> {{deprecated_inline}}</li>
<li><code>-moz-bg-solid</code> {{deprecated_inline}}</li>
</ul>
</div>


<h3 id="color_keywords">{{CSSxRef("&lt;color&gt;")}} keywords</h3>

<div class="index">
<ul>
<li><code>-moz-activehyperlinktext</code></li>
<li><code>-moz-hyperlinktext</code></li>
Expand Down Expand Up @@ -367,11 +365,10 @@ <h3 id="color_keywords">{{CSSxRef("&lt;color&gt;")}} keywords</h3>
<li><code>-moz-win-mediatext</code>{{gecko_minversion_inline(1.9)}}</li>
<li><code>-moz-nativehyperlinktext</code>{{Gecko_minversion_inline("1.9.1")}}</li>
</ul>
</div>

<h3 id="display">{{CSSxRef("display")}}</h3>

<div class="index">

<ul>
<li><code>-moz-box</code> {{deprecated_inline}}</li>
<li><code>-moz-inline-block</code> {{deprecated_inline}}</li>
Expand All @@ -388,19 +385,18 @@ <h3 id="display">{{CSSxRef("display")}}</h3>
<li><code>-moz-stack</code> {{deprecated_inline}}</li>
<li><code>-moz-marker</code> {{deprecated_inline}}</li>
</ul>
</div>

<h3 id="empty-cells">{{CSSxRef("empty-cells")}}</h3>

<div class="index">

<ul>
<li><code>-moz-show-background</code> (default value in quirks mode)</li>
</ul>
</div>


<h3 id="font">{{CSSxRef("font")}}</h3>

<div class="index">

<ul>
<li><code>-moz-button</code></li>
<li><code>-moz-info</code></li>
Expand All @@ -413,35 +409,35 @@ <h3 id="font">{{CSSxRef("font")}}</h3>
<li><code>-moz-pull-down-menu</code></li>
<li><code>-moz-field</code> (also a color)</li>
</ul>
</div>


<h3 id="font-family">{{CSSxRef("font-family")}}</h3>

<div class="index">

<ul>
<li><code>-moz-fixed</code></li>
</ul>
</div>


<h3 id="image-rendering">{{CSSxRef("image-rendering")}}</h3>

<div class="index">

<ul>
<li>{{CSSxRef("image-rendering","-moz-crisp-edges")}}{{Gecko_minversion_inline("1.9.2")}}</li>
</ul>
</div>


<h3 id="length">{{CSSxRef("&lt;length&gt;")}}</h3>

<div class="index">

<ul>
<li>{{CSSxRef("-moz-calc")}}{{gecko_minversion_inline("2.0")}}</li>
</ul>
</div>


<h3 id="list-style-type">{{CSSxRef("list-style-type")}}</h3>

<div class="index">

<ul>
<li><code>-moz-arabic-indic</code></li>
<li><code>-moz-bengali</code></li>
Expand Down Expand Up @@ -475,60 +471,59 @@ <h3 id="list-style-type">{{CSSxRef("list-style-type")}}</h3>
<li><code>-moz-trad-chinese-informal</code></li>
<li><code>-moz-urdu</code></li>
</ul>
</div>


<h3 id="overflow">{{CSSxRef("overflow")}}</h3>

<div class="index">

<ul>
<li>{{CSSxRef("-moz-scrollbars-none")}} {{deprecated_inline}}</li>
<li>{{CSSxRef("-moz-scrollbars-horizontal")}} {{Deprecated_Inline}}</li>
<li>{{CSSxRef("-moz-scrollbars-vertical")}} {{Deprecated_Inline}}</li>
<li>{{CSSxRef("-moz-hidden-unscrollable")}}</li>
</ul>
</div>


<h3 id="text-align">{{CSSxRef("text-align")}}</h3>

<div class="index">

<ul>
<li><code>-moz-center</code></li>
<li><code>-moz-left</code></li>
<li><code>-moz-right</code></li>
</ul>
</div>


<h3 id="text-decoration">{{CSSxRef("text-decoration")}}</h3>

<div class="index">

<ul>
<li><code>-moz-anchor-decoration</code></li>
</ul>
</div>


<h3 id="-moz-user-select">{{CSSxRef("-moz-user-select")}}</h3>

<div class="index">

<ul>
<li><code>-moz-all</code></li>
<li><code>-moz-none</code></li>
</ul>
</div>

<h3 id="width_min-width_and_max-width">{{CSSxRef("width")}}, {{CSSxRef("min-width")}}, and {{CSSxRef("max-width")}}</h3>

<div class="index">

<ul>
<li><code>-moz-min-content</code></li>
<li><code>-moz-fit-content</code></li>
<li><code>-moz-max-content</code></li>
<li><code>-moz-available</code></li>
</ul>
</div>


<h2 id="Pseudo-elements_and_pseudo-classes">Pseudo-elements and pseudo-classes</h2>

<div class="index">

<ul>
<li>
<h3 id="A_–_D">A – D</h3>
Expand Down Expand Up @@ -629,34 +624,34 @@ <h3 id="U_–_X">U – X</h3>
<li>{{CSSxRef(":-moz-window-inactive")}}{{gecko_minversion_inline("2.0")}}</li>
<li>{{CSSxRef("::-moz-xul-anonymous-block")}}</li>
</ul>
</div>


<h2 id="At-rules">At-rules</h2>

<div class="index">

<ul>
<li>{{CSSxRef("@-moz-document")}}</li>
</ul>
</div>


<h2 id="Media_features">Media features</h2>

<div class="index">

<ul>
<li>{{CSSxRef("@media/-moz-device-pixel-ratio", "-moz-device-pixel-ratio")}}{{gecko_minversion_inline("2.0")}}</li>
<li>{{CSSxRef("@media/-moz-os-version", "-moz-os-version")}}</li>
<li>{{CSSxRef("@media/-moz-touch-enabled", "-moz-touch-enabled")}}{{gecko_minversion_inline("1.9.2")}}</li>
<li>{{CSSxRef("@media/-moz-windows-glass", "-moz-windows-glass")}}</li>
</ul>
</div>


<h2 id="Other">Other</h2>

<div class="index">

<ul>
<li>{{CSSxRef("-moz-alt-content")}} (see {{Bug(11011)}})</li>
</ul>
</div>


<h2 id="See_also">See also</h2>

Expand Down