[ALOY-62] Establish priority between inline, embedded, and external styles
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-19T11:52:04.000+0000 |
Affected Version/s | 2012 Sprint 14 |
Fix Version/s | 2012 Sprint 14 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-05-22T13:28:49.000+0000 |
Updated | 2014-06-22T13:21:25.000+0000 |
Description
The following link describes the appropriate order: [http://www.w3.org/TR/CSS21/cascade.html#cascading-order](http://www.w3.org/TR/CSS21/cascade.html#cascading-order)
In short, styles should be process in the following order, starting with the highest priority:
* inline
* embedded
* external
No comments