Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLヘルプをSonarCloudの解析対象に含めたことにより増えた警告に対処する #1505

Merged

Commits on Jan 12, 2021

  1. HTMLヘッダの全置換(365箇所)

    ・DOCTYPE宣言を付加する。
    ・lang="ja"を指定する。
    ・適切に改行する(インデントは付加しない)。
    berryzplus committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9ac4840 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. HTML属性値の書き方を統一。

    ・標準は「属性名="値"」が標準だが=の前後に空白を入れてもよい。
     表記ゆれを許容すると置換しづらいので一括置換しておく。
    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    f234d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1b0f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb2902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ef0138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd10524 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2325c5a View commit details
    Browse the repository at this point in the history
  7. fontタグをspanタグで置き換える(サイズと色)

    ・サイズと色が指定されたものを置換する。
    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d189f66 View commit details
    Browse the repository at this point in the history
  8. fontタグをspanタグで置き換える(色のみ)

    ・色が指定されたものを置換する。
    ・color="#808080"は他に合わせてgrayに置換。
    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5b2b473 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6bcd0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a43fb1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29e3a15 View commit details
    Browse the repository at this point in the history
  12. nobrタグを削除する

    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ee6e8ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0940dc7 View commit details
    Browse the repository at this point in the history
  14. tableタグ内にcaptionタグを追加する

    ・アクセシビリティの観点からtable要素には見出しを付けることになっている。
    ・現状はすべてのtableに見出しがない状態になっている。
    ・適切な名前を付けていく作業はしんどいので、一旦一律で「無題」という見出しを付ける。
    ・見映えの変更を防ぐためcaptionは非表示要素にしておく。
    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b0461ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3888eab View commit details
    Browse the repository at this point in the history
  16. tableタグ内にテーブルヘッダを含める

    ・この修正は全置換ではなく手で修正を行っている。
    berryzplus committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5412465 View commit details
    Browse the repository at this point in the history