Skip to content

Commit

Permalink
refactor: convert i to em
Browse files Browse the repository at this point in the history
In earlier versions of the HTML specification, the <i> element was merely a presentational element used to display text in italics, much like the <b> element was used to display text in bold letters. This is no longer true, as these tags now define semantics rather than typographic appearance. A browser will typically still display the contents of the <i> element in italic type, but is, by definition, no longer required to do so. To display text in italic type, authors should use the CSS font-style property.
  • Loading branch information
steveoh committed Mar 21, 2024
1 parent 11cb2ec commit 576ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/documentation/policy/metadata.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const page: IStandardPageMetadata = {
</Section>
<Section {...page.section[3]}>
<p>
The summary should <i>briefly</i> explain the dataset in under 250 characters (an ArcGIS Online limitation). It is
The summary should <em>briefly</em> explain the dataset in under 250 characters (an ArcGIS Online limitation). It is
primarily used when reviewing ArcGIS Online search results. The summary may end up being very similar to the dataset
name for some datasets.
</p>
Expand Down

0 comments on commit 576ec7b

Please sign in to comment.