From 9f98974650d51ebc78c83cd26c752d7142614795 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Sun, 16 Jul 2000 15:05:31 +0000 Subject: [PATCH] updating a comment git-svn-id: svn://10.0.0.236/trunk@74304 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 4 ++++ mozilla/layout/html/document/src/nsHTMLContentSink.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index 13a1d5998c2..b65779d4948 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -4135,6 +4135,10 @@ HTMLContentSink::ProcessMETATag(const nsIParserNode& aNode) // header = "REFRESH" // result = "5; URL=http://uri" // note the URL attribute is // optional, if it is absent, the currently loaded url is used. + // Also note that the second and URL seperator can be either a ';' + // or a ','. This breaks some websites. The ',' seperator should be + // illegal but CNN is using it. + // // We need to handle the following strings. // - X is a set of digits diff --git a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp index 13a1d5998c2..b65779d4948 100644 --- a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp @@ -4135,6 +4135,10 @@ HTMLContentSink::ProcessMETATag(const nsIParserNode& aNode) // header = "REFRESH" // result = "5; URL=http://uri" // note the URL attribute is // optional, if it is absent, the currently loaded url is used. + // Also note that the second and URL seperator can be either a ';' + // or a ','. This breaks some websites. The ',' seperator should be + // illegal but CNN is using it. + // // We need to handle the following strings. // - X is a set of digits