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

Review implementation support - Intro / whole document #488

Open
1 of 4 tasks
AmeliaBR opened this issue Jul 9, 2018 · 1 comment
Open
1 of 4 tasks

Review implementation support - Intro / whole document #488

AmeliaBR opened this issue Jul 9, 2018 · 1 comment

Comments

@AmeliaBR
Copy link
Contributor

AmeliaBR commented Jul 9, 2018

Status of Changes Requiring Implementation

  • Added "length" attribute and indexed property access to all list interfaces.

    The tests in the scripted folder indirectly measure this, for text interfaces. But more comprehensive tests are needed, probably by building on the tests in typed/scripted.

    As far as I know, support is good (Chrome/Firefox/Edge). Not sure if WebKit has implemented yet.

  • Add the ‘script’ element to the content model of all elements.

    This is a validity issue; I don't think any implementation changes were required. But UA tests that scripts work in all contexts wouldn't hurt.

  • Changed the initialize, appendItem, replaceItem and insertItemBefore methods on list objects to make a copy of any list item being inserted that is already in another list.

    Needs tests.

  • The ‘image’ and ‘script’ elements have gained a crossorigin attribute, for use with the CORS-enabled fetch algorithm.

    Needs tests (should probably be tracked in the chapters for the relevant elements).

(Part of #487 Master issue)

@liamquin
Copy link

length and indexed prop we have tests for (crappy ones that i wrote) and yes they work in ff and chrome at least.

content model - don't need to test this for CR because of no more DTD (the question of, does script work everywhere, is a different one, agree would be good to test before Rec)

Changes to list objects i think is tested under scripting somewhere but could be improved.

CORS - yes, track in respective chapters; not sure if the wpt stuff can test that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants