This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
33## Description
44
5- Users will be able to click a button on each demo to open in CodePen
6- to edit . From there the user can edit, save, or make other
5+ Users can click a button on each demo to open it in CodePen
6+ for editing . From there the user can edit, save, or make other
77modifications to the example.
88
99## Why CodePen?
1010
1111CodePen appears to be one the most stable and active online sandboxes.
12- It also has less accessibility problems than the other tools.
12+ It offers a more accessible experience compared to other tools.
1313
1414## How does it work?
1515
16- When you click the ** 'Edit on CodePen'** button, all files including
17- html, css, js, templates are used to create the new CodePen by posting
18- to the [ CodePen API] ( http://blog.codepen.io/documentation/api/prefill/ ) .
16+ Clicking ** 'Edit on CodePen'** creates a new CodePen instance that includes all HTML, CSS, and
17+ JavaScript assets via the [ CodePen API] ( http://blog.codepen.io/documentation/api/prefill ) .
1918We append an additional script to the new CodePen to initialize the
2019[ cache] ( #asset_cache ) , which is responsible for serving assets.
2120
You can’t perform that action at this time.
0 commit comments