/lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-August/040339.html
https://github.com/whatwg/whatwg.org · HTML · 79 lines · 60 code · 12 blank · 7 comment · 0 complexity · 9bef9e627a5ed544bbde441c6508f20e MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <HTML>
- <HEAD>
- <TITLE> [whatwg] Parsing the string <html>
- </TITLE>
- <LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20Parsing%20the%20string%20%3Chtml%3E&In-Reply-To=%3C0F8BA5A0576A5F44B0D188C2628265DA40709F73%40AMSPRD0611MB548.eurprd06.prod.outlook.com%3E">
- <META NAME="robots" CONTENT="index,nofollow">
- <style type="text/css">
- pre {
- white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
- }
- </style>
- <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <LINK REL="Previous" HREF="082620.html">
- <LINK REL="Next" HREF="082619.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <H1>[whatwg] Parsing the string <html></H1>
- <!--htdig_noindex-->
- <B>Mohammad Al Houssami (Alumni)</B>
- <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20Parsing%20the%20string%20%3Chtml%3E&In-Reply-To=%3C0F8BA5A0576A5F44B0D188C2628265DA40709F73%40AMSPRD0611MB548.eurprd06.prod.outlook.com%3E"
- TITLE="[whatwg] Parsing the string <html>">mha53 at mail.aub.edu
- </A><BR>
- <I>Fri Aug 2 06:18:28 PDT 2013</I>
- <P><UL>
- <LI>Previous message: <A HREF="082620.html">[whatwg] Question on Limits in Adaption Agency Algorithm
- </A></li>
- <LI>Next message: <A HREF="082619.html">[whatwg] Parsing the string <html>
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#40339">[ date ]</a>
- <a href="thread.html#40339">[ thread ]</a>
- <a href="subject.html#40339">[ subject ]</a>
- <a href="author.html#40339">[ author ]</a>
- </LI>
- </UL>
- <HR>
- <!--/htdig_noindex-->
- <!--beginarticle-->
- <PRE>Hello,
- When parsing the string <html> the document should supposedly have an html root with head and body children. ( This is what live dom viewer shows at least) but according to the specs( if im not wrong) we only get the document with the html element and the stack of open elements will have html head and body elements in it. I have a feeling this is wrong but I am pretty sure this is what happens in the specs.
- Note that I still don't have a complete implementation. I am building the parser step by step trying to first parse the basic tags ( html head body title and few others).
- Any help is appreciated.
- Mohammad
- </PRE>
- <!--endarticle-->
- <!--htdig_noindex-->
- <HR>
- <P><UL>
- <!--threads-->
- <LI>Previous message: <A HREF="082620.html">[whatwg] Question on Limits in Adaption Agency Algorithm
- </A></li>
- <LI>Next message: <A HREF="082619.html">[whatwg] Parsing the string <html>
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#40339">[ date ]</a>
- <a href="thread.html#40339">[ thread ]</a>
- <a href="subject.html#40339">[ subject ]</a>
- <a href="author.html#40339">[ author ]</a>
- </LI>
- </UL>
- <hr>
- <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
- mailing list</a><br>
- <!--/htdig_noindex-->
- </body></html>