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

Remove accessibility demo from Blockly repo #2623

Merged
merged 3 commits into from
Jul 10, 2019

Conversation

rachel-fenichel
Copy link
Collaborator

@rachel-fenichel rachel-fenichel commented Jul 9, 2019

The accessibility demo now lives in a new repository, blockly-experimental.

The Blockly team will no longer maintain compatibility with the demo code, but we want to keep it around as an interesting artifact.

Our accessibility work is now focused on keyboard navigation in Blockly itself, rather than in a fully distinct renderer for use with screen readers. As of July 8 2019 that code is in the keyboard_nav branch, and it will land in develop in the next release.

The first commit deletes the accessible folder and sets up the demo to redirect.
The second commit removes it from the build process.

@alschmiedt to look at build.py

Fixes #2565

# build.py with no parameters builds all files.
# core builds blockly_compressed, blockly_uncompressed, and blocks_compressed.
# accessible builds blockly_accessible_compressed,
# blockly_accessible_uncompressed, and blocks_compressed.
# generators builds every <language>_compressed.js.
# langfiles builds every msg/js/<LANG>.js file.

Copy link
Contributor

Choose a reason for hiding this comment

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

Should the below say the script generates two versions? And remove the "first pair" part?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@rachel-fenichel rachel-fenichel merged commit 0af94c4 into google:develop Jul 10, 2019
@rachel-fenichel rachel-fenichel deleted the remove_accessible branch July 10, 2019 20:36
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.

None yet

2 participants