備忘録的プログラミングリファレンス

エレメント、Window用途別インデックス

 HTML、CSS、DOMのHTMLエレメント、Windowに関する用途一覧です。

HTML

エレメント
<div><span>
レイアウト、カテゴリー
<article><aside><footer><main><nav><section>
表示、非表示
<details><summary><template>
ポップアップダイアログ、モーダルウィンドウ
<dialog>
注釈入りイラスト、図、写真、コード例
<figcaption><figure>
別ページ
<iframe>

CSS

サイズ
heightwidthmax-heightmax-widthmin-heightmin-widthresize
スクロール追加
overflowoverflow-xoverflow-y
マージン、パディング、ボーダー
共通
box-sizing
マージン
marginmargin-bottommargin-leftmargin-rightmargin-top
パディング
paddingpadding-bottompadding-leftpadding-rightpadding-top
ボーダー、罫線
全体
borderborder-collapseborder-colorborder-spacingborder-styleborder-width
上辺
border-topborder-top-colorborder-top-left-radiusborder-top-right-radiusborder-top-styleborder-top-width
下辺
border-bottomborder-bottom-colorborder-bottom-left-radiusborder-bottom-right-radiusborder-bottom-styleborder-bottom-width
左辺
border-leftborder-left-colorborder-left-styleborder-left-width
右辺
border-rightborder-right-colorborder-right-styleborder-right-width
角を丸に
border-radius
画像を線に
border-imageborder-image-outsetborder-image-repeatborder-image-sliceborder-image-sourceborder-image-width
アウトライン
outlineoutline-coloroutline-offsetoutline-styleoutline-width
配置
位置調整
bottomleftrighttoppositionz-index
横並び(フレックス)
order
横並び(フレックス)
display:flex;align-contentalign-itemsalign-selfjustify-contentflex-wrapflex-basisflex-directionflex-flow
配列(グリッド)
display:grid;grid-areagrid-auto-columnsgrid-auto-flowgrid-auto-rowsgrid-columngrid-column-endgrid-column-gapgrid-column-startgrid-gapgrid-rowgrid-row-endgrid-row-gapgrid-row-startgrid-templategrid-template-areasgrid-template-columnsgrid-template-rows
背景
backgroundbackground-attachmentbackground-blend-modebackground-clipbackground-colorbackground-imagebackground-originbackground-positionbackground-repeatbackground-sizelinear-gradientradial-gradient
フィルタ、加工
filtertransformtransform-origin
ブレンド
isolationlinear-gradient()mix-blend-moderadial-gradient()
box-shadow
透過
opacity
回転
backface-visibility
立体
perspectiveperspective-origin
カラム
column-fillcolumn-gapcolumn-rulecolumn-rule-colorcolumn-rule-stylecolumn-rule-widthcolumn-spancolumn-widthcolumns
ページ内移動
scroll-behavior
表示、非表示
visibility

DOM

HTMLエレメント

インターフェース、クラス
DocumentElementFocusEventAttr
イベント
blurfocusfocusinfocusoutloadresizescrolltoggle
プロパティ
メソッド

Window

インターフェース
HashChangeEventPageTransitionEventWindow
イベント
beforeunloadhashchangeloadpagehidepageshowunload
プロパティ
newURLoldURLpersisted
メソッド