Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Issue summary: View changes

.

DamienMcKenna’s picture

Version: » 7.x-1.x-dev

Devil's advocate: shouldn't these be added by the theme based on what display options are available?

Dave Reid’s picture

I don't think we should provide defaults, but capability. Maybe we even provide a 'theme' context for which meta tag defaults can be set?

Dave Reid’s picture

Assigned: Unassigned » Dave Reid
DamienMcKenna’s picture

I've found many (most?) responsive themes include these meta tags themselves.

DamienMcKenna’s picture

Component: Code » Other tags
DamienMcKenna’s picture

Marked #1699186: Support responsive design meta tags as a duplicate, it had been opened so the following tags could be backported from D8:

<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="cleartype" content="on" />
DamienMcKenna’s picture

DamienMcKenna’s picture

Issue summary: View changes

.

Dave Reid’s picture

DamienMcKenna’s picture

Title: Add support for mobile meta tags » Add new meta tags: mobile

Standardized the issue title.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
3.38 KB

This has the four meta tags mentioned in #6 above, are there any others that should be added?

DamienMcKenna’s picture

Assigned: Dave Reid » Unassigned
Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed 9aa5297 on 7.x-1.x
    Issue #1285946 by DamienMcKenna: Added metatag_mobile submodule with a...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

stewest’s picture

This no longer passes validation at https://validator.w3.org

<meta http-equiv="cleartype" content="on" />