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

<tt> tag #4453

Closed
d0ruk opened this issue Dec 28, 2015 · 4 comments
Closed

<tt> tag #4453

d0ruk opened this issue Dec 28, 2015 · 4 comments
Labels
v8 engine Issues and PRs related to the V8 dependency.

Comments

@d0ruk
Copy link

d0ruk commented Dec 28, 2015

Hello,

Not a bug but baggage;

Both in 4.x and 5.x;

"foo".fixed()
'<tt>foo</tt>'

Looks like is obsolete.

@mscdex
Copy link
Contributor

mscdex commented Dec 28, 2015

This is a v8 thing and mostly harmless. I don't even know of anyone that actually uses such methods in the wild.

@mscdex mscdex added the v8 engine Issues and PRs related to the V8 dependency. label Dec 28, 2015
@MylesBorins
Copy link
Contributor

It might be deprecated in MDN, but it still appears to be in ECMA
http://www.ecma-international.org/ecma-262/6.0/#sec-string.prototype.fixed

@cjihrig
Copy link
Contributor

cjihrig commented Dec 29, 2015

Thanks for reporting this. I don't think there is anything to be done here, so I'm going to close.

@cjihrig cjihrig closed this as completed Dec 29, 2015
@bricss
Copy link

bricss commented Dec 29, 2015

That's not a news, there is a bunch of methods that was deprecated or become obsolete in browsers because of new HTML spec's but still appear in ECMA spec's as well.
P.S.: This element is unsupported and thus implements the HTMLUnknownElement interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

5 participants