All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.parse-properties.xpl Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version


    
    
        Extract individual declarations from style sheets.
    
    
    
        
            Style sheets of elements must be declared in `style` attributes.
        
    
    
    
        
            The 'properties' option must be a space separated list of property names, or the word
            '#all'.
        
    
    
    
        
            Elements in the output will get a css:* attribute for each declaration in the element's
            style attribute whose property name is specified in the 'properties' option. For
            example, the declaration `text-indent: 1' becomes the attribute css:text-indent="1". Any
            attributes in the input with the same name will be overwritten. The property values
            'inherit' and 'initial' are concretized. Invalid declarations are dropped. Declarations
            whose property names are not specified in the 'properties' option are retained in the
            style attribute, which is dropped when empty. If the 'properties' option is '#all', all
            declarations are extracted.
        
    
    
    
        
            
        
        
    
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy