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

Serializable types should include unrestricted double and unrestricted float #370

Closed
samweinig opened this issue Jun 17, 2017 · 1 comment · Fixed by #323
Closed

Serializable types should include unrestricted double and unrestricted float #370

samweinig opened this issue Jun 17, 2017 · 1 comment · Fixed by #323

Comments

@samweinig
Copy link

Currently, the list of serializable types (https://heycam.github.io/webidl/#dfn-serializable-type) does not include unrestricted double and unrestricted float. Specs are relying on them being serializable (see https://drafts.fxtf.org/geometry-1/#dompointreadonly for an example), so it would probably make sense to add.

@domenic
Copy link
Member

domenic commented Jun 17, 2017

tobie added a commit that referenced this issue Jun 21, 2017
* Remove all serializers.
* Add support for JSON stringification through the toJSON operation.
* Add the [Default] extended attribute.
* Add a default JSON operation.

Fixes #188.
Closes #259.
Fixes #260.
Fixes #262.
Fixes #370.
Closes https://www.w3.org/Bugs/Public/show_bug.cgi?id=27428.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants