Changes between Version 203 and Version 204 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2022-02-14T19:47:41+01:00 (4 years ago)
Author:
gaben
Comment:

add missing MapCSS pseudo classes

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v203 v204  
    667667|| `:unconnected` || true for nodes that are not used by any way (since r6687) ||
    668668|| `:tagged` || What JOSM considers tagged, i.e. an object that with a tag key other than the following: `source*`, `source_ref`, `note`, `comment`, `converted_by`, `created_by`, `watch*`, `fixme`, `FIXME`, `description`, `attribution` (version r4008; in this list, `*` is a glob)
     669|| `:area-style` || true if the object has an area style ||
    669670|| `:righthandtraffic` || true if there is right-hand traffic at the current location (since r7193); see [wikitr:/left-right-hand-traffic left-right-hand-traffic] for screenshot of areas ||
    670671|| `:clockwise` || Whether the way is closed and oriented clockwise, or non-closed and the 1st, 2nd and last node are in clockwise order. ||
     
    674675|| `:in-downloaded-area` || true if an object is within source area and false if in the hatched area (since r8495). ||
    675676|| `:selected` || true if an object is selected in the editor (since r9341). ||
     677|| `:highlighted` || true if the object is highlighted ||
    676678|| `:modified` || changed and new objects (since r7193). ||
    677679You can also negate pseudo classes. E.g. `!:new` for all old objects.