Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRelative time doesn't work properly #6407
Open
Labels
Comments
|
Looks like the relevant code might be the Facebox jQuery component. |
|
Example from time-elements.js is a nice way to test it locally: https://github.com/github/time-elements/blob/master/examples/polymer.html The problem is actually in webcomponents.js:
|
|
@Scorpil Thanks for that. I updated the OP. |
|
Still a problem with 3165781 |
|
That error message should be solved by #9372, but it's not clear to me whether webcomponents.js is supposed to have a polyfill working without that support. |
|
The error on the polymer example page now reads:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
testcase1smaller testcase2 based on @Scorpil's comment.
Relative time doesn't work properly. This is a shrunk down testcase from a page like servo/issues. The testcase isn't reproducible if I have the script locally. Not sure why.
On servo:

On firefox:

Github in firefox:

It's a hassle getting the html hosted and it doesn't seem possible to just link it here easily. Bugzilla does it much nicer in this respect.