Sales Path - Issue - Lightning Design System
Comment these lines out:
<c:svg path="/assets/icons/utility-sprite/svg/symbols.svg#check" styleClass="slds-icon slds-icon--x-small"></c:svg>
Unless you have them defined, which I'm guessing probably not.
You also need to account for --
's in commented out xml as that is not allowed in markup.
[Definition: Comments may appear anywhere in a document outside other markup; in addition, they may appear within the document type declaration at places allowed by the grammar. They are not part of the document's character data; an XML processor may, but need not, make it possible for an application to retrieve the text of comments. For compatibility, the string " -- " (double-hyphen) must not occur within comments.] Parameter entity references must not be recognized within comments.
I also put your code snip into an html validator. It says you have a closed <button>
element that isn't open. But I don't see it.
Got it resolved. The margin property for css selectors ul, li was being overridden by the salesforce standard stylesheet "common.css". To avoid this, i added property standardStylesheets="false" in vf page