CSS/Selectors/attribute selector/attribute=value: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 September 2011

22 July 2011

  • curprev 13:5413:54, 22 July 2011Hiroki talk contribs 763 bytes +763 Created page with "= [attributename="val"] = This selector represents an element with the "attributename" attribute whose value is exactly "val". == Syntax == <pre> elementname[attributename="val…"