Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elementScript (0.14 sec)

  1. src/html/template/transition.go

    				e = elementNone
    			}
    			// We've found an HTML tag.
    			return context{state: stateTag, element: e}, j
    		}
    		k = j
    	}
    }
    
    var elementContentType = [...]state{
    	elementNone:     stateText,
    	elementScript:   stateJS,
    	elementStyle:    stateCSS,
    	elementTextarea: stateRCDATA,
    	elementTitle:    stateRCDATA,
    }
    
    // tTag is the context transition function for the tag state.
    func tTag(c context, s []byte) (context, int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top