diff --git a/todo.md b/todo.md index 0fc2bc4..7bec07e 100644 --- a/todo.md +++ b/todo.md @@ -15,6 +15,11 @@ Test more modules ### 1 +Also self-host the videos for the video demos. +https://placehold.co/ can also generate videos. + +### 2 + Remove temporary fix from `./src/set.js` ```js @@ -25,15 +30,10 @@ if (element.style.backgroundImage === "") { } ``` -### 2 +### 3 Check why `./demos/restore_destroy.html` is not working. What was it supposed to do? :D -### 3 - -Also self-host the videos for the video demos. -https://placehold.co/ can also generate videos. - ## To consider - Check how LazyLoad behaves when a page was updated using DOM morphing.