Skip to content

Commit

Permalink
Minor readme corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Sep 29, 2023
1 parent 4f58510 commit c75db0b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ This will produce the following HTML code:
```html
<html>
<head>
<script src="http://example.com/script.js"></script>
<title>
Hello, world!
</title>
<script src="http://example.com/script.js" type="text/javascript"></script>
</head>
<body>
<h1>
Expand Down Expand Up @@ -77,9 +77,9 @@ instantiated element.

There are a couple of things I haven't done yet

* [ ] Add default properties to tags
* [ ] Make inline documentation include documentation of suggested properties
* [ ] Some tags (eg `<pre>`) currently aren't properly implemented
* [ ] Add default properties to more tags
* [ ] Some tags (eg `<pre>`, `<script>`) currently aren't properly implemented
and escape their contents.

## How it works

Expand All @@ -97,7 +97,8 @@ problem with the following steps:
to gather information on suggested properties and base classes to use for
each tag.

4. Generate Python code to represent all of these tags.
4. Generate Python code to represent all of these tags, including their
documentation.

## Credits

Expand Down

0 comments on commit c75db0b

Please sign in to comment.