Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katsu-oh authored Nov 11, 2022
1 parent 5ddbc2b commit 975c901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# html.js

> 2.0.0-<br>
> Styles and some attributes have changed.
> <details><summary>details...</summary>
> <code>HTML.prototype.&lt;styleName&gt;</code> has changed to <code>HTML.prototype.s.&lt;styleName&gt;</code>. Accordingly, the following functions that represent styles have changed to represent attributes.<br><br>
> <code>HTML.prototype.background</code> <code>HTML.prototype.border</code> <code>HTML.prototype.clear</code> <code>HTML.prototype.color</code> <code>HTML.prototype.height</code> <code>HTML.prototype.width</code>
> </details>
# html.js

This is a simple HTML builder / DOM builder, which runs in a web browser without any compilation. The following features allow you to write not only readable but also writable code.

- The functions have the same names as tags / attributes / styles / events.
Expand Down

0 comments on commit 975c901

Please sign in to comment.