[Bug 25207] New: Validator did not find missing close p tags.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25207

            Bug ID: 25207
           Summary: Validator did not find missing close p tags.
           Product: Validator
           Version: HEAD
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
          Assignee: dave.null@w3.org
          Reporter: mysheikh08@gmail.com
        QA Contact: www-validator-cvs@w3.org

Created attachment 1459
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1459&action=edit
screenshot of validator missing p tags

I used chrome version 33 on windows 7. I pasted in this simple markup below and
it did not report an error or even a warning even though i had a missing </p>
tags. 


<!DOCTYPE html>
<html>

<title> Practice HTML </title>

<body>

    <h1> My First Heading </h1>    

    <p> My First Paragraph <p>
    <hr> <!--the hr element is used to separate content -->
    <p> I'm studying from <a href="http://www.w3schools.com"
target="_blank">w3schools</a>.

    <p> What does <q>the element do</q> to this.</p>

    <p>"Hey I'm a quote!"

    <p>&quot;Hey will it work&quot;</p>

</body>

</html>


The only warnings it produced were these 3:

1. Info Using experimental feature: HTML5 Conformance Checker.

2. Info No Character encoding declared at document level

3. Using Direct Input mode: UTF-8 character encoding assumed

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 29 March 2014 18:17:11 UTC