File tree Expand file tree Collapse file tree 8 files changed +21
-10
lines changed Expand file tree Collapse file tree 8 files changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
24+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
2525var parserlib = { } ;
2626( function ( ) {
2727
@@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931931THE SOFTWARE.
932932
933933*/
934- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
934+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
935935( function ( ) {
936936var EventTarget = parserlib . util . EventTarget ,
937937TokenStreamBase = parserlib . util . TokenStreamBase ,
@@ -3499,6 +3499,7 @@ var Properties = {
34993499 "background-repeat" : { multi : "<repeat-style>" } ,
35003500 "background-size" : { multi : "<bg-size>" , comma : true } ,
35013501 "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
3502+ "behavior" : 1 ,
35023503 "binding" : 1 ,
35033504 "bleed" : "<length>" ,
35043505 "bookmark-label" : "<content> | <attr> | <string>" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
24+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
2525var parserlib = { } ;
2626( function ( ) {
2727
@@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931931THE SOFTWARE.
932932
933933*/
934- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
934+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
935935( function ( ) {
936936var EventTarget = parserlib . util . EventTarget ,
937937TokenStreamBase = parserlib . util . TokenStreamBase ,
@@ -3499,6 +3499,7 @@ var Properties = {
34993499 "background-repeat" : { multi : "<repeat-style>" } ,
35003500 "background-size" : { multi : "<bg-size>" , comma : true } ,
35013501 "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
3502+ "behavior" : 1 ,
35023503 "binding" : 1 ,
35033504 "bleed" : "<length>" ,
35043505 "bookmark-label" : "<content> | <attr> | <string>" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
24+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
2525var parserlib = { } ;
2626( function ( ) {
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
24+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
2525( function ( ) {
2626var EventTarget = parserlib . util . EventTarget ,
2727TokenStreamBase = parserlib . util . TokenStreamBase ,
@@ -2589,6 +2589,7 @@ var Properties = {
25892589 "background-repeat" : { multi : "<repeat-style>" } ,
25902590 "background-size" : { multi : "<bg-size>" , comma : true } ,
25912591 "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
2592+ "behavior" : 1 ,
25922593 "binding" : 1 ,
25932594 "bleed" : "<length>" ,
25942595 "bookmark-label" : "<content> | <attr> | <string>" ,
Original file line number Diff line number Diff line change 24652465 "no-repeat round 1px" : "Expected (<repeat-style>) but found 'no-repeat round 1px'."
24662466
24672467 }
2468- } ) ) ;
2468+ } ) ) ;
2469+
2470+
2471+
24692472
24702473 suite . add ( new ValidationTestCase ( {
24712474 property : "border" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121THE SOFTWARE.
2222
2323*/
24- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
24+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
2525var parserlib = { } ;
2626( function ( ) {
2727
@@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
931931THE SOFTWARE.
932932
933933*/
934- /* Version v@VERSION@, Build time: 26-April-2012 09:26:13 */
934+ /* Version v@VERSION@, Build time: 26-April-2012 09:31:25 */
935935( function ( ) {
936936var EventTarget = parserlib . util . EventTarget ,
937937TokenStreamBase = parserlib . util . TokenStreamBase ,
@@ -3499,6 +3499,7 @@ var Properties = {
34993499 "background-repeat" : { multi : "<repeat-style>" } ,
35003500 "background-size" : { multi : "<bg-size>" , comma : true } ,
35013501 "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
3502+ "behavior" : 1 ,
35023503 "binding" : 1 ,
35033504 "bleed" : "<length>" ,
35043505 "bookmark-label" : "<content> | <attr> | <string>" ,
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ var Properties = {
8686 "background-repeat" : { multi : "<repeat-style>" } ,
8787 "background-size" : { multi : "<bg-size>" , comma : true } ,
8888 "baseline-shift" : "baseline | sub | super | <percentage> | <length>" ,
89+ "behavior" : 1 ,
8990 "binding" : 1 ,
9091 "bleed" : "<length>" ,
9192 "bookmark-label" : "<content> | <attr> | <string>" ,
Original file line number Diff line number Diff line change 216216 "no-repeat round 1px" : "Expected (<repeat-style>) but found 'no-repeat round 1px'."
217217
218218 }
219- } ) ) ;
219+ } ) ) ;
220+
221+
222+
220223
221224 suite . add ( new ValidationTestCase ( {
222225 property : "border" ,
You can’t perform that action at this time.
0 commit comments