::-moz-list-number

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Phần tử giả CSS ::-moz-list-number là một phần mở rộng của Mozilla đại diện cho ký hiệu đánh dấu (thường là một số) của một mục danh sách (<li>) trong danh sách có thứ tự (<ol>).

Cú pháp

css
li::-moz-list-number {
  /* ... */
}

Ví dụ

HTML

html
<ol>
  <li>First item</li>
  <li>Second item</li>
  <li>Third item</li>
</ol>

CSS

css
li::-moz-list-number {
  font-style: italic;
  font-weight: bold;
}

Kết quả

Đặc tả

Không thuộc bất kỳ tiêu chuẩn nào.

Tương thích trình duyệt

Xem thêm