AdguardTeam / AdguardTeam/ExtendedCss
Deprecate ':remove()' pseudo-class
Đang mở
Priority: P4
- Ngôn ngữ chính
- TypeScript
- Star
- 71
- Fork
- 11
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Both `:remove()` pseudo-class and `remove` pseudo-property works the same, but the pseudo-property usage seems more recommended as it is related to "actions" which should be applied to elements, since pseudo-classes is more about elements matching.
Deprecation may be implemented in two steps:
1. mark the `:remove()` pseudo-class as deprecated but still supported
2. remove support of the pseudo-class
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.