Yuku free message boards
Username or E-mail:
Password:
Forgot
Password?
Sign Up
Grab the Yuku app
Search:
MenuetOS
menuetos
>
32bit - MenuetOS
>
I am making a HTML-browser
0 Points
Search this Topic:
«Prev
1
2
Next»
Jump
Add Reply
New Topic
New Poll
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
<< Previous Topic
Next Topic >>
Re: I am making a HTML-browser
Author
Comment
8138365
#1
[-]
Posts
: 176
Nov 3 04 11:30 AM
Reply
Quote
More
My Recent Posts
QUOTE
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.
Only <body> should be ended.
Well bad example because usually you close <body> and <html> on the same line.
However you should render like :
CODE
<b><u>Bold and underline</u>
just bold</b>
QUOTE
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-->
Should print out.
Imagine for instance you want to browse a math help page which echoes : "x < 14 && x > -1"
Well for this example, strict W3C compliance requires to have the source code written like :
CODE
x < 14 && x > -1
However, much coders do not respect this compliance and use the fact that most browsers (in fact IE + mozilla + konqueror) renders WYSIWYG the code "x < 14 && x > -1"
<< Previous Topic
Next Topic >>
Add Reply
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
Share This
Email to Friend
del.icio.us
Digg it
Facebook
Blogger
Yahoo MyWeb
«Prev
1
2
Next»
Jump
menuetos
>
32bit - MenuetOS
>
I am making a HTML-browser
Click to subscribe by RSS
Click to receive E-mail notifications of replies