Changes between Version 9 and Version 10 of Styling Form Controls


Ignore:
Timestamp:
Mar 30, 2011 6:42:49 AM (13 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styling Form Controls

    v9 v10  
    103103=== WebKit r82179 or older (Chrome 10 and 11) ===
    104104
    105 A validation message consists of four div elements with pseudo selectors and some nodes for message text.  You can customize the appearance by changing the style of these pseudo selectors.
     105A validation message consists of four div elements with pseudo classes and some nodes for message text.  You can customize the appearance by changing the style of these pseudo classes.
    106106
    107107{{{
     
    116116
    117117==== Example ====
    118 Suppose that you want to modify colors of validation messages. Add the following CSS declarations:
     118Suppose that you want to modify colors of the validation messages bubble. Add the following CSS declarations:
    119119{{{
    120120::-webkit-validation-bubble-message {
     
    138138=== WebKit r82180 or later ===
    139139
    140 A validation message consists of four div elements with pseudo selectors and some nodes for message text.  You can customize the appearance by changing the style of these pseudo selectors.
     140A validation message consists of four div elements with pseudo classes and some nodes for message text.  You can customize the appearance by changing the style of these pseudo classes.
    141141
    142142{{{
     
    151151
    152152==== Example ====
    153 Suppose that you want to modify colors of validation messages. Add the following CSS declarations:
     153Suppose that you want to modify colors of the validation messages bubble. Add the following CSS declarations:
    154154{{{
    155155::-webkit-validation-bubble-message {