anonym: Unterstützt der IE5 neue Befehle?

Ich habe mir die neueste Version des MS Browsers downgeloaded. Die Seiten sehen genauso aus wie Früher.
Jetzt meine Frage:
Unterstützt der Internet Explorer 5 neue Befehle im Bereich CSS?
Mir ist schon klar, dass es ein Verbrechen wäre diese Befehle online zu nutzen, jedoch offline wärs schon interessant.

  1. Hallo Markus

    Unterstützt der Internet Explorer 5 neue Befehle im Bereich CSS?

    Als da waeren (alles Original-Syntax aus der aktuellen Microsoft CSS-Referenz):

    { behavior : url(sLocation) | url(#objID) | url(#default#behaviorName) }
    URL einer Datei, in der Element-Verhaltensweisen ("Behaviors") definiert werden - die Behaviors sind ein neuartiges Konzept im IE5, das hier zu beschreiben zu weit fuehren wuerde. Es geht im Prinzip um eine Art automatisiertes Event-Handling, wie ein Element sich in welcher Situation verhaelt.

    { ruby-align: auto | left | center | right | distribute-letter | distribute-space | line-edge }
    Ausrichtung bei Elementen, die als Ruby-Text notiert werden (vom neuen <ruby>-Tag, das der MSIE5 kennt, hatten wir es ja neulich schon mal)

    { ruby-overhang: auto | whitespace | none }
    Ueberlappungseffekt bei Rubytext

    { ruby-position: above | inline }
    Position von Rubytext

    { text-justify : inter-word | newspaper | distribute | distribute-all-lines | inter-ideograph | auto }
    Etwas kompliziert - deshalb auch die Original-Erklaerungen dazu:
    "'inter-word' aligns text by increasing spacing between words. This spacing behavior is the fastest. This justification behavior does not affect the last line of the paragraph.
    'newspaper' increases or decreases spacing between letters and between words. It is the most sophisticated form of justification for Latin alphabets.
    'distribute' handles spacing much like the newspaper justification behavior. This form of justification is optimized for East Asian documents, particularly Thai.
    'distribute-all-lines' Justifies lines in the same way as the distribute value, except that it justifies the last line of the paragraph too. This justification behavior is intended for ideographic text.
    'inter-ideograph' provides full justification for ideographic text. It increases or decreases both inter-ideograph and inter-word spacing.

    { word-break : normal | break-all | keep-all }
    Regelt den Zeilenumbruch innerhalb von Woertern, aber wohl eher fuer ostasiatische Sprachen gedacht.

    { border-collapse : separate | collapse }
    Art der Liniendarstellung bei Tabellengitternetzlinien. So wie bisher in HTML (3D) oder als normale Linie

    { table-layout : auto | fixed }
    Feste Tabellenbreite erzwingen, entweder durch <col>-Angaben, oder die Breite richtet sich nach den Spaltenbreiten der ersten Tabellenzeile.

    Und jetzt noch eine Liste aller CSS-Angaben, die der 5er koennen sollte:
    !important
    @font-face
    @import
    background-attachment
    background-color
    background-image
    background-position
    background-repeat
    border-bottom
    border-bottom-color
    border-bottom-style
    border-bottom-width
    border-collapse
    border-color
    border-left
    border-left-color
    border-left-style
    border-left-width
    border-right
    border-right-color
    border-right-style
    border-right-width
    border-style
    border-top
    border-top-color
    border-top-style
    border-top-width
    border-width
    clear
    clip
    color
    cursor
    first-line pseudo  
    float
    font
    font-family
    font-size
    font-style
    font-variant
    font-weight
    height
    hover
    ime-mode
    left
    letter-spacing
    line-break
    line-height
    link
    list-style
    list-style-image
    list-style-position
    list-style-type
    margin
    margin-bottom
    margin-left
    margin-right
    margin-top
    overflow
    padding
    padding-bottom
    padding-left
    padding-right
    padding-top
    page-break-before
    position
    right
    ruby-align
    ruby-overhang
    ruby-position
    table-layout
    text-align
    text-decoration
    text-indent
    text-justify
    text-transform
    top
    unicode-bidi
    vertical-align
    visibility
    visited  
    white-space
    width
    word-break
    z-index

    viele Gruesse
      Stefan Muenz

    1. Hallo Stefan!

      { text-justify : inter-word | newspaper | distribute | distribute-all-lines | inter-ideograph | auto }
      Etwas kompliziert - deshalb auch die Original-Erklaerungen dazu:
      "'inter-word' aligns text by increasing spacing between words. This spacing behavior is the fastest. This justification behavior does not affect the last line of the paragraph.
      'newspaper' increases or decreases spacing between letters and between words. It is the most sophisticated form of justification for Latin alphabets.
      'distribute' handles spacing much like the newspaper justification behavior. This form of justification is optimized for East Asian documents, particularly Thai.
      'distribute-all-lines' Justifies lines in the same way as the distribute value, except that it justifies the last line of the paragraph too. This justification behavior is intended for ideographic text.
      'inter-ideograph' provides full justification for ideographic text. It increases or decreases both inter-ideograph and inter-word spacing.

      Als "Blocksatz-Fan" <g> interessiert mich all das ganz besonders! Kann man damit echte Zeitungsartikel, Zeitungsspalten nachahmen? Wäre interessant für die Seite eines Landsmanns, für den ich die eingescannten Zeitungsartikel über "seinen" Fall ins deutsche übersetzt hatte und die er dann in Blocksatz in zeitungsspaltenähnlichen Tabellen dargestellt hatte.

      http://www.multimania.com/jgallot

      Beizeiten und in den langen Nachtschichten (nächste Woche wieder mal) werde ich ein bisschen damit rumspielen ;-)

      Bis danndann
      PAF (patrickausfrankfurt)