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 2
2
3
3
## Description
4
4
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
7
7
modifications to the example.
8
8
9
9
## Why CodePen?
10
10
11
11
CodePen 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.
13
13
14
14
## How does it work?
15
15
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 ) .
19
18
We append an additional script to the new CodePen to initialize the
20
19
[ cache] ( #asset_cache ) , which is responsible for serving assets.
21
20
You can’t perform that action at this time.
0 commit comments