- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Aug 2012 10:49:49 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18743 Summary: Suggested test from live DOM viewer: <!DOCTYPE html> <style> p { font-size: 3em; text-decoration: line-through } a { xpadding: 0.2em; } a:hover { background: yellow; } </style> <p>one <a>two</a> <a>three</a> <a>four</a> <a>five</a> six Product: HTML WG Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: testsuite AssignedTo: dave.null@w3.org ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org <!DOCTYPE html> <style> p { font-size: 3em; text-decoration: line-through } a { xpadding: 0.2em; } a:hover { background: yellow; } </style> <p>one <a>two</a> <a>three</a> <a>four</a> <a>five</a> six Posted from: 88.103.74.140 User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0 Referer: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0Ap%20%7B%20font-size%3A%203em%3B%20text-decoration%3A%20line-through%20%7D%0Aa%20%7B%20xpadding%3A%200.2em%3B%20%7D%0Aa%3Ahover%20%7B%20background%3A%20yellow%3B%20%7D%0A%3C%2Fstyle%3E%0A%3Cp%3Eone%20%3Ca%3Etwo%3C%2Fa%3E%20%3Ca%3Ethree%3C%2Fa%3E%20%3Ca%3Efour%3C%2Fa%3E%20%3Ca%3Efive%3C%2Fa%3E%20six -- 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 Thursday, 30 August 2012 10:49:54 UTC