-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow macros to be parsed inside of tags, providing attributes. #2974
- Loading branch information
Showing
9 changed files
with
128 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
tests/github/w3c/csswg-drafts/css-images-3/Overview.console.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
tests/github/w3c/csswg-drafts/css-images-4/Overview.console.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
LINE 17: Text Macro names must be all-caps and alphanumeric. Got 'Foobar' | ||
LINE 60:32: Found unmatched text macro [FOOBAR] in attribute title='...'. Correct the macro, or escape it by replacing the opening [ with [. | ||
LINE 60:41: Found unmatched text macro [FOOBAR]. Correct the macro, or escape it by replacing the opening [ with [ | ||
LINE 69:22: Macro replacement in attribute title='...' recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 63:32: Found unmatched text macro [FOOBAR] in attribute title='...'. Correct the macro, or escape it by replacing the opening [ with [. | ||
LINE 63:41: Found unmatched text macro [FOOBAR]. Correct the macro, or escape it by replacing the opening [ with [ | ||
LINE 72:22: Macro replacement in attribute title='...' recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 1:1 of macro [RECUR]: Macro replacement for [RECUR] recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 72:24: Macro replacement in attribute title='...' recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 75:24: Macro replacement in attribute title='...' recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 1:1 of macro [MUTUAL1]: Macro replacement for [MUTUAL2] recursed more than 10 levels deep; probably your text macros are accidentally recursive. | ||
LINE 1:11 of macro [ATTRLISTWITHJUNK]: While parsing [ATTRLISTWITHJUNK] (on 90:7) as an attribute list, found non-attribute content: <em>bar</e... | ||
LINE 99:22: Attribute 'foo', coming from the [ATTRLIST] macro, already exists on the element. | ||
LINE 102:18: Attribute 'foo' appears twice in the tag. | ||
LINE 105:18: Attribute 'foo', coming from the [ATTRLIST] macro, already exists on the element. | ||
LINE 105:18: Attribute 'bar', coming from the [ATTRLIST] macro, already exists on the element. | ||
LINE 105:18: Attribute 'baz', coming from the [ATTRLIST] macro, already exists on the element. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters