diff --git a/page/skooma.html b/page/skooma.html index 01182a9..731b171 100644 --- a/page/skooma.html +++ b/page/skooma.html @@ -12,7 +12,7 @@ import {html} from 'skooma.js'
-

Introduction & Scope

+

Introduction & Scope

Skooma.js is a library for generating DOM nodes within JavaScript.

@@ -30,7 +30,7 @@
-

Showcase

+

Showcase

Here's a few examples of how things are done in Skooma.js and how it compares to vanilla JavaScript.

@@ -183,7 +183,7 @@
-

The svg helper

+

The svg helper

This works exactly the same as the html helper, @@ -193,7 +193,7 @@

-

The text helper

+

The text helper

The text helper provides a convenient wrapper around the document.createTextNode function

@@ -246,7 +246,7 @@
-

The fragment helper

+

The fragment helper

This helper simply collects its arguments into a document fragment. @@ -259,7 +259,7 @@

-

The bind helper

+

The bind helper

@@ -332,7 +332,7 @@
-

The handle helper

+

The handle helper

This helper function takes an event handler and wraps it in a new @@ -347,7 +347,7 @@

-

The empty constant

+

The empty constant

This symbol will be completely ignored when it appears as a children in any skooma generator.