Closed Bug 1285674 Opened 8 years ago Closed 8 years ago

Mozilla does not set alternative style attribute title of style element.

Categories

(Firefox :: Untriaged, defect)

47 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1271049

People

(Reporter: shkolnic10, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160623154057

Steps to reproduce:

<!DOCTYPE html>
<html>
 <head>
  <title>Styles</title> 
  <style title="super8">
	body {
	  color:blue;
	}
  </style>
  <style>
	body {
	  color:red;
	}
  </style>
 </head>
 <body>
  <p>Text about style</p>
 </body>
</html>


Actual results:

If I go in mozilla "View-Page style" - there is no alternative style super8.


Expected results:

If I go in mozilla "View-Page style" - should be alternative style "super8" according specification HTML5. https://www.w3.org/TR/html5/document-metadata.html#the-style-element. "The title attribute on style elements defines alternative style sheet sets"
dupe of bug 1271049, that is fixed in Firefox 48.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.