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

META-INF.schema.entities.html_anchor_attributes.ent Maven / Gradle / Ivy

The newest version!

    
        accesskey
        java.lang.String
        This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey
    
    
        charset
        java.lang.String
         The character encoding of a resource designated by this hyperlink
    
    
        coords
        java.lang.String
         This attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations:
            
            * rect: left-x, top-y, right-x, bottom-y.
            * circle: center-x, center-y, radius. Note. When the radius value is percentage value, user agents should calculate the final radius value based on the associated object's width and height. The radius should be the smaller value of the two.
            * poly: x1, y1, x2, y2, ..., xN, yN. The first x and y coordinate pair and the last should be the same to close the polygon. When these coordinate values are not the same, user agents should infer an additional coordinate pair to close the polygon.
            
            Coordinates are relative to the top, left corner of the object. All values are lengths. All values are separated by commas
        
    
    
    
        hreflang
        java.lang.String
        Base language of a resource specified with the href attribute; hreflang may only be used with href
    
    
    
        rel
        java.lang.String
        The relationship from the current document to the anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types
    
    
        rev
        java.lang.String
        A reverse link from the anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types
    
    
        shape
        java.lang.String
        
            This attribute specifies the shape of a region. The possible values are "default", "rect", "circle" and "poly".
        
    
    
        tabindex
        java.lang.String
        This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros
    
    
        type
        java.lang.String
        The content type of the resource designated by this hyperlink
    
    
    
        onblur
        java.lang.String
        JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus
    
    
        onfocus
        java.lang.String
        JavaScript code. The onfocus event occurs when an element gets focus
    
    
    
        target
        java.lang.String
        This attribute specifies the name of a frame where a document is to be opened.
            
            By assigning a name to a frame via the name attribute, authors can refer to it as the "target" of links defined by other elements 
        
    
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy