Skip to content

Conversation

@56miyano
Copy link
Collaborator

@56miyano 56miyano commented Nov 9, 2019

No description provided.

Comment on lines +11 to +37
<div id="todo">
<div id="going">進行中のタスク</div>
<div id="break" >中断されているタスク</div>
<div id="limit">期限切れのタスク</div>
<div id="end">完了済みのタスク</div>
</div>

<div id="search">
<div>検索</div>
<div>ワード検索</div>
<input type="text" id="keyword">
<input type="button" id="keyword_search" value="ワード検索" onclick="serchWord()">
<div>タグ検索</div>
<input type="text" id="tag">
<input type="button" id="tag_search" value="タグ検索" onclick="serchTag()">
</div>

<div id="new">
<div>新規作成</div>
<div>内容</div>
<input type="text" id="value_input">
<div>期限</div>
<input type="text" id="limit_input">
<div>タグ</div>
<input type="text" id="tag_input">
<input type="button" id="create" value="新規作成" onclick="createNewTask()">
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

divは意味のないタグなのでコンテンツに取って意味のある機能、パーツである場合はsectionタグを使いましょう。
あまり細かいところまで気にする必要はないですが、意識した方が見栄えは綺麗になります

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants