X Tutup
Skip to content

fix(HtmlParser): ignore LF immediately following pre, textarea & listing#5631

Closed
vicb wants to merge 1 commit intoangular:masterfrom
vicb:1205-firstLf
Closed

fix(HtmlParser): ignore LF immediately following pre, textarea & listing#5631
vicb wants to merge 1 commit intoangular:masterfrom
vicb:1205-firstLf

Conversation

@vicb
Copy link
Copy Markdown
Contributor

@vicb vicb commented Dec 5, 2015

fixes #5630

Note that there are still some corner cases where we can not be complient with the spec because comment nodes are ignored.

<pre><!-- comment -->\nfoo</pre> becomes <pre>foo</pre> (\n is dropped while it should not)

@vicb vicb added type: bug/fix action: review The PR is still awaiting reviews from at least one requested reviewer comp: core/view/compiler labels Dec 5, 2015
@vicb vicb force-pushed the 1205-firstLf branch 3 times, most recently from 76711a0 to 2689590 Compare December 5, 2015 17:57
@vicb vicb added this to the beta.0 milestone Dec 6, 2015
@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Dec 7, 2015
@vicb vicb added the action: merge The PR is ready for merge by the caretaker label Dec 7, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #5631 on behalf of @jelbourn to branch presubmit-jelbourn-pr-5631.

@vicb vicb mentioned this pull request Dec 8, 2015
@jelbourn jelbourn closed this Dec 8, 2015
@vicb vicb deleted the 1205-firstLf branch June 23, 2016 17:44
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Html Parser: LF after textarea and pre

5 participants

X Tutup