Skip to content

Reintroduce tests for removed SVG attributes. #70

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

Merged
merged 3 commits into from
Jun 8, 2016

Conversation

gsnedders
Copy link
Member

These accidentally got nuked in the Blink merge.

These accidentally got nuked in the Blink merge.
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5863

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

| contentscripttype=""
| contentstyletype=""
| externalresourcesrequired=""
| filterrest=""
Copy link
Member

Choose a reason for hiding this comment

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

filterres isn't in the list of SVG attributes to be adjusted any longer. Also, you mistyped it anyway.

@gsnedders
Copy link
Member Author

Um. Oops. I English, it good.

@gsnedders
Copy link
Member Author

OK, hopefully this commit fixes it.

@@ -272,6 +272,62 @@
| zoomandpan=""

#data
<!DOCTYPE html><body><svg contentScriptType='' contentStyleType=''externalResourcesRequired='' filterRes=''></svg>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the lack of space between attributes intentional? (If so, should be in #errors.)

Copy link
Member Author

Choose a reason for hiding this comment

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

No.

@zcorpan
Copy link
Contributor

zcorpan commented Jun 7, 2016

LGTM % nit

@gsnedders gsnedders merged commit 927f779 into html5lib:master Jun 8, 2016
@gsnedders gsnedders deleted the old_svg_attributes branch June 8, 2016 02:47
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.

4 participants