Commit 8858ac6
authored
fix(css): Remove ::first-line from margin* props (#706)
<!-- 🙌 Thanks for contributing! Adding details below will help us to
merge your PR faster. -->
<!-- Commits need to adhere to conventional commits and only `fix:` and
`feat:` commits are added to the release notes. -->
<!-- https://www.conventionalcommits.org/en/v1.0.0/#examples -->
### Description
Correct the `alsoAppliesTo` for the CSS `margin` and
`margin-{top,bottom,left,right.trim}` properties.
### Motivation
The data claims that `margin*` properties apply to the `::first-line`
pseudoelement, which is untrue. They apply to `::first-letter`, but not
`::first-line`. As reported by @Akindin in mdn/content#31806.
### Additional details
<!-- 🔗 Link to documentation, bug trackers, source control, or other
places providing more context -->
### Related issues and pull requests
Fixes mdn/content#318061 parent 4f43ef9 commit 8858ac6
1 file changed
Lines changed: 6 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6384 | 6384 | | |
6385 | 6385 | | |
6386 | 6386 | | |
6387 | | - | |
6388 | | - | |
| 6387 | + | |
6389 | 6388 | | |
6390 | 6389 | | |
6391 | 6390 | | |
| |||
6458 | 6457 | | |
6459 | 6458 | | |
6460 | 6459 | | |
6461 | | - | |
6462 | | - | |
| 6460 | + | |
6463 | 6461 | | |
6464 | 6462 | | |
6465 | 6463 | | |
| |||
6532 | 6530 | | |
6533 | 6531 | | |
6534 | 6532 | | |
6535 | | - | |
6536 | | - | |
| 6533 | + | |
6537 | 6534 | | |
6538 | 6535 | | |
6539 | 6536 | | |
| |||
6552 | 6549 | | |
6553 | 6550 | | |
6554 | 6551 | | |
6555 | | - | |
6556 | | - | |
| 6552 | + | |
6557 | 6553 | | |
6558 | 6554 | | |
6559 | 6555 | | |
| |||
6572 | 6568 | | |
6573 | 6569 | | |
6574 | 6570 | | |
6575 | | - | |
6576 | | - | |
| 6571 | + | |
6577 | 6572 | | |
6578 | 6573 | | |
6579 | 6574 | | |
| |||
6592 | 6587 | | |
6593 | 6588 | | |
6594 | 6589 | | |
6595 | | - | |
6596 | | - | |
| 6590 | + | |
6597 | 6591 | | |
6598 | 6592 | | |
6599 | 6593 | | |
| |||
0 commit comments