CSS attributes in IE8 beta1

Source: Internet
Author: User

IE8 (IE8 in the following section only represents IE8 beta1) addedCSSAttribute selector for substring matching in 3 (Substring matching attribute selectors), The specific rules are similar to those in the regular expression:

  • E [att ^ = 'Val'] // The substring starts with 'Val'
  • E [att $ = 'Val'] // The substring ends with 'Val'
  • E [att * = 'Val'] // The substring contains 'Val'

IE8 supports the vast majority of basicCSS2.1 selector, which does not support but is not limited to [: first-line] and [: first-letter].

ForCSSIn December 2.1Generated contentTo add text content by using pseudo elements: before and: after.Not completely.

For opacity and RGBA supported in almost other browsers, IE8 still does not.

HACK originally used to distinguish IE is basically invalid in IE8 (for example, * property: value, * property: value, etc ).

Update 08-3.8:

  1. The original list-item whitespace bug of IE still exists in IE8.
  2. The original IE z-index bug still exists in IE8.
  3. New bug in IE8: When line-heigth is smaller than normal, the excess parts will be dropped.
  4. Display: table is still not supported in IE8.
  5. In IE8, the border's transparent value is still not supported.
  6. In IE8, @ import only supports Layer-3 nesting.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.