├── LICENSE.md ├── README.md ├── examples └── opacity-animation.html ├── phase-1.md └── tests-of-existing-behavior ├── no-triangle-display-block.html ├── no-triangle-webkit-details-marker.html ├── shadow-mode-open.html └── styling-attribute-selector-open.html /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/README.md -------------------------------------------------------------------------------- /examples/opacity-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/examples/opacity-animation.html -------------------------------------------------------------------------------- /phase-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/phase-1.md -------------------------------------------------------------------------------- /tests-of-existing-behavior/no-triangle-display-block.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/tests-of-existing-behavior/no-triangle-display-block.html -------------------------------------------------------------------------------- /tests-of-existing-behavior/no-triangle-webkit-details-marker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/tests-of-existing-behavior/no-triangle-webkit-details-marker.html -------------------------------------------------------------------------------- /tests-of-existing-behavior/shadow-mode-open.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/tests-of-existing-behavior/shadow-mode-open.html -------------------------------------------------------------------------------- /tests-of-existing-behavior/styling-attribute-selector-open.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbaron/details-styling/HEAD/tests-of-existing-behavior/styling-attribute-selector-open.html --------------------------------------------------------------------------------