mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
The removal of this preference was botched, all other surrounding plumbing changes appear to be working okay. The ability to use prefs to control this stylesheet might be useful in the future, so perhaps this is one of those "if it ain't broke, don't fix it" bugs where leaving well enough alone in the first place would have been the best choice.
114 lines
6.2 KiB
Text
114 lines
6.2 KiB
Text
default-preferences pref(dom.details_element.enabled,true)
|
|
|
|
# Disable <details> and <summary>
|
|
pref(dom.details_element.enabled,false) == single-summary.html disabled-single-summary-ref.html
|
|
pref(dom.details_element.enabled,false) == open-single-summary.html disabled-single-summary-ref.html
|
|
pref(dom.details_element.enabled,false) == no-summary.html disabled-no-summary-ref.html
|
|
|
|
# Basic <summary> handling
|
|
== multiple-summary.html single-summary.html
|
|
== open-multiple-summary.html open-multiple-summary-ref.html
|
|
== summary-not-first-child.html single-summary.html
|
|
== open-summary-not-first-child.html open-single-summary.html
|
|
== open-summary-block-style.html open-summary-block-style-ref.html
|
|
== open-summary-inline-style.html open-summary-inline-style-ref.html
|
|
== open-summary-table-cell-style.html open-summary-table-cell-style-ref.html
|
|
== no-summary.html no-summary-ref.html
|
|
== open-no-summary.html open-no-summary-ref.html
|
|
== summary-not-in-details.html summary-not-in-details-ref.html
|
|
== summary-not-direct-child.html summary-not-direct-child-ref.html
|
|
== float-in-summary.html float-in-summary-ref.html
|
|
|
|
# Add elements dynamically
|
|
== dynamic-add-single-summary.html open-single-summary.html
|
|
== dynamic-add-summary-not-first-child.html open-single-summary.html
|
|
== dynamic-add-summary-and-paragraph.html open-single-summary.html
|
|
== dynamic-add-paragraph-before-summary.html open-single-summary.html
|
|
== dynamic-add-paragraph-before-summary-close.html single-summary.html
|
|
== dynamic-add-paragraph-after-summary.html open-single-summary.html
|
|
== dynamic-add-paragraph-after-summary-close.html single-summary.html
|
|
== dynamic-add-details.html open-single-summary.html
|
|
== dynamic-add-first-summary.html open-multiple-summary.html
|
|
== dynamic-add-second-summary.html open-multiple-summary.html
|
|
|
|
# Remove elements dynamically
|
|
== dynamic-remove-single-summary.html open-no-summary.html
|
|
== dynamic-remove-summary-not-first-child.html open-no-summary.html
|
|
== dynamic-remove-first-summary.html open-single-summary.html
|
|
== dynamic-remove-second-summary.html open-single-summary.html
|
|
|
|
# Toggle details by open attribute
|
|
== close-nested-details.html close-nested-details-ref.html
|
|
== open-nested-details.html open-nested-details-ref.html
|
|
|
|
# With 'overflow' property
|
|
== overflow-hidden-open-details.html overflow-hidden-open-details-ref.html
|
|
== overflow-auto-open-details.html overflow-auto-open-details-ref.html
|
|
== overflow-scroll-details.html overflow-scroll-details-ref.html
|
|
|
|
# With pagination property
|
|
== details-page-break-after-1.html details-two-pages.html
|
|
== details-page-break-after-2.html details-two-pages.html
|
|
== details-page-break-before-1.html details-two-pages.html
|
|
== details-page-break-before-2.html details-two-pages.html
|
|
|
|
# With 'float' property
|
|
== float-left-and-float-details.html float-left-and-float-details-ref.html
|
|
== float-left-and-inflow-details.html float-left-and-inflow-details-ref.html
|
|
== float-left-and-float-open-details.html float-left-and-float-open-details-ref.html
|
|
== float-left-and-inflow-open-details.html float-left-and-inflow-open-details-ref.html
|
|
== float-right-and-float-details.html float-right-and-float-details-ref.html
|
|
== float-right-and-inflow-details.html float-right-and-inflow-details-ref.html
|
|
== float-right-and-float-open-details.html float-right-and-float-open-details-ref.html
|
|
== float-right-and-inflow-open-details.html float-right-and-inflow-open-details-ref.html
|
|
== float-open-details-contains-float-left.html float-open-details-contains-float-left-ref.html
|
|
== float-open-details-contains-float-right.html float-open-details-contains-float-right-ref.html
|
|
|
|
# Various properties on details or summary
|
|
== details-display-inline.html details-display-inline-ref.html
|
|
== details-percentage-height-children.html details-percentage-height-children-ref.html
|
|
== details-absolute-children.html details-absolute-children-ref.html
|
|
== details-three-columns.html details-three-columns-ref.html
|
|
== details-writing-mode.html details-writing-mode-ref.html
|
|
== details-in-ol.html details-in-ol-ref.html
|
|
== summary-three-columns.html summary-three-columns-ref.html
|
|
== details-first-line.html details-first-line-ref.html
|
|
== open-details-first-line-1.html open-details-first-line-ref.html
|
|
== open-details-first-line-2.html open-details-first-line-ref.html
|
|
|
|
# Dispatch mouse click to summary
|
|
== mouse-click-single-summary.html open-single-summary.html
|
|
== mouse-click-twice-single-summary.html single-summary.html
|
|
== mouse-click-open-single-summary.html single-summary.html
|
|
== mouse-click-twice-open-single-summary.html open-single-summary.html
|
|
== mouse-click-open-second-summary.html open-multiple-summary.html
|
|
== mouse-click-overflow-hidden-details.html overflow-hidden-open-details.html
|
|
== mouse-click-twice-overflow-hidden-details.html overflow-hidden-details.html
|
|
fuzzy-if(gtkWidget,1,20) == mouse-click-overflow-auto-details.html overflow-auto-open-details.html #Bug 1294278
|
|
== mouse-click-twice-overflow-auto-details.html overflow-auto-details.html
|
|
== mouse-click-display-none-details.html open-single-summary.html
|
|
== mouse-click-change-details-to-display-none.html open-single-summary.html
|
|
== mouse-click-change-summary-to-display-none.html mouse-click-change-summary-to-display-none-ref.html
|
|
== mouse-click-move-summary-to-different-details.html mouse-click-move-summary-to-different-details-ref.html
|
|
|
|
# Dispatch mouse click to out-of-flow details or summary
|
|
== mouse-click-fixed-summary.html open-fixed-summary.html
|
|
== mouse-click-twice-fixed-summary.html fixed-summary.html
|
|
== mouse-click-float-details.html open-float-details.html
|
|
fuzzy(1,1) == mouse-click-twice-float-details.html float-details.html # Bug 1316430
|
|
|
|
# Dispatch keyboard event to summary
|
|
== key-enter-single-summary.html open-single-summary.html
|
|
== key-enter-open-second-summary.html open-multiple-summary.html
|
|
== key-enter-prevent-default.html single-summary.html
|
|
== key-space-single-summary.html open-single-summary.html
|
|
|
|
# Generated content bits
|
|
== details-after.html single-summary.html
|
|
== details-before.html single-summary.html
|
|
== open-details-after.html open-single-summary.html
|
|
== open-details-before.html open-single-summary.html
|
|
|
|
# Move summary element
|
|
== move-float-summary-to-different-details.html move-float-summary-to-different-details-ref.html
|
|
== move-position-absolute-summary-to-different-details.html move-position-absolute-summary-to-different-details-ref.html
|