pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -2,7 +2,7 @@
Turn an LED on and off with forever
### ~avatar avatar
## ~avatar avatar
```sim
basic.forever(() => {
@ -14,7 +14,7 @@ basic.forever(() => {
```
Let's build a blinking light!
### ~
## ~
Have you ever tried to blink a flashlight at night? The concept is fairly simply: turn on the light, wait for a little, turn off the light, wait again, and repeat. That's exactly what we need to code to get a blinking LED.
@ -53,9 +53,9 @@ basic.forever(() => {
})
```
### ~avatar boothing
## ~avatar boothing
Excellent, you're ready to continue with the [challenges](/lessons/blink/challenges)!
### ~
## ~