[Bug 15048] New: Correct br element rule in user agent stylesheet

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

           Summary: Correct br element rule in user agent stylesheet
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: sylvaing@microsoft.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


In section 10.3.4 [1], we current have:

br { content: '\A'; white-space: pre; }

It should be:

br::before { content: '\A'; white-space: pre-line; }



http://dev.w3.org/html5/spec/Overview.html#phrasing-content-1

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 2 December 2011 22:06:55 UTC