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

Respect self-closing tags only on foreign elements #137

Merged
merged 3 commits into from
Oct 8, 2018

Conversation

apeschar
Copy link
Contributor

@apeschar apeschar commented Dec 4, 2017

$this->assertEventEquals('startTag', $expects, $events->get(0));
$this->assertEventEquals('endTag', $expects, $events->get(1));
$this->assertTrue($events->get(0)['data'][2]);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This syntax fails in PHP 5.3

https://travis-ci.org/Masterminds/html5-php/jobs/311341191#L260

Also, any chance this will ever get merged?

@apeschar
Copy link
Contributor Author

Dac,

Thanks for the review. It's fixed in my latest push, I think.

Probably won't be merged as this repo seems pretty unmaintained.

--Albert

@goetas
Copy link
Member

goetas commented Aug 21, 2018

A stable project with really few bugs should not be defined as "unmaintained" 😃

@apeschar
Copy link
Contributor Author

Out-of-spec behaviour is not a bug, then?

@goetas
Copy link
Member

goetas commented Aug 21, 2018

I'm not saying is it not a bug... just worried about BC breaks. From what I know Drupal guys could have a good test suite to check if this breaks something..

@goetas
Copy link
Member

goetas commented Aug 21, 2018

@xjm Is there anybody in drupal that can test this ?

@goetas goetas self-assigned this Sep 11, 2018
@goetas
Copy link
Member

goetas commented Oct 8, 2018

Tested, google chrome has the same behavior as this proposal.

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.

3 participants