Mistake in JavaScript page description

オープン
#406 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
58/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript
領域
documentation

調査の方向性

https://plotly.com/javascript/ のページソースを調べ、description、og:description、twitter:description の meta タグを見つけます。形式が不正な content 属性を修正し、その後、レンダリングされたタグに完全な説明が含まれ、embed に「A」だけが表示されなくなったことを確認します。

索引モデルが issue の本文から書いたものです。

説明

Not really sure where to report this? But I happened to notice that https://plotly.com/javascript/ has an error in the meta description tags.

<meta name="description" content=A free open source interactive javascript graphing library. Plotly.js is built on d3.js and webgl and supports over 20 types of interactive charts.>
<meta property="og:description" content=A free open source interactive javascript graphing library. Plotly.js is built on d3.js and webgl and supports over 20 types of interactive charts./>
<meta name="twitter:description" content=A free open source interactive javascript graphing library. Plotly.js is built on d3.js and webgl and supports over 20 types of interactive charts./>

These 3 tags have no quotes around the content, so it actually resolves to the following, leading to embeds showing the description as "A."

<meta name="description" content="A" free="" open="" source="" interactive="" javascript="" graphing="" library.="" plotly.js="" is="" built="" on="" d3.js="" and="" webgl="" supports="" over="" 20="" types="" of="" charts.="">

I'm not exactly sure what went wrong or if it's present on other pages, but I figured I might as well let you know.

主要言語
Jupyter Notebook
スター
59
フォーク
73
平均マージ
1日 19時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

plotly/graphing-library-docs のほかの issue

plotly/graphing-library-docs の issue をすべて見る

似ている issue

Documentation の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。