mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
9fe024cd3f
Removes contents for sections and panels from being logically nested (in the DOM) in order to eliminate many issues related to using `margin-top` hacks. The element containing the link to expand the content element for panels and sections is now a sibling element to its content element: the content is removed from being nested at initialization. The content element is now available in a `contentContainer` property whereas the head element (containing the link to open the construct) is in a `headContainer` property. The existing `container` property is now a jQuery collection that contains both of these elements. Since the head element is no longer in an ancestor element to the `content` element, the `aria-owns` property is now used to maintain the relationship between the `headContainer` and the `contentContainer`. These changes are also accompanied by an improvement to the animation performance for the sliding panes. Props delawski, celloexpressions. Fixes #34391. Fixes #34344. Fixes #35947. Built from https://develop.svn.wordpress.org/trunk@38648 git-svn-id: http://core.svn.wordpress.org/trunk@38591 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
accordion.js | ||
accordion.min.js | ||
bookmarklet.js | ||
bookmarklet.min.js | ||
color-picker.js | ||
color-picker.min.js | ||
comment.js | ||
comment.min.js | ||
common.js | ||
common.min.js | ||
custom-background.js | ||
custom-background.min.js | ||
custom-header.js | ||
customize-controls.js | ||
customize-controls.min.js | ||
customize-nav-menus.js | ||
customize-nav-menus.min.js | ||
customize-widgets.js | ||
customize-widgets.min.js | ||
dashboard.js | ||
dashboard.min.js | ||
edit-comments.js | ||
edit-comments.min.js | ||
editor-expand.js | ||
editor-expand.min.js | ||
editor.js | ||
editor.min.js | ||
farbtastic.js | ||
gallery.js | ||
gallery.min.js | ||
image-edit.js | ||
image-edit.min.js | ||
inline-edit-post.js | ||
inline-edit-post.min.js | ||
inline-edit-tax.js | ||
inline-edit-tax.min.js | ||
iris.min.js | ||
language-chooser.js | ||
language-chooser.min.js | ||
link.js | ||
link.min.js | ||
media-gallery.js | ||
media-gallery.min.js | ||
media-upload.js | ||
media-upload.min.js | ||
media.js | ||
media.min.js | ||
nav-menu.js | ||
nav-menu.min.js | ||
password-strength-meter.js | ||
password-strength-meter.min.js | ||
plugin-install.js | ||
plugin-install.min.js | ||
post.js | ||
post.min.js | ||
postbox.js | ||
postbox.min.js | ||
press-this.js | ||
press-this.min.js | ||
revisions.js | ||
revisions.min.js | ||
set-post-thumbnail.js | ||
set-post-thumbnail.min.js | ||
svg-painter.js | ||
svg-painter.min.js | ||
tags-box.js | ||
tags-box.min.js | ||
tags.js | ||
tags.min.js | ||
theme.js | ||
theme.min.js | ||
updates.js | ||
updates.min.js | ||
user-profile.js | ||
user-profile.min.js | ||
user-suggest.js | ||
user-suggest.min.js | ||
widgets.js | ||
widgets.min.js | ||
word-count.js | ||
word-count.min.js | ||
wp-fullscreen-stub.js | ||
wp-fullscreen-stub.min.js | ||
xfn.js | ||
xfn.min.js |