Can you style XHTML elements in another namespace using id and class name css selectors?

前端 未结 3 1878
深忆病人
深忆病人 2020-12-18 06:22

I\'m developing an application that uses ubiquity-xforms. Previously I had been serving the pages up as text/html with the XHTML 1.0 doctype.

If I switched the mime-

3条回答
  •  北海茫月
    2020-12-18 06:59

    You have no doctype, character encoding, etc. Here you go:

    Change to this exactly:

    
    
    
    
        
        
    
    

提交回复
热议问题