Tools - CSS Selector Wizard - Selector Attribute

In this window you can specify the name and possibly the value of the attribute that the tag must have in order for the selector you just created to be applied to it.

Name

Enter the name of the attribute of the current tag in this field.

Value

Enter the required value of the current tag attribute in this field. This field can be active or inactive depending on the options below:

  • attribute must exist - select if only the presence of the attribute in the tag is required, regardless of its value (the value field will be disabled)
  • attribute must exist and have the specified value (for this and the following options the value field will be active)
  • attribute must exist, and its space-separated list of values must contain the specified value
  • attribute must exist, and the first element of its hyphen-separated list of values must be the specified value of the

Related topics

To top