From: Jouni Koivuviita Date: Mon, 7 Sep 2009 07:43:19 +0000 (+0000) Subject: Minor typo fixes to release notes. X-Git-Tag: 6.7.0.beta1~2512 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b911e7b45f537498f016289fc722ce044fbb9b9f;p=vaadin-framework.git Minor typo fixes to release notes. svn changeset:8679/svn branch:6.1 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 4f36d63b7b..e6af587d32 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -71,7 +71,7 @@ fixes, the most significant additions are:

  • First off, all the original CSS class names of the button stay unmodified. Only the root element type is changed.
  • One additional wrapping element is introduced in the DIV-based implementation.
  • The CSS class names for VNativeButton are prefixed with v-nativebutton.
  • -
  • The resulting HTML structures for both Button and NativeButton are shown below (changes emphasized): +
  • The resulting HTML structures for both Button and NativeButton are shown below (changes emphasized):
    @@ -119,14 +119,14 @@ fixes, the most significant additions are:

    • No actions are needed.
    - Buttons with a completely different look + Buttons with a completely different theme
    • Replace the Button with NativeButton
    • In your theme CSS, find-and-replace
      .v-button.v-nativebutton
    - Buttons with a some modifications/additions + Buttons with some theme modifications/additions

    We cannot provide a comprehensive migration guide for these situations, since every case will most likely require different actions.

    -

    But if your modified buttons looks broken, it is most likely caused by the additional element in the HTML structure (span.v-button-wrap). Most of the styles previously applied on .v-button-caption have been moved to .v-button-wrap, so be sure to change your CSS accordingly.

    +

    But if your modified buttons looks broken, it is most likely caused by the new additional element in the HTML structure (span.v-button-wrap). Most of the styles previously applied on .v-button-caption have been moved to .v-button-wrap, so be sure to change your CSS accordingly.