Some misc. thoughts issues etc...
100%assembly
1)Lacking of tutorials on HTML parsing
2)What to do with occasional -NOT SUPPORTED YET-
3)What to include (I am heading to 4.01 standard)
4)Forms to MeOS or browser? (Overhead in kernel or browse source)
5)If and how to support mixed branching
I better explain it
<html><body> ... </body> ;What is ended here body or both?
and what would </html> do later in the html source.
6)How much space can it take? I mean both RAM and code size that
it is acceptable in the main distro. I was thinking of 100-400KB or so
for FD and 1-8MB for RAM (no undo/redo then) because images take
a lot of space
7)What to do with unknown tags like <Gv%7F#> ? Would I print it out
then or ignore it as I would do with <!--blaa just some comments-->
8)Has anyone EVER made a browser or helped in doing one? I haven't!
The problem isn't that I don't know how to but that "I am afraid of
doing it the wrong way" so I will manage to get it running but for what
price?
9)My technique is byte per byte comparison and I'm using look-up tables
to jmp to right place. Should I calculate hash?
100%assembly
1)Lacking of tutorials on HTML parsing
2)What to do with occasional -NOT SUPPORTED YET-
3)What to include (I am heading to 4.01 standard)
4)Forms to MeOS or browser? (Overhead in kernel or browse source)
5)If and how to support mixed branching
I better explain it<html><body> ... </body> ;What is ended here body or both?
and what would </html> do later in the html source.
6)How much space can it take? I mean both RAM and code size that
it is acceptable in the main distro. I was thinking of 100-400KB or so
for FD and 1-8MB for RAM (no undo/redo then) because images take
a lot of space
7)What to do with unknown tags like <Gv%7F#> ? Would I print it out
then or ignore it as I would do with <!--blaa just some comments-->
8)Has anyone EVER made a browser or helped in doing one? I haven't!
The problem isn't that I don't know how to but that "I am afraid of
doing it the wrong way" so I will manage to get it running but for what
price?
9)My technique is byte per byte comparison and I'm using look-up tables
to jmp to right place. Should I calculate hash?


