Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Tag Helpers: Modify parser to create begin/end html tag elements that are ungrouped. #75

Closed
NTaylorMullen opened this issue Jun 20, 2014 · 1 comment

Comments

@NTaylorMullen
Copy link
Contributor

We will handle html elements differently. Each html element will be grouped BY start tag OR end tag.

We will not ensure balance any differently than we do today. Simply will represent start/end tags differently.

@NTaylorMullen NTaylorMullen added this to the 1.0.0-beta1 milestone Jun 20, 2014
@NTaylorMullen NTaylorMullen self-assigned this Jun 20, 2014
NTaylorMullen added a commit that referenced this issue Aug 13, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Aug 13, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
NTaylorMullen added a commit that referenced this issue Aug 14, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Aug 14, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
NTaylorMullen added a commit that referenced this issue Aug 14, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Aug 14, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
NTaylorMullen added a commit that referenced this issue Aug 21, 2014
NTaylorMullen added a commit that referenced this issue Aug 25, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Aug 26, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
NTaylorMullen added a commit that referenced this issue Aug 27, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Aug 27, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
@NTaylorMullen
Copy link
Contributor Author

6114d5d
acefdf5

NTaylorMullen added a commit that referenced this issue Sep 11, 2014
- Added a "Tag" block type.
- Wrapped all begin/end elements in a "Tag" Markup block.

#75
NTaylorMullen added a commit that referenced this issue Sep 11, 2014
- These are the fixes to the tests that could not be fixed by altering the core parsing code base.
- Most involve adding TagBlock's, breaking out existing markup blocks and altering some AcceptedCharacter formats.
- Was able to loosen the restrictions on AcceptedCharacter's to allow the body of html tags to accept any character.

#75
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant