Selectoracle

English and Spanish translations of CSS3 selectors

Enter semi-colon separated selectors or just paste in your existing rulesets into the following "Direct Input" area, or provide the URL of a stylesheet or an HTML document with an embedded stylesheet in the "URL Input" area.


Direct Input

URL Input

Language


Translations

Selector 1: * th, *.SupraHeading, *.CrossHeading, *.TestData

Selects any th element that is a descendant of any element or any element with a class attribute that contains the word SupraHeading or any element with a class attribute that contains the word CrossHeading or any element with a class attribute that contains the word TestData.

Selector 2: *.SizeData, *.Probability, *.Controls, *.Percent, *.Number, *.PerAnnum

Selects any element with a class attribute that contains the word SizeData or any element with a class attribute that contains the word Probability or any element with a class attribute that contains the word Controls or any element with a class attribute that contains the word Percent or any element with a class attribute that contains the word Number or any element with a class attribute that contains the word PerAnnum.

Selector 3: td.B, td.C, td.Y, td.N, td.NA, td.W, td.H, *.SubHeading, *.SuperHeading

Selects any td element with a class attribute that contains the word B or any td element with a class attribute that contains the word C or any td element with a class attribute that contains the word Y or any td element with a class attribute that contains the word N or any td element with a class attribute that contains the word NA or any td element with a class attribute that contains the word W or any td element with a class attribute that contains the word H or any element with a class attribute that contains the word SubHeading or any element with a class attribute that contains the word SuperHeading.

Selector 4: *.TestData

Selects any element with a class attribute that contains the word TestData.

Selector 5: *.Accesskey

Selects any element with a class attribute that contains the word Accesskey.

Selector 6: *.B

Selects any element with a class attribute that contains the word B.

Selector 7: td.BarData

Selects any td element with a class attribute that contains the word BarData.

Selector 8: *.C

Selects any element with a class attribute that contains the word C.

Selector 9: *.Category

Selects any element with a class attribute that contains the word Category.

Selector 10: *.H

Selects any element with a class attribute that contains the word H.

Selector 11: *.N

Selects any element with a class attribute that contains the word N.

Selector 12: *.NA

Selects any element with a class attribute that contains the word NA.

Selector 13: *.Notice

Selects any element with a class attribute that contains the word Notice.

Selector 14: *.W

Selects any element with a class attribute that contains the word W.

Selector 15: *.Y

Selects any element with a class attribute that contains the word Y.

Selector 16: *.SubHeading

Selects any element with a class attribute that contains the word SubHeading.

Selector 17: *.SuperData

Selects any element with a class attribute that contains the word SuperData.

Selector 18: *.SuperData code

Selects any code element that is a descendant of any element with a class attribute that contains the word SuperData.

Selector 19: *.SuperHeading, *.Result

Selects any element with a class attribute that contains the word SuperHeading or any element with a class attribute that contains the word Result.

Selector 20: *.SupraHeading

Selects any element with a class attribute that contains the word SupraHeading.

Selector 21: table.AdRates

Selects any table element with a class attribute that contains the word AdRates.

Selector 22: table.AdRates caption

Selects any caption element that is a descendant of a table element with a class attribute that contains the word AdRates.

Selector 23: table.AdRates *.SubHeading, table.AdRates th

Selects any element with a class attribute that contains the word SubHeading that is a descendant of a table element with a class attribute that contains the word AdRates or any th element that is a descendant of a table element with a class attribute that contains the word AdRates.

Selector 24: table.AdRates th, table.AdRates td

Selects any th element that is a descendant of a table element with a class attribute that contains the word AdRates or any td element that is a descendant of a table element with a class attribute that contains the word AdRates.

Selector 25: *.Select, *.Rate, *.Placement

Selects any element with a class attribute that contains the word Select or any element with a class attribute that contains the word Rate or any element with a class attribute that contains the word Placement.

Selector 26: *.Total

Selects any element with a class attribute that contains the word Total.

Selector 27: *.EquivalentUnitCost

Selects any element with a class attribute that contains the word EquivalentUnitCost.

Selector 28: *.ActualUnitCost

Selects any element with a class attribute that contains the word ActualUnitCost.

Selector 29: *.Select

Selects any element with a class attribute that contains the word Select.

Selector 30: *.Subtotal

Selects any element with a class attribute that contains the word Subtotal.

Selector 31: *.Discount

Selects any element with a class attribute that contains the word Discount.

Selector 32: *.Rate, *.Total

Selects any element with a class attribute that contains the word Rate or any element with a class attribute that contains the word Total.

Selector 33: *.Odd *.Rate, *.Odd *.Total

Selects any element with a class attribute that contains the word Rate that is a descendant of any element with a class attribute that contains the word Odd or any element with a class attribute that contains the word Total that is a descendant of any element with a class attribute that contains the word Odd.

Selector 34: *.element, *.keyword, *.property

Selects any element with a class attribute that contains the word element or any element with a class attribute that contains the word keyword or any element with a class attribute that contains the word property.

Selector 35: *.att-name

Selects any element with a class attribute that contains the word att-name.

Selector 36: *.att-value, *.literal

Selects any element with a class attribute that contains the word att-value or any element with a class attribute that contains the word literal.

Selector 37: *.comment

Selects any element with a class attribute that contains the word comment.

Selector 38: *.UpDownButton

Selects any element with a class attribute that contains the word UpDownButton.

Selector 39: *.RemoveButton

Selects any element with a class attribute that contains the word RemoveButton.

Selector 40: *#Content *.FAQ div.FAQuestionnaire

Selects any div element with a class attribute that contains the word FAQuestionnaire that is a descendant of any element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 41: *#Content *.FAQ *.FAQuestionnaire p, *#Content *.FAQ *.FAQuestionnaire h3

Selects any p element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire that is a descendant of any element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content or any h3 element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire that is a descendant of any element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 42: *#Content *.FAQ *.FAQuestionnaire h3

Selects any h3 element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire that is a descendant of any element with a class attribute that contains the word FAQ that is a descendant of any element with an id attribute that equals Content.

Selector 43: *.FAQuestionnaire form

Selects any form element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire.

Selector 44: *.FAQuestionnaire form *.close

Selects any element with a class attribute that contains the word close that is a descendant of a form element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire.

Selector 45: *.FAQuestionnaire form *.submit

Selects any element with a class attribute that contains the word submit that is a descendant of a form element that is a descendant of any element with a class attribute that contains the word FAQuestionnaire.

Time elapsed: 1.152s