Tim Tepaße: Kommentare: ab - oder besser aufsteigend? Und Definitionslisten

Beitrag lesen

Hallo Mathias,

Der Punkt ist doch, dass du »etc.« nicht mit dem derzeitigen CSS selektieren kannst.
Ok, ok, h2 + *, h2 + * + *, h2 + * + * + * ...

Das kommt wohl auch drauf an, wie man „derzeitiges CSS“ definiert. Wenn man annimmt, dass jedes hX eine Sektion einleitet und in Anlehnung meines Sibling-Select-Reset-Musters für Definitionslisten wäre so etwas denkbar:

~~~css h1 ~ *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  h2 ~ *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  h3 ~ *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  h4 ~ *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  h5 ~ *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
  h6 ~ :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
      /
select */
  }

  
Reset wäre dann nötig, wenn eine spezielle Sektion in Abhängigkeit des zugehörigen Titels angesprochen werden soll. Dass hier und bei Definitionslisten gruppierende Elemente fürs DOM Scripting und CSS Styling einem die Arbeit leichter mache, steht natürlich ausser Frage.  
  
Tim
0 38

Kommentare: ab - oder besser aufsteigend? Und Definitionslisten

Malcolm Beck´s
  • meinung
  1. 0
    LX
    1. 0
      Malcolm Beck´s
      1. 0
        LX
        1. 0
          Malcolm Beck´s
  2. 1
    Beat
    1. 0
      Malcolm Beck´s
    2. 0
      Der Martin
      1. 0
        Beat
        1. 0
          Gunnar Bittersmann
          1. 1
            Johannes Zeller
            1. 0
              Gunnar Bittersmann
              1. 0
                molily
                1. 0
                  Gunnar Bittersmann
                  1. 0
                    molily
                    1. 0
                      Gunnar Bittersmann
                      1. 1
                        Tim Tepaße
                    2. 0
                      Timo "God's Boss" Reitz
                    3. 0
                      Tim Tepaße
                2. 0
                  Timo "God's Boss" Reitz
              2. 0
                Tim Tepaße
          2. 0
            Beat
            1. 0

              Run-in Ersatz

              Beat
              • css
              1. 0
                Gunnar Bittersmann
          3. 0
            Der Martin
            1. 0
              Gunnar Bittersmann
          4. 0
            Gunnar Bittersmann
            1. 3

              Gunnars Definitionslistenquiz

              Tim Tepaße
              • css
      2. 0

        Kommentare: Chronologisch -- absteigend sortieren

        Malcolm Beck´s
        1. 0
          Der Martin
          1. 0
            Texter mit x
          2. 0

            Kommentare: „Von oben nach unten“

            Malcolm Beck´s
        2. 0
          Texter mit x
          1. 0

            Kommentare: „Von oben nach unten“

            Malcolm Beck´s
      3. 0
        Texter mit x
  3. 0
    Harlequin
    1. 0
      Malcolm Beck´s
  4. 0

    Testen meiner Kommentarfunktion

    Malcolm Beck´s
    • programmiertechnik