Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure tokenizer handles self closing from attributeValueUnquoted. #63

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Jun 11, 2018

Previously the following:

<FooBar data-foo=someUnquotedThing/>

Would not properly detect that this is a self-closing element, and would eventually throw an error (due to unclosed element).

Addresses glimmerjs/glimmer-vm#829 and ember-polyfills/ember-angle-bracket-invocation-polyfill#10.

Previously the following:

```html
<FooBar data-foo=someUnquotedThing/>
```

Would not properly detect that this is a self-closing element, and would
eventually throw an error (due to unclosed element).
@rwjblue rwjblue merged commit 9d82e86 into tildeio:master Jun 11, 2018
@rwjblue rwjblue deleted the more-self-closing-fixes branch June 11, 2018 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant