updating a comment

git-svn-id: svn://10.0.0.236/trunk@74304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
2000-07-16 15:05:31 +00:00
parent 24e95eef9a
commit 9f98974650
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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